roslynator icon indicating copy to clipboard operation
roslynator copied to clipboard

Roslynator.CommandLine Cannot load types from assembly Console.Out vs Console.Error

Open nnpcYvIVl opened this issue 4 years ago • 0 comments
trafficstars

The following error Cannot load types from assembly seems to write to the console output stream instead of the console error stream. Can you change it to be written as an error?

MSBuild location is 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin'
Add MSBuild property Configuration = Release
Load project 'C:\Download\Test\Test.csproj'
  Evaluate  00:00.61  Test.csproj
  Build     00:00.56  Test.csproj
  Resolve   00:00.21  Test.csproj (net472)
Done loading project 'C:\Download\Test\Test.csproj'
Cannot load types from assembly 'SonarAnalyzer.CSharp, Version=8.31.0.0, Culture=neutral, PublicKeyToken=c5b62af9de6d7244'
Analyze 'Test'
  No analyzers found to analyze 'Test'
Done analyzing project 'C:\Download\Test\Test.csproj' in 00:00.00

0 diagnostics found

nnpcYvIVl avatar Nov 16 '21 20:11 nnpcYvIVl