You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verified that this was fixed with #6944, hence should be fixed in .NET 8 RC2 SDK.
Basically, this repros with https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet8/NuGet/Microsoft.CodeAnalysis.NetAnalyzers/overview/8.0.0-preview.23466.2, but not with https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet8/NuGet/Microsoft.CodeAnalysis.NetAnalyzers/overview/8.0.0-preview.23468.1. #6944 ensures that we generate the required editorconfig files with new .NET releases.
For every new public preview/RC/GA/Patch release of .NET SDK, we should publish the corresponding Microsoft.CodeAnalysis.NetAnalyzers.nupkg on NuGet.org
I'll file a separate tracking issue for this.
For every new release branch that is forked on the roslyn-analyzers repo, we should make a change similar to #6944 to create a new Release section in the AnalyzerReleases.Shipped.md file
We have another customer request as part of new .NET releases: #7005
Question
I kept getting warning messages like:
warning : The .NET SDK has newer analyzers with version '7.0.4' than what version '7.0.1' of 'Microsoft.CodeAnalysis.NetAnalyzers' package provides. Update or remove this package reference.
So, I decided to upgrade to version 7.0.4. However, the latest release notes only cover version 7.0.1. Where can I find the relese notes after that? Thanks.
@carlossanlop @buyaa-n @jeffhandley - we need to ensure that we have process/documentation in place to ensure the following happen:
I'll file a separate tracking issue for this.
Originally posted by @mavasani in #6909 (comment)
The text was updated successfully, but these errors were encountered: