-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support .NET 9 Support .NET 9 by installing both the STS and LTS releases of .NET. * Fix NuGet audit warnings Try to fix warnings building NuGetUpdater with the .NET 9 SDK from NuGet Audit. * Disable NuGet audit Disable NuGet audit when running the native C# tests, as they don't seem to otherwise obey the changes in Directory.Build.props of the project itself. * Update expected test output Update tests for the changes to the output format of `dotnet test` in .NET 9. * Enable terminal logger Forcibly enable the terminal logger in CI so the expected test output is present. * Run tests with .NET 8 SDK Attempt to run the tests with the .NET 8 SDK instead of .NET 9 to see if it fixes the failing tests. * Fix type annotations Add cwd. * Update specs Account for extra parameter. * Revert expected output Revert to the expected output for .NET 8 SDK. * Fix tests - Fix tests broken by error about usage of CPVM. - Update Microsoft.Windows.SDK.NET.Ref version. * Fix test Add missing line to expected contents. * Add C# Dev Kit Add the C# Dev Kit extension to the devcontainers. * Add .NET 9 to devcontainer Install the .NET 9 SDK in the devcontainer. * Update to .NET 9 Update NuGetUpdater to target .NET 9 so that tests can test compatibility with `net9.0`. * Update target framework Update script to build for .NET 9. * Update assertion for terminal logger Update the assertions for the Ruby tests for C# to account for the behaviour changes for the new terminal logger.
- Loading branch information
1 parent
a8fd490
commit 03aa6dc
Showing
14 changed files
with
70 additions
and
20 deletions.
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"sdk": { | ||
"version": "8.0.300", | ||
"version": "9.0.100-rc.1.24452.12", | ||
"rollForward": "latestMinor" | ||
} | ||
} |
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