-
Notifications
You must be signed in to change notification settings - Fork 1.1k
.NET SDK 6 Preview 7 generated file ImplicitNamespaceImports.cs
contains error CS8773
#19702
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
Comments
#19599 already changed the feature to opt-in so the file will not be generated unless you set the |
Is the issue that Preview 7 opted everyone in, and the opt-out by default wasn't merged in time to fix that for Preview 7? |
It’s changed in rc1 not preview 7 |
I just hit this when upgrading a project from the 5.0 SDK to 6.0.100-preview.7.21379.14. |
Yup, and I'm already looking to revert my language version back to 9.0 because I didn't realize that 10.0 would force all devs to update the SDK on their box to Preview 7 :/ |
It'll be fixed in rc1 builds. For now you can disable the feature. |
Oh, here's the information I needed, for those that come looking: |
More information on the latest changes #19521 |
Good morning,
I just tracked down a CI failure to a .NET SDK update. With
dotnet v6.0.100-preview.7.21379.14
our whole build is failing with the repeated error:This error did not show up last night, with the same build on the same code, but using
dotnet v6.0.100-preview.6.21355.2
. The big difference seeming to be Preview 6 to Preview 7.I looked at #19446, but we do not (as far as I can find) use any
<Import Include=...>
statements in any of our.csproj
files.We are explicitly using language version 9.0, so I will update us to 10.0 to work around this, but it seems like there may be an underlying and unintended change between the two previews?
The text was updated successfully, but these errors were encountered: