-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code Quality: Upgrade dependencies #16741
Merged
+4,430
−2,604
Merged
Changes from 22 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
8bd1ff9
Migrate to slnx
hez2010 8c7cf03
wasdk 1.6 and dependency upgrade
hez2010 5b01b0e
Drop 8
hez2010 d22f48c
Include workflows in slnx
hez2010 599689f
Check for slnx
hez2010 15606d6
Update workflows
hez2010 cd94ec7
Bump sdk version
hez2010 a04e988
Ignore Files.App.Launcher.exe
hez2010 8f09144
Fix cursor
hez2010 e0ba626
Bring back the old GridSplitter
hez2010 6b9b149
Remove IsAutoHideTaskbarEnabled workaround
hez2010 e178e66
Reference CsWinRT in Files.App.Controls to generate AOT code
hez2010 2be67f0
Nit
hez2010 f9e4c38
Make TotalLaunchCount readonly
hez2010 34971a8
Skip nuget restore
hez2010 083967f
Oops
hez2010 15c5a95
Temporarily bring back sln for CI
hez2010 250097a
Revert LibGit2Sharp to 0.30.0, remove redundant trimming roots
hez2010 747dc7e
Use a private CsWinRT build that has GC hole fixes
hez2010 663d4c8
Fixed xaml formatting
yaira2 376b47b
Revert "Use a private CsWinRT build that has GC hole fixes"
hez2010 fd4cdfb
Remove Files.App.Launcher.exe.sha256 from .gitignore
hez2010 fc598d7
Update nuget.config
hez2010 c8dfde4
License header and formatting
hez2010 070f1c5
Correct Files license header
hez2010 db95359
More styling fixes
hez2010 5b57e0a
Remove unused properties
hez2010 6b08e4b
Move some methods to AppLifecycleHelper
hez2010 346a710
Apply necessary partial to WinRT classes
hez2010 26d331d
Remove unused configurations
hez2010 8a6ad32
Merge remote-tracking branch 'origin/main' into wasdk1.6
hez2010 0075cd3
Revert nuget.config changes
hez2010 ecbcc8f
Avoid being too verbose
hez2010 ae1e24e
Revert "Revert nuget.config changes"
hez2010 aa6d4ff
Fix build
hez2010 3bbf244
Bump dependencies
hez2010 16a6aa1
Create package source mapping
hez2010 306cf96
Line ending
hez2010 5390298
Fix build failures due to CsWin32 bump
hez2010 c836c1d
Bye bye Microsoft.Xaml.Interactions.Core
hez2010 dbdd39b
Update Files.App.Launcher.exe.sha256
yaira2 f807a46
Update Files.App.Launcher.exe.sha256
yaira2 d75ea80
Formatted XAML files
files-community-bot[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,9 @@ | ||||||||
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> | ||||||||
<Project> | ||||||||
<PropertyGroup> | ||||||||
<TargetFrameworkVersion>net9.0</TargetFrameworkVersion> | ||||||||
<TargetWindowsVersion>10.0.22621.0</TargetWindowsVersion> | ||||||||
<MinimalWindowsVersion>10.0.19041.0</MinimalWindowsVersion> | ||||||||
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion> | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
</PropertyGroup> | ||||||||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="ByteSize" Version="2.1.2" /> | ||
<PackageVersion Include="ColorCode.WinUI" Version="2.0.15" /> | ||
<PackageVersion Include="CommunityToolkit.Labs.WinUI.Controls.MarkdownTextBlock" Version="0.1.250103-build.1988" /> | ||
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Behaviors" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Controls.ColorPicker" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Primitives" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Controls.Sizers" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Converters" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Extensions" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Helpers" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="CommunityToolkit.WinUI.Triggers" Version="8.2.241112-preview1" /> | ||
<PackageVersion Include="DiscUtils.Udf" Version="0.16.13" /> | ||
<PackageVersion Include="FluentFTP" Version="52.0.0" /> | ||
<PackageVersion Include="LibGit2Sharp" Version="0.30.0" /> | ||
<PackageVersion Include="MessageFormat" Version="7.1.2" /> | ||
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="9.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.1" /> | ||
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" /> | ||
<PackageVersion Include="Sentry" Version="5.0.1" /> | ||
<PackageVersion Include="SevenZipSharp" Version="1.0.2" /> | ||
<PackageVersion Include="SQLitePCLRaw.bundle_green" Version="2.1.10" /> | ||
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" /> | ||
<PackageVersion Include="Microsoft.Graphics.Win2D" Version="1.3.1" /> | ||
<PackageVersion Include="TagLibSharp" Version="2.3.0" /> | ||
<PackageVersion Include="Tulpep.ActiveDirectoryObjectPicker" Version="3.0.11" /> | ||
<PackageVersion Include="WinUIEx" Version="2.5.1" /> | ||
<PackageVersion Include="Vanara.Windows.Extensions" Version="4.0.4" /> | ||
<PackageVersion Include="Vanara.Windows.Shell" Version="4.0.4" /> | ||
<PackageVersion Include="Microsoft.Management.Infrastructure" Version="3.0.0" /> | ||
<PackageVersion Include="Microsoft.Management.Infrastructure.Runtime.Win" Version="3.0.0" /> | ||
<PackageVersion Include="Microsoft.Windows.CsWinRT" Version="2.2.0" /> | ||
<PackageVersion Include="Microsoft.Windows.CsWin32" Version="0.3.162" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.12.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.12.0" /> | ||
<PackageVersion Include="PolySharp" Version="1.15.0" /> | ||
<PackageVersion Include="System.Text.Json" Version="9.0.1" /> | ||
<PackageVersion Include="System.IO.Hashing" Version="9.0.1" /> | ||
<PackageVersion Include="System.Threading.Tasks.Dataflow" Version="9.0.1" /> | ||
<PackageVersion Include="Appium.WebDriver" Version="4.4.5" /> | ||
<PackageVersion Include="Axe.Windows" Version="2.4.2" /> | ||
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" /> | ||
<PackageVersion Include="MSTest.TestAdapter" Version="3.7.3" /> | ||
<PackageVersion Include="MSTest.TestFramework" Version="3.7.3" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if you created a
WindowsTargetFramework
MSBuild switch so you don't need to specify$(TargetFrameworkVersion)-windows$(TargetWindowsVersion)
in every project file?e.g.:
and then in the project file: