-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update .NET SDK to 9.0.100 #585
Merged
Merged
Conversation
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
Update .NET SDK to version 9.0.100. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]>
costellobot
added
.NET
Pull requests that update .net code
dependencies
Pull requests that update a dependency file
labels
Nov 12, 2024
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.
Auto-approving dependency update.
martincostello
added a commit
that referenced
this pull request
Nov 12, 2024
* Update to .NET 9 preview 1 Update to preview 1 of .NET 9. * Use Index() Use the new `Index()` method. * Update .NET SDK (#367) Update .NET SDK to version 9.0.100-preview.2.24157.14. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Update .NET SDK (#396) Update .NET SDK to version 9.0.100-preview.3.24204.13. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Update .NET SDK (#430) Update .NET SDK to version 9.0.100-preview.4.24267.66. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Use C# 13 Set `LangVersion=preview` to use C# 13. * Add batch files for testing Add batch files to launch Visual Studio (Code) with the locally installed .NET SDK version for use with daily builds. * Disable rule with ruleset Disable CA1515 in the ruleset file rather than with NoWarn. * Update .NET SDK (#455) Update .NET SDK to version 9.0.100-preview.5.24307.3. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Update .NET SDK (#474) Update .NET SDK to version 9.0.100-preview.6.24328.19. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Use System.Threading.Lock Use `System.Threading.Lock` instead of an object to resolve `IDE0330` warning in .NET 9 preview 7. * Update to .NET 9 preview 7 Update to preview 7 of .NET 9. * Revert to LangVersion latest Revert back to using the latest version of C# instead of preview. * Update .NET SDK (#548) Update .NET SDK to version 9.0.100-rc.1.24452.12. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Remove CS9057 Remove CS9057 suppression. * Refactor puzzle 59 with span (#553) Refactor puzzle 59 to operate on spans of characters. * Narrow search (#554) Search for the unique word "Euler" rather than for common words. * Use Split() Use the `ReadOnlySpan<T>.Split(char)` method to see if that's better than manual coding. * Simplify loop - Remove local method. - Use a single variable. * Use ReadOnlySpan<char>.Split() (#557) - Treat some strings as spans and use their `Split()` method. - Use `string.Join(char)`. - Rename variable to theta symbol. * Update .NET SDK (#573) Update .NET SDK to version 9.0.100-rc.2.24474.11. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> * Update .NET SDK (#585) Update .NET SDK to version 9.0.100. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <[email protected]> --------- Signed-off-by: costellobot <[email protected]> Co-authored-by: costellobot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Updates the .NET SDK to version
9.0.100
, which also updates the .NET runtime from version9.0.0-rc.2.24473.5
to version9.0.0
.This release includes fixes for the following security issue(s):
This pull request was auto-generated by GitHub Actions.