-
Notifications
You must be signed in to change notification settings - Fork 466
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
Spurious RS2003 error on latest 7.0 SDK #5867
Comments
@roji Are you using target-typed new? If yes, then this is a known issue. For now you'll have to revert target-typed new changes. There was a compiler change in |
Duplicate of #5828 |
Thanks @Youssef1313 - yeah, we're using target-typed new exactly as described in #5828. Closing as dup. |
mconnew
added a commit
to mconnew/CoreWCF
that referenced
this issue
Sep 20, 2022
mconnew
added a commit
to CoreWCF/CoreWCF
that referenced
this issue
Sep 20, 2022
mconnew
added a commit
to CoreWCF/CoreWCF
that referenced
this issue
Sep 20, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When building EF Core with SDK 7.0.100-preview.2.22108.9, I get:
Contents of AnalyzerReleases.Shipped.md:
No changes were done since EF Core 3.0, and the EF1001 diagnostic is very much alive.
To repro, clone https://github.com/dotnet/efcore, go into src/EFCore.Analyzers and try to build.
The text was updated successfully, but these errors were encountered: