-
Notifications
You must be signed in to change notification settings - Fork 4.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
SymbolInfo for bad property in a property pattern should contain candidate symbols #9284
Labels
Area-Compilers
Bug
Feature - Pattern Matching
Pattern Matching
Language-C#
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Comments
/cc @AlekseyTs |
The diagnostic should also be adjusted to better reflect the reason for the failure. |
gafter
added a commit
to gafter/roslyn
that referenced
this issue
Mar 4, 2016
gafter
added a commit
to gafter/roslyn
that referenced
this issue
Apr 12, 2016
Fix check for cross-assembly pattern-matching operators. Fixes dotnet#10459 dotnet#10364 Closes dotnet#8778 dotnet#9284
Fixed in the |
gafter
added
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
and removed
4 - In Review
A fix for the issue is submitted for review.
labels
Apr 16, 2016
gafter
pushed a commit
that referenced
this issue
Jun 5, 2018
Fixed and tested in #27160 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Compilers
Bug
Feature - Pattern Matching
Pattern Matching
Language-C#
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
The
SymbolInfo
returned when there is a bad property in a property pattern (e.g. because it is ambiguous, inaccessible,static
, etc) should contain any properties that are (improperly) referenced.See, for example, the test
AmbiguousNamedProperty
inPatternMatchingTests
.The text was updated successfully, but these errors were encountered: