Skip to content
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

Upgrade SDK to 2024.2 #110

Merged
merged 6 commits into from
Aug 15, 2024
Merged

Upgrade SDK to 2024.2 #110

merged 6 commits into from
Aug 15, 2024

Conversation

olsh
Copy link
Owner

@olsh olsh commented Jul 8, 2024

This commit introduces an updated code style in TemplateParameterNameAttributeProvider.cs and _build.csproj.DotSettings. The style of the code has been simplified to a more straightforward and cleaner format.

olsh added 5 commits July 8, 2024 17:54
This commit introduces an updated code style in TemplateParameterNameAttributeProvider.cs and _build.csproj.DotSettings. The style of the code has been simplified to a more straightforward and cleaner format.
The ShellComponent attribute in the StructuredLoggingWikiDataProvider.cs file has been updated. The instantiation was changed to DemandAnyThreadSafe to ensure the component's safety across various threads. This change is important to maintain thread safety and avoid potential race conditions or deadlocks.
The SdkVersion property in Directory.Build.props file has been updated. The version has been changed from 2024.2.0-eap06 to 2024.2.0-eap07. This update is a part of the regular sdk upgrade process.
Changed the SDK version from 2024.2.0-eap07 to 2024.2.0-eap09. This ensures the project uses the latest SDK features and bug fixes.
Updated the SDK version in Directory.Build.props from 2024.2.0-eap09 to 2024.2.0-rc01. This update ensures we are using the release candidate version for better stability and compatibility.
@olsh olsh mentioned this pull request Aug 14, 2024
@olsh olsh linked an issue Aug 14, 2024 that may be closed by this pull request
@olsh olsh marked this pull request as draft August 14, 2024 07:41
@olsh olsh self-assigned this Aug 14, 2024
The SdkVersion has been changed from a release candidate (2024.2.0-rc01) to the stable version (2024.2.0) in the project properties. This ensures more reliability and stability for the builds.
Copy link

@olsh olsh marked this pull request as ready for review August 15, 2024 11:00
@olsh olsh merged commit 4e24490 into master Aug 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Rider 2024.2
1 participant