Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
372 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in PowerShell/PSScriptAnalyzer that received 1 comment
UseConsistentWhitespace.CheckOperator: Add unary operators that start with a dash (-split, -join, -not, -bnot, isplit, csplit)
PR Summary
Related: #1239
In order to enable formatting corrections of this kind: $a-join$b --> $a -join $b or reducing too much whitespace but also …
- Replace words with racial connotation (use allowlist and blocklist as an alternative)
- Add new launch.json task for better ad-hoc end and interactive end to end building and testing
- 🧹 Make usage of Microsoft.Management.Infrastructure consistent and reference it only once in CrossCompatibility project
- Remove conditional compilation for PSv6 and therefore netstandard2.0 for Engine and Rules projects
- Upgrade Microsoft.CSharp, Microsoft.Win32.Registry and System.Reflection.TypeExtensions from 4.5.0 to 4.7.0
- Update SMA reference for netcoreapp3.1 to from 7.0.0 to 7.0.3
- Use PowerShell preview extension for Github Codespaces
- WIP: Possible alternate implementation of UseConsistentWhitespace CheckOperator feature
- UseConsistentWhitespace - Create option to ignore assignment operator inside hash table
- Remove conditional compilation for PSv6 and therefore netstandard2.0 for Engine and Rules projects
- Remove UTF-8 BOM from text files
- Fix #769 by setting PSUseConsistentWhitespace.CheckOperator to $false in default settings profiles
Created an issue in Azure/azure-powershell that received 3 comments
Invoke-AzDataFactoryV2Pipeline actually runs the pipeline when using the -WhatIf switch
Description Steps to reproduce Invoke-AzDataFactoryV2Pipeline -ResourceGroupName $ResourceGroupName -DataFactoryName $DataFactoryName -PipelineName …