We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Obsolete] class A { } class B { #pragma warning disable CS0612 public A A { get; } = new A(); #pragma warning restore CS0612 } class C { public void Test() { var b = new B(); var a = b.A; // Warning: A is obsolete } }
related: dotnet/roslyn#40004
The text was updated successfully, but these errors were encountered:
Added in 1.0.12
Sorry, something went wrong.
ronnygunawan
No branches or pull requests
related: dotnet/roslyn#40004
The text was updated successfully, but these errors were encountered: