Davide Giacometti
a3b7c70fe0
[Meta]Removed obsolete package Castle.Core ( #19994 )
2022-08-24 10:52:11 +01:00
Davide Giacometti
28751d2d36
NetAnalyzers and StyleCop centralized ( #19476 )
...
* NetAnalyzers and StyleCop centralized
* removed code analysis from devdocs
2022-07-19 22:40:40 +02:00
Stefan Markovic
e637902892
[PowerRename][ImageResizer] Tier1 Win11 Context menu ( #19000 )
...
* Test win11 tier1 context menu
* Try to test signing
* Cleanup
* Cleanup project file
* Sign dll
Add PowerToys preffix
Add assets to installer
* expect.txt
* Switch to named pipes
Unregister package on uninstall
Remove unneeded files
Cleanup
* Bring back check if package registered but use per-user method
* Fix win11 check
* expect.txt
* Check if package already registered
* Revert "Check if package already registered"
FindPackages() method needs admin privileges.
This reverts commit 5af584fed4 .
* Fix PowerRename args checking
* Cleanup assets
* Tier1 context menu ImageResizer
Minor cleanups
Move logic to package.h
* [WIP] Signing and installer
Expect.txt
* Localized context menu title
* Retarget everything 10.0.18362.0 -> 10.0.19041.0
* Address PR comments
- check if selection renamable
- minor cleanup
- struct initialization
* Fix ImageResizerLib project configuration
* More Windows version updates
* Remove unneeded file & try fix resource build error
* Add Microsoft.PowerToys prefix to packages
* Test
* Fix convert-resx-to-rc.ps1 script issue causing resource files compile error
Don't generate empty STRINGTABLE for resx files without data
* Avoid duplicate context menu items
* [BugReportTool] Report installed context menu packages
2022-06-30 22:10:14 +02:00
Jaime Bernardo
3b542d2fdf
[chore]Force specific Newtonsoft.Json version ( #19093 )
2022-06-28 20:47:53 +01:00
Jaime Bernardo
f8c624a62d
[test][chore]Update test sdk to 17.2.0 ( #19059 )
...
* [test][chore]Update test sdk to 17.2.0
* Add timezone unit tests to CI
2022-06-28 14:30:03 +01:00
Jaime Bernardo
2555203da8
[ARM64] Preview pane changes ( #18222 )
...
* [ARM64] Fix Preview Handlers
* Publish power preview at release pipelines
* Add ARM64 to the solution
* Fix preview pane paths for pipelines
2022-05-11 16:49:28 +01:00
Andrey Nekrasov
6a2d9e4e39
Arm64 pending modules ( #17972 )
...
* [ARM64] Add arm64 configurations to tools projects
* [ARM64] Add arm64 configurations to FZ projects
* [ARM64] Add arm64 configurations to Awake project
* [ARM64] Add arm64 configurations to PowerRename projects
* [ARM64] Add arm64 configurations to update-related projects
* [ARM64] Add arm64 configurations to VCM projects
* [ARM64] Add arm64 configurations to ShortcutGuide project
* [ARM64] Add arm64 configurations to PreviewPane projects
* [ARM64] Add arm64 configurations to FindMyMouse projects
* [ARM64] Add arm64 configurations to KBM projects
* Project cleanup
Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com >
2022-05-11 11:35:18 +01:00
CleanCodeDeveloper
53a92215fc
[preview pane] Move shared keys into central props file ( #17212 )
...
* [preview pane] Move shared keys into central props file
* left overs
2022-03-23 16:31:51 +00:00
CleanCodeDeveloper
4572f62ce5
[meta]Update nuget packages ( #16379 )
...
* Update nuget packages
* try to fix build (Microsoft.UI.Xaml)
* Removed dlls because there are not needed anymore
* Add binaries System.Text.Json.dll (5x) to wxs file
* Downgrade System.IO.Abstractions.* due to breaking changes
* Update Microsoft.NET.Test.Sdk
* Revert MSTest.* to 2.2.3
2022-02-18 14:19:40 +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
Davide Giacometti
692817e382
updated .NET nugets to 6.x ( #16154 )
2022-02-08 16:18:05 -08:00
Clint Rutkas
c46ccce373
[build]Update to .net 6 framework and VS 2022 ( #15741 )
...
* Update release.yml
* Update ColorPickerUI.csproj
* Update release.yml
adding in .net6 sdk and moving stuff sooner
* Update release.yml
* Update release.yml
* fixing test
* Forcing vs17 and adding in .net 6 sdk
* forcing pool
* fixing issues in each pipeline
* moving release .net up
* fixing diff on agent version for nuget installer
* Removing system.text.json.dll as included now
* getting unit tests it looks like to work
* updating everythign to .net 6 minus wxs for runtime
* unit test still have
* getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ....
* found i think the last .net 5 issue
* looks like i wasn't aggressive enough with the 6.0 upgrade
* Getting stuff .net 6 buildable again
* tweaking with new stuff for installer
* Update newly added merged projects to .net 6
* Fix HeatDirectory bug on VS 2022
* Settings still needs JSON dependency
* Revert "getting 6.0 stuff up and going. Terminal Unit tests have file max length issue ...."
This reverts commit b9cb4586dc .
* Update sln version
* supress obsolete warning, since this is not a new development
* Partially Revert "Getting stuff .net 6 buildable again"
This reverts commit 42b4201c6b .
* supress another obsolete warning, since this is not a new development
* Reduce the unit test project name to avoid MAX PATH in CI
* Upgrade project's toolset in the main solution
* Some TODOs to review HttpClient usage
* Upgrade project toolsets from other solutions
* Install .net 6 instead of .net 5
* Fix issue when disabling PowerToys Run on .net framework 6
* Update docs for Visual Studio 2022
* PR comments: manually upgrade missing VS 2019 references
* Discard no discard values to solve compiler warnings
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2022-02-07 14:08:30 +00:00
Stefan Markovic
a1643b0a2e
Upgrade .NET Core 3.1 to .NET 5 ( #15591 )
...
* Common.UI
* ColorPicker
* PT Run
* File Explorer Add-ons
* Awake
* FZ Editor
* ImageResizer
* Interop
* Docs
* Installer
* Fix test not being run - Downgrade MSTest.TestAdapter & MSTest.TestFramework
* Update expect.txt
* Test run fix
2022-01-18 15:52:22 +01:00
Davide Giacometti
e96c0da265
Test frameworks consolidated ( #12672 )
2021-08-16 14:25:06 +01:00
Clint Rutkas
fba4fd91a1
Updating nugets ( #10493 )
...
* Update System.Text.Json and Newtsoft.json
* update newtson.json
* Updating testing only items.
2021-03-30 09:52:00 -07:00
Mykhailo Pylyp
1d2aeaf147
Tests on pipeline ( #10244 )
2021-03-16 17:29:20 +02:00
Davide Giacometti
1d1dc41bb0
[PreviewPane] Porting .NET Core 3.1 ( #8432 )
...
* PreviewPane porting .NET core 3.1
* Adding in misspellings
Co-authored-by: Clint Rutkas <clint@rutkas.com >
2020-12-11 09:59:42 +01:00
Clint Rutkas
3d53e80532
additional items
2020-10-28 12:24:42 -07:00
Clint Rutkas
f64df97652
adding in FxCop to Svg tests ( #6111 )
2020-08-21 17:23:42 -07:00
Clint Rutkas
315caaba1c
[WarningsAsErrors] Getting Most online ( #6005 )
...
* Enabling errors as warnings.
* removing plugin since it throws an error for release mode, WIll fix in other release
2020-08-17 13:11:40 -07:00
Clint Rutkas
7abb4072b5
getting stylecop added and online SvgThumbnailProviderUnitTests ( #5335 )
...
* getting stylecop added and online
* shifting out of csproj and into packages.config
Co-authored-by: Clint Rutkas <crutkas@microsoft.com >
2020-07-30 17:36:39 -07:00
Clint Rutkas
d35f1ea802
last nuget packages and fixed small errors ( #5334 )
...
Co-authored-by: Clint Rutkas <crutkas@microsoft.com >
2020-07-30 14:01:02 -07:00
Clint Rutkas
ff93b38d23
upgrading all .NET assemblies, #5303 took care of ones where they needed consolidating ( #5304 )
...
Co-authored-by: Clint Rutkas <crutkas@microsoft.com >
2020-07-30 12:16:32 -07:00
Chris Davis
40d2ef4f0a
Add SVG Thumbnail Provider for Windows Explorer ( #5048 )
...
* Add SVG Thumbnail Provider
* Some cleanup
* Small settings changes
* Update PowerToys.sln
Remove Any CPU entries
* Fix project configuration issues
* Fix bad merge
* Update output path for SVG thumbnail provider
* Sync with latest
2020-07-21 16:27:12 -07:00