From e5ee01f97b834fcd70fedf8f9ec668b1fbfdb973 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Fri, 1 Feb 2019 10:33:04 -0800 Subject: [PATCH] Add code check CI tests, add docs about ReferenceResolution, and other cleanups (#1044) Changes: * Add a step which checks that generated code is up to date * Copy over the documentation on how to work with `` * Fixup a broken reference in the .sln * Fix the casing on Microsoft.Extensions.ValueStopwatch.Sources * Remove some unused references and variables --- .../src/Internal.AspNetCore.Analyzers.csproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Analyzers/Internal.AspNetCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj b/src/Analyzers/Internal.AspNetCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj index d5635e153f..a9d809513a 100644 --- a/src/Analyzers/Internal.AspNetCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj +++ b/src/Analyzers/Internal.AspNetCore.Analyzers/src/Internal.AspNetCore.Analyzers.csproj @@ -6,6 +6,14 @@ $(PackageTags);analyzers $(NoWarn);CS1591 analyzers/dotnet/cs/ + + false + true + true true false