CleanCodeDeveloper
|
f0d084c59c
|
[meta]replace FxCopAnalyzers by Microsoft.CodeAnalysis.NetAnalyzers (#16210)
* Replace Microsoft.CodeAnalysis.FxCopAnalyzers by Microsoft.CodeAnalysis.NetAnalyzers
* fix error CA2101: Specify marshaling for P/Invoke string arguments
Microsoft.CodeAnalysis.NetAnalyzers treats CA2101 as an error
* Removed obsolete Analyzer Microsoft.NetCore.Analyzers
* Removed obsolete Analyzer Microsoft.NetFramework.Analyzers
* Removed obsolete Analyzer Microsoft.CodeQuality.Analyzers
* Removed obsolete Analyzer Microsoft.CodeAnalysis.VersionCheckAnalyzer
* fix error CA2101: Specify marshaling for P/Invoke string arguments
Microsoft.CodeAnalysis.NetAnalyzers treats CA2101 as an error
|
2022-02-11 16:42:17 +00:00 |
|
Clint Rutkas
|
f303c29d4c
|
Forcing build to validate signing and versioning (#15432)
* ps script for validation
* intentionally breaking for testing
* including script in release
* fixing script
* removing old ignore
* Fixing unit tests to be versioned
* fixing version path
* Authenticode
* Update release.yml
* Update versionAndSignCheck.ps1
* Update release.yml
* Update versionAndSignCheck.ps1
* Update release.yml
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update release.yml
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update release.yml
* Update versionAndSignCheck.ps1
* Update ESRPSigning_core.json
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update versionAndSignCheck.ps1
* Update release.yml
|
2022-01-10 18:26:27 -08:00 |
|
Stefan Markovic
|
073caffef4
|
[Settings, Common.UI, runner exe] Unify exe/dll naming (#15005)
* Unify exe/dll naming - PowerToys.Runner
Align naming with other exes - PowerToys Runner -> PowerToys.Runner
* Unify exe/dll naming - Microsoft.PowerToys.Common.UI
Project name - Microsoft.PowerToys.Common.UI -> Common.UI
dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll
* Unify exe/dll naming - Settings
Project names - Microsoft.PowerToys.Settings* -> Settings*
Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll
* Revert file autoformat
* [Docs] Update paths to settings projects/files
* Fix tests - Update path
|
2021-12-15 12:56:52 +01:00 |
|