Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Ignore broken test
  • Loading branch information
Sergio0694 committed Nov 30, 2024
commit 9b508c5699e16e5c9e748e49336261291eb9b4d2
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ public partial string Name
}

[TestMethod]
[Ignore("The symbol callback is not being triggered correctly (see https://github.com/dotnet/roslyn/issues/76166)")]
public async Task InvalidPartialPropertyLevelObservablePropertyAttributeAnalyzer_OnImplementedProperty_GeneratedByAnotherGenerator_Warns()
{
const string source = """
Expand Down
Loading