Tags: olsh/resharper-structured-logging
Tags
Update SDK to 2024.3 (#114) * Update attribute attributes and SDK version Added conditional compilation attributes for thread safety in TemplateParameterNameAttributeProvider and MessageTemplateParser. Updated the SDK version in Directory.Build.props to 2024.3.0-eap01 for compatibility. * Change instantiation to DemandAnyThreadUnsafe Updated the CodeAnnotationProvider attribute to use DemandAnyThreadUnsafe instead of DemandAnyThreadSafe. This alteration ensures that thread safety demands are accurately represented in the provider. * Update SDK to EAP-02 * Upgrade SDK to 2024.3.0
Upgrade SDK to 2024.2 (#110) * Update code style and upgrade SDK version 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. * Update ShellComponent attribute in StructuredLoggingWikiDataProvider 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. * Update SdkVersion in Directory.Build.props 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. * Update SDK version in Directory.Build.props 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. * Update SDK version to 2024.2.0-rc01 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. * Update SdkVersion to the stable release version 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.
Update SDK to 2024.1 (#105) * Update SdkVersion in Directory.Build.props The SdkVersion in Directory.Build.props has been updated from version 2023.3.2 to 2024.1.0-eap01. This update is in line with the latest SDK changes and aims to maintain compatibility. * Update SDK version and target framework The SDK version has been updated from the Early Access Preview version to the stable version. The .NET target framework version in the _build.csproj file has been updated to 8.0. Also, the versions of the Nuke.Common, dotnet-sonarscanner, NuGet.CommandLine, and NUnit.ConsoleRunner packages have been updated. Lastly, the '.gitignore' file was updated to ignore GitHub Copilot chat sessions. * Update SdkVersion to 2024.1.4 The SdkVersion in the `Directory.Build.props` file has been updated from 2024.1.0 to 2024.1.4. This version bump ensures the project uses the latest features and bug fixes from the SDK. * Update MicrosoftLoggingPackage version and add TestNet60 attribute The version of the MicrosoftLoggingPackage constant in the NugetPackages.cs file was updated from 1.0.0 to 6.0.0. Additionally, the TestNet60 attribute was added to the ContextualLoggerConstructorAnalyzerTests class in the ContextualLoggerConstructorAnalyzerTests.cs file.
Upgrade SDK to 2023.3 (#104) * Update SDK to 2023.3.0-eap04 * Drop using binding redirects * Revert "Drop using binding redirects" This reverts commit 6fb29bb. * Fix build * Update SdkVersion in Directory.Build.props The SdkVersion has been updated from 2023.3.0-eap04 to 2023.3.2 in Directory.Build.props file. This change will ensure the project uses the latest SDK for building.
Upgrade SDK to 2022.3.0 * Upgrade SDK to 2022.3.0-eap02 * Update SDK to EAP05 * Update SDK to EAP07 * Update SDK to 2022.3 * Update build dependencies * Upgrade SDK
PreviousNext