Skip to content
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

How come this code does not compile is visual studio and it full of hundreds of compile errors and warning #96

Open
stevensrf11 opened this issue Feb 7, 2022 · 2 comments
Labels

Comments

@stevensrf11
Copy link

I downloaded this source code into Visual Studio 2019 and when compiling the source code hundreds of warning errors appeared and alot of compile errors
Is there something special I have to do to get this to compile

@FoggyFinder
Copy link
Contributor

Works fine for me. Though I had to retarget to latest net6.0 since I removed .net core 3.1 recently.

Can you copy paste build log here to understand the reason ?

@stevensrf11
Copy link
Author

Sure
Well nothing usually ever works for me.
It seems those text files are a problem, not sure why
Rebuild started...
1>------ Rebuild All started: Project: Gu.Wpf.Adorners, Configuration: Debug Any CPU ------
2>------ Rebuild All started: Project: Gu.Wpf.Adorners.UiTests, Configuration: Debug Any CPU ------
Restored C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners.Demo\Gu.Wpf.Adorners.Demo.csproj (in 42 ms).
Restored C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners.Tests\Gu.Wpf.Adorners.Tests.csproj (in 42 ms).
Restored C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Gu.Wpf.Adorners.csproj (in 71 ms).
Restored C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners.UiTests\Gu.Wpf.Adorners.UiTests.csproj (in 142 ms).
1>C:\Users\Owner.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory 'C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners'.
1>C:\Users\Owner.nuget\packages\microsoft.sourcelink.common\1.1.1\build\Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty.
1>C:\Program Files\dotnet\sdk\6.0.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.Shared.targets(190,5): error NETSDK1022: Duplicate 'Compile' items were included. The .NET SDK includes 'Compile' items from your project directory by default. You can either remove these items from your project file, or set the 'EnableDefaultCompileItems' property to 'false' if you want to explicitly include them in your project file. For more information, see https://aka.ms/sdkimplicititems. The duplicate items were: 'C:\Users\Owner.nuget\packages\tunnelvisionlabs.referenceassemblyannotator\1.0.0-alpha.160\build\NullableAttributes.cs'
1>Done building project "Gu.Wpf.Adorners_z0w5bkq1_wpftmp.csproj" -- FAILED.
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentListAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.AssertAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.BinaryExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ConstructorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.DocsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ExceptionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0007PreferInjecting cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0011DoNotIgnoreReturnValue cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0020SortProperties cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0022UseGetOnly cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0023StaticMemberOrderAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0050IgnoreEventsWhenSerializing cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0051XmlSerializerNotCached cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0052ExceptionShouldBeSerializable cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0060EnumMemberValueConflictsWithAnother cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0061EnumMemberValueOutOfRange cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0070DefaultConstructedValueTypeWithNoUsefulDefault cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0071ForeachImplicitCast cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0072AllTypesShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0073MemberShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.IdentifierNameAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.MethodGroupAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ObjectCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ParameterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.RangeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.SimpleAssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.StringLiteralExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.TestMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.VariableDeclaratorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.WhenAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.CreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeCallAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FieldAndPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FinalizerAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.LocalDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.MethodReturnValuesAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ReturnValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SemanticModelCacheAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SuppressFinalizeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.UsingStatementAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.EventAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MutationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.SetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.StructAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ActivatorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.BindingFlagsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.CreateDelegateAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DefaultMemberAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DependencyAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetCustomAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetInterfaceAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetTypeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetXAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.InvokeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsAssignableFromAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsDefinedAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.MakeGenericAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.AttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.CallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrMethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ComponentResourceKeyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.DependencyPropertyBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.GetTemplateChildAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.OverrideMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.PropertyMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RegistrationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedCommandCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventCallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventEventDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.SetValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.Suppressors.Sa1202Suppressor cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ValueConverterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0011ContainingTypeShouldBeRegisteredOwner cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0015RegisteredOwnerTypeMustBeDependencyObject cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0041SetMutableUsingSetCurrentValue cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0050XmlnsPrefixMustMatchXmlnsDefinition cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0052XmlnsDefinitionsDoesNotMapAllNamespaces cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0080MarkupExtensionDoesNotHaveAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0083UseConstructorArgumentAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
2>Gu.Wpf.Adorners.UiTests -> C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners.UiTests\bin\Debug\net48\Gu.Wpf.Adorners.UiTests.dll
2>Done building project "Gu.Wpf.Adorners.UiTests.csproj".
1>C:\Users\Owner.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory 'C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners'.
1>C:\Users\Owner.nuget\packages\microsoft.sourcelink.common\1.1.1\build\Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty.
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentListAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.AssertAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.BinaryExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ConstructorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.DocsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ExceptionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0007PreferInjecting cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0011DoNotIgnoreReturnValue cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0020SortProperties cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0022UseGetOnly cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0023StaticMemberOrderAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0050IgnoreEventsWhenSerializing cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0051XmlSerializerNotCached cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0052ExceptionShouldBeSerializable cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0060EnumMemberValueConflictsWithAnother cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0061EnumMemberValueOutOfRange cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0070DefaultConstructedValueTypeWithNoUsefulDefault cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0071ForeachImplicitCast cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0072AllTypesShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0073MemberShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.IdentifierNameAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.MethodGroupAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ObjectCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ParameterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.RangeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.SimpleAssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.StringLiteralExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.TestMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.VariableDeclaratorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.WhenAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.CreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeCallAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FieldAndPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FinalizerAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.LocalDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.MethodReturnValuesAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ReturnValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SemanticModelCacheAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SuppressFinalizeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.UsingStatementAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.EventAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MutationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.SetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.StructAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ActivatorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.BindingFlagsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.CreateDelegateAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DefaultMemberAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DependencyAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetCustomAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetInterfaceAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetTypeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetXAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.InvokeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsAssignableFromAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsDefinedAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.MakeGenericAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.AttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.CallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrMethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ComponentResourceKeyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.DependencyPropertyBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.GetTemplateChildAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.OverrideMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.PropertyMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RegistrationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedCommandCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventCallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventEventDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.SetValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.Suppressors.Sa1202Suppressor cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ValueConverterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0011ContainingTypeShouldBeRegisteredOwner cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0015RegisteredOwnerTypeMustBeDependencyObject cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0041SetMutableUsingSetCurrentValue cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0050XmlnsPrefixMustMatchXmlnsDefinition cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0052XmlnsDefinitionsDoesNotMapAllNamespaces cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0080MarkupExtensionDoesNotHaveAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0083UseConstructorArgumentAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Overlay.cs(101,51,101,68): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Overlay.cs(266,28,266,40): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Info.cs(47,51,47,68): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Info.cs(121,28,121,40): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Watermark.cs(63,51,63,68): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Watermark.cs(179,28,179,40): warning SA1202: 'public' members should come before 'private' members
1>Done building project "Gu.Wpf.Adorners_sfet3uh0_wpftmp.csproj".
1>C:\Users\Owner.nuget\packages\microsoft.build.tasks.git\1.1.1\build\Microsoft.Build.Tasks.Git.targets(25,5): warning : Unable to locate repository with working directory that contains directory 'C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners'.
1>C:\Users\Owner.nuget\packages\microsoft.sourcelink.common\1.1.1\build\Microsoft.SourceLink.Common.targets(53,5): warning : Source control information is not available - the generated source link is empty.
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentListAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.AssertAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.BinaryExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ConstructorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.DocsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ExceptionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0007PreferInjecting cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0011DoNotIgnoreReturnValue cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0020SortProperties cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0022UseGetOnly cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0023StaticMemberOrderAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0050IgnoreEventsWhenSerializing cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0051XmlSerializerNotCached cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0052ExceptionShouldBeSerializable cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0060EnumMemberValueConflictsWithAnother cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0061EnumMemberValueOutOfRange cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0070DefaultConstructedValueTypeWithNoUsefulDefault cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0071ForeachImplicitCast cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0072AllTypesShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0073MemberShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.IdentifierNameAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.MethodGroupAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ObjectCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ParameterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.RangeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.SimpleAssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.StringLiteralExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.TestMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.VariableDeclaratorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.WhenAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.CreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeCallAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FieldAndPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FinalizerAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.LocalDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.MethodReturnValuesAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ReturnValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SemanticModelCacheAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SuppressFinalizeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.UsingStatementAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.EventAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MutationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.SetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.StructAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ActivatorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.BindingFlagsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.CreateDelegateAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DefaultMemberAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DependencyAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetCustomAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetInterfaceAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetTypeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetXAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.InvokeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsAssignableFromAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsDefinedAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.MakeGenericAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.AttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.CallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrMethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ComponentResourceKeyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.DependencyPropertyBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.GetTemplateChildAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.OverrideMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.PropertyMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RegistrationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedCommandCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventCallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventEventDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.SetValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.Suppressors.Sa1202Suppressor cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ValueConverterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0011ContainingTypeShouldBeRegisteredOwner cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0015RegisteredOwnerTypeMustBeDependencyObject cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0041SetMutableUsingSetCurrentValue cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0050XmlnsPrefixMustMatchXmlnsDefinition cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0052XmlnsDefinitionsDoesNotMapAllNamespaces cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0080MarkupExtensionDoesNotHaveAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0083UseConstructorArgumentAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Overlay.cs(101,51,101,68): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Overlay.cs(266,28,266,40): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Info.cs(47,51,47,68): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Info.cs(121,28,121,40): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Watermark.cs(63,51,63,68): warning SA1202: 'public' members should come before 'private' members
1>C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\Watermark.cs(179,28,179,40): warning SA1202: 'public' members should come before 'private' members
1>Gu.Wpf.Adorners -> C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\bin\Debug\netcoreapp3.1\Gu.Wpf.Adorners.dll
1>Done building project "Gu.Wpf.Adorners.csproj".
3>------ Rebuild All started: Project: Gu.Wpf.Adorners.Demo, Configuration: Debug Any CPU ------
4>------ Rebuild All started: Project: Gu.Wpf.Adorners.Tests, Configuration: Debug Any CPU ------
4>CSC : error CS0006: Metadata file 'C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners\bin\Debug\net45\Gu.Wpf.Adorners.dll' could not be found
4>Done building project "Gu.Wpf.Adorners.Tests.csproj" -- FAILED.
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentListAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.AssertAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.BinaryExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ConstructorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.DocsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ExceptionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0007PreferInjecting cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0011DoNotIgnoreReturnValue cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0020SortProperties cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0022UseGetOnly cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0023StaticMemberOrderAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0050IgnoreEventsWhenSerializing cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0051XmlSerializerNotCached cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0052ExceptionShouldBeSerializable cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0060EnumMemberValueConflictsWithAnother cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0061EnumMemberValueOutOfRange cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0070DefaultConstructedValueTypeWithNoUsefulDefault cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0071ForeachImplicitCast cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0072AllTypesShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0073MemberShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.IdentifierNameAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.MethodGroupAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ObjectCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ParameterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.RangeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.SimpleAssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.StringLiteralExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.TestMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.VariableDeclaratorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.WhenAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.CreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeCallAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FieldAndPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FinalizerAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.LocalDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.MethodReturnValuesAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ReturnValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SemanticModelCacheAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SuppressFinalizeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.UsingStatementAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.EventAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MutationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.SetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.StructAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ActivatorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.BindingFlagsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.CreateDelegateAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DefaultMemberAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DependencyAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetCustomAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetInterfaceAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetTypeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetXAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.InvokeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsAssignableFromAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsDefinedAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.MakeGenericAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.AttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.CallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrMethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ComponentResourceKeyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.DependencyPropertyBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.GetTemplateChildAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.OverrideMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.PropertyMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RegistrationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedCommandCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventCallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventEventDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.SetValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.Suppressors.Sa1202Suppressor cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ValueConverterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0011ContainingTypeShouldBeRegisteredOwner cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0015RegisteredOwnerTypeMustBeDependencyObject cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0041SetMutableUsingSetCurrentValue cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0050XmlnsPrefixMustMatchXmlnsDefinition cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0052XmlnsDefinitionsDoesNotMapAllNamespaces cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0080MarkupExtensionDoesNotHaveAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0083UseConstructorArgumentAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>Done building project "Gu.Wpf.Adorners.Demo_cjtxcstq_wpftmp.csproj".
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ArgumentListAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.AssertAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.BinaryExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ConstructorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.DocsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ExceptionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0007PreferInjecting cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0011DoNotIgnoreReturnValue cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0020SortProperties cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0022UseGetOnly cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0023StaticMemberOrderAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0050IgnoreEventsWhenSerializing cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0051XmlSerializerNotCached cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0052ExceptionShouldBeSerializable cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0060EnumMemberValueConflictsWithAnother cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0061EnumMemberValueOutOfRange cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0070DefaultConstructedValueTypeWithNoUsefulDefault cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0071ForeachImplicitCast cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0072AllTypesShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.GU0073MemberShouldBeInternal cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.IdentifierNameAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.MethodGroupAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ObjectCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.ParameterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.RangeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.SimpleAssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.StringLiteralExpressionAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.TestMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.VariableDeclaratorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer Gu.Analyzers.WhenAnalyzer cannot be created from C:\Users\Owner.nuget\packages\gu.analyzers\2.0.2\analyzers\dotnet\cs\Gu.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.CreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeCallAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.DisposeMethodAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FieldAndPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.FinalizerAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.LocalDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.MethodReturnValuesAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.ReturnValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SemanticModelCacheAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.SuppressFinalizeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer IDisposableAnalyzers.UsingStatementAnalyzer cannot be created from C:\Users\Owner.nuget\packages\idisposableanalyzers\4.0.1\analyzers\dotnet\cs\IDisposableAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.AssignmentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.ClassDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.EventAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.InvocationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.MutationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.PropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.SetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer PropertyChangedAnalyzers.StructAnalyzer cannot be created from C:\Users\Owner.nuget\packages\propertychangedanalyzers\4.0.0\analyzers\dotnet\cs\PropertyChangedAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ActivatorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.ArgumentAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.BindingFlagsAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.CreateDelegateAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DefaultMemberAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.DependencyAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetAccessorAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetCustomAttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetInterfaceAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetTypeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.GetXAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.InvokeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsAssignableFromAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.IsDefinedAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer ReflectionAnalyzers.MakeGenericAnalyzer cannot be created from C:\Users\Owner.nuget\packages\reflectionanalyzers\0.3.1\analyzers\dotnet\cs\ReflectionAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.AttributeAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.CallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrMethodDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ClrPropertyDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ComponentResourceKeyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.DependencyPropertyBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.GetTemplateChildAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.OverrideMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.PropertyMetadataAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RegistrationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedCommandCreationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventBackingFieldOrPropertyAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventCallbackAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.RoutedEventEventDeclarationAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.SetValueAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.Suppressors.Sa1202Suppressor cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.ValueConverterAnalyzer cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0011ContainingTypeShouldBeRegisteredOwner cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0015RegisteredOwnerTypeMustBeDependencyObject cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0041SetMutableUsingSetCurrentValue cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0050XmlnsPrefixMustMatchXmlnsDefinition cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0052XmlnsDefinitionsDoesNotMapAllNamespaces cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0080MarkupExtensionDoesNotHaveAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>CSC : warning CS8032: An instance of analyzer WpfAnalyzers.WPF0083UseConstructorArgumentAttribute cannot be created from C:\Users\Owner.nuget\packages\wpfanalyzers\4.0.1\analyzers\dotnet\cs\WpfAnalyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified..
3>Gu.Wpf.Adorners.Demo -> C:\code\Gu.Wpf.Adorners-master\Gu.Wpf.Adorners.Demo\bin\Debug\netcoreapp3.1\Gu.Wpf.Adorners.Demo.dll
3>Done building project "Gu.Wpf.Adorners.Demo.csproj".
========== Rebuild All: 2 succeeded, 2 failed, 0 skipped ==========

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants