CleanCodeDeveloper
1d15070698
[Common] Move shared keys into central props file ( #17131 )
...
* [Common] Move shared keys into central props file
* Add PackageTags prop
2022-03-21 12:48:52 +00:00
Aaron Junker
3ede2a6467
[meta]Change copyright date to 2022 ( #16279 )
2022-02-17 18:41:30 +00:00
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
Stefan Markovic
c9e8ba4955
[ManagedCommon.dll & ManagedTelemetry.dll] Unify exe/dll naming ( #14807 )
...
* Unify exe/dll naming - ManagedCommon.dll
* Unify exe/dll naming - ManagedTelemetry.dll
2021-12-06 14:40:41 +01:00
Andrey Nekrasov
212ea2de30
common: refactor common library pt2 ( #8588 )
...
- remove common lib
- split settings, remove common-md
- move ipc interop/kb_layout to interop
- rename core -> settings, settings -> old_settings
- os-detect header-only; interop -> PowerToysInterop
- split notifications, move single-use headers where they're used
- winstore lib
- rename com utils
- rename Updating and Telemetry projects
- rename core -> settings-ui and remove examples folder
- rename settings-ui folder + consisent common/version include
2020-12-15 15:16:09 +03:00
Clint Rutkas
83e8799610
init checkin ( #6100 )
2020-08-21 12:40:31 -07:00
Clint Rutkas
b87d14cd61
Proper fix for MSB3052. ( #5618 )
...
* fixing MSB3052
* adding back in to unblock build
* More agressive refactor. Moved the define constant to wixproj and actual version into src file version prop
Co-authored-by: Clint Rutkas <crutkas@microsoft.com >
2020-08-05 00:04:18 -07:00
Clint Rutkas
d032956124
adding in stylecop goodness ( #5301 )
...
Co-authored-by: Clint Rutkas <crutkas@microsoft.com >
2020-07-30 12:17:08 -07:00
Clint Rutkas
1a210ae684
updating test related stuff ( #5133 )
...
Co-authored-by: Clint Rutkas <crutkas@microsoft.com >
2020-07-22 09:46:20 -07:00
Yevhenii Holovachov
fa0545e4b3
Added info to ManagedCommon project ( #4468 )
2020-06-24 18:36:37 +03:00
ryanbodrug-microsoft
1f74dcff14
Changing 'Any CPU' to 'x64' for Managed Common project.
2020-06-23 17:51:17 -07:00
ryanbodrug-microsoft
ef73b0a07f
Setting treat warnings as errors to true for release as well.
2020-06-23 17:51:17 -07:00
ryanbodrug-microsoft
165ffed9e6
Fix CA 1060 by moving PInvokes to a common NativeMethodsClass
...
Severity Code Description Project File Line Suppression State
Warning CA1060 Move pinvokes to native methods class PowerLauncher C:\Repos\PowerToys\src\modules\launcher\PowerLauncher\App.xaml.cs 24 Active
2020-06-23 17:51:17 -07:00