-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
dotnet-watch needs to be updated to newer analyzers #30786
Comments
We think this will block any update of the SDK in installer as well as the source-build PR I linked - let me know if there's any wa yI can help to move it along. |
I am not privy to the release schedule for 8.0, but I thought that most components were already in the middle of being flowed for the final builds. IMO we should disable the analyzer now, but I don't know how much time there is left. Marc is OOF but I'd imagine he'd say the same thing if we are within the end of the timeframe. Maybe it's something the watch team would want to take to servicing. It may be too late for that. |
The .binlog will contain the full exception and stack trace. I couldn't find the one for this build though. |
This issue was fixed by dotnet/roslyn-analyzers#6476 |
Opened a PR to disable the analyzers in dotnet-watch for source-build at #31076. Once the roslyn-analyzers fix above is taken this won't be necessary but it also won't hurt anything to not run this analyzer in source-build. |
It appears the
DoNotCallToImmutableCollectionOnAnImmutableCollectionValueAnalyzer
has updated its return type and this is causing an error in the 8.0.0 preview1 source-build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=179384&view=logs&jobId=61a52f3a-cec1-5bff-8c02-d8ba2c8bed99&j=61a52f3a-cec1-5bff-8c02-d8ba2c8bed99&t=53e46d9d-cfbd-5072-889d-e51560a71252In some cases we just disable analyzers entirely for source-build so if that's an option in this case we could also do that.
@tmat @nagilson
Error:
The text was updated successfully, but these errors were encountered: