Codeanalyse für das dotnet-Kernprojekt in VS2017

9

Ich möchte Code-Analyse (FxCop, nicht StyleCop) für mein dotnet-Kernprojekt hinzufügen, es zielt auf das netcoreapp1.1-Framework ab. Ich weiß, dass FxCop in MSBuild integriert ist, aber wenn ich es aktivierte, bekam ich Fehler:

1 & MSBUILD: Fehler: CA0055: Plattform für 'C: \ Dev \ easycube \ EasyCube.Authentication \ bin \ Debug \ netcoreapp1.1 \ EasyCube.Authentication.dll' konnte nicht identifiziert werden. 1 & gt; MSBUILD: Fehler: CA0052: Es wurden keine Ziele ausgewählt.

Dann habe ich festgestellt, dass es Nuget Paket für Dotnet Core Analyzer Microsoft.NetCore.Analyzers gibt, aber ich weiß nicht, wie man es benutzt. Weiß jemand, wie man es auf dem Projekt einrichtet?

Danke.

    
anggiputper 25.05.2017, 12:39
quelle

0 Antworten