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
When using the latest build of .NET 8 Preview 4 SDK to build the aspnetcore repo, it results in a bunch of errors like this for the projects in the repo:
CSC : error EnableGenerateDocumentationFile: Set MSBuild property 'GenerateDocumentationFile' to 'true' in project file to enable IDE0005 (Remove unnecessary usings/imports) on build (https://github.com/dotnet/roslyn/issues/41640) [/vmr/src/aspnetcore/artifacts/source-build/self/src/src/Components/Analyzers/src/Microsoft.AspNetCore.Components.Analyzers.csproj]
This was caught by the Source-build bootstrapping build workflow which uses a source-built version of the latest SDK to build the product's repos.
The text was updated successfully, but these errors were encountered:
When using the latest build of .NET 8 Preview 4 SDK to build the aspnetcore repo, it results in a bunch of errors like this for the projects in the repo:
This was caught by the Source-build bootstrapping build workflow which uses a source-built version of the latest SDK to build the product's repos.
The text was updated successfully, but these errors were encountered: