Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav K <prkrishn@hotmail.com>2021-11-01 23:48:11 +0300
committerGitHub <noreply@github.com>2021-11-01 23:48:11 +0300
commit6325163f926cb763860a2a92beec0e20ca3daae1 (patch)
tree8c5769a07c4fa44a03a4757b1d17e75f878862b8 /AspNetCore.sln
parentfa25640ac2358948045a15ba1639c7ed3d6aeed5 (diff)
Update StartupAnalyzers to use Analyzer.Testing library (#37934)
* Update StartupAnalyzers to use Analyzer.Testing library * Remove checked in test files and inline their sources * Replace use of home-brew library with roslyn's testing library Contributes to https://github.com/dotnet/aspnetcore/issues/9431
Diffstat (limited to 'AspNetCore.sln')
-rw-r--r--AspNetCore.sln2
1 files changed, 2 insertions, 0 deletions
diff --git a/AspNetCore.sln b/AspNetCore.sln
index c0acf510df..67ee9571dc 100644
--- a/AspNetCore.sln
+++ b/AspNetCore.sln
@@ -9918,12 +9918,14 @@ Global
{17459B97-1AA3-4154-83D3-C6BDC9FA3F85}.Release|x86.Build.0 = Release|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|arm64.ActiveCfg = Debug|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|x64.ActiveCfg = Debug|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|x64.Build.0 = Debug|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|x86.ActiveCfg = Debug|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Debug|x86.Build.0 = Debug|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Release|Any CPU.Build.0 = Release|Any CPU
+ {E090F82D-8345-477E-92E8-F724F08ADC56}.Release|arm64.ActiveCfg = Release|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Release|x64.ActiveCfg = Release|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Release|x64.Build.0 = Release|Any CPU
{E090F82D-8345-477E-92E8-F724F08ADC56}.Release|x86.ActiveCfg = Release|Any CPU