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
Update test
  • Loading branch information
Youssef1313 authored Aug 24, 2022
commit 9f607843d37052f3ea2c2a885aa5a8710e2923d0
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public void DuplicateAnalyzerReference()
var result = compiler.Run(writer);
Assert.Equal(0, result);
AssertEx.Equal($"""
warning CS9066: Analyzer reference '{_testFixture.AnalyzerWithFakeCompilerDependency.Path}' specified multiple times
warning CS9067: Analyzer reference '{_testFixture.AnalyzerWithFakeCompilerDependency.Path}' specified multiple times
warning CS8032: An instance of analyzer Analyzer cannot be created from {_testFixture.AnalyzerWithFakeCompilerDependency.Path} : Method 'get_SupportedDiagnostics' in type 'Analyzer' from assembly 'AnalyzerWithFakeCompilerDependency, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation..
in.cs(1,5): warning CS0219: The variable 'x' is assigned but its value is never used

Expand Down