Skip to content

Commit ad3835c

Browse files
authored
Removed unnecessary projects (#4586) (#4612)
1 parent d53b556 commit ad3835c

File tree

357 files changed

+12
-38902
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+12
-38902
lines changed

build/artifacts.props

-5
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@
151151
<PackageArtifact Include="Microsoft.AspNetCore.WebSockets" Category="ship" />
152152
<PackageArtifact Include="Microsoft.AspNetCore.WebUtilities" Category="ship" />
153153
<PackageArtifact Include="Microsoft.AspNetCore" Category="ship" />
154-
<PackageArtifact Include="Microsoft.CodeAnalysis.Razor.Workspaces" Category="shipoob" />
155154
<PackageArtifact Include="Microsoft.CodeAnalysis.Razor" Category="ship" />
156-
<PackageArtifact Include="Microsoft.CodeAnalysis.Remote.Razor" Category="shipoob" />
157155
<PackageArtifact Include="Microsoft.Data.Sqlite.Core" Category="ship" />
158156
<PackageArtifact Include="Microsoft.Data.Sqlite" Category="ship" />
159157
<PackageArtifact Include="Microsoft.DotNet.Web.Client.ItemTemplates" Category="ship" />
@@ -184,9 +182,6 @@
184182
<PackageArtifact Include="Microsoft.Net.Http.Headers" Category="ship" />
185183
<PackageArtifact Include="Microsoft.NET.Sdk.Razor" Category="ship" />
186184
<PackageArtifact Include="Microsoft.Owin.Security.Interop" Category="noship" />
187-
<PackageArtifact Include="Microsoft.VisualStudio.Editor.Razor" Category="shipoob" />
188-
<PackageArtifact Include="Microsoft.VisualStudio.LanguageServices.Razor" Category="shipoob" />
189-
<PackageArtifact Include="Microsoft.VisualStudio.Mac.LanguageServices.Razor" Category="shipoob" />
190185
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Contracts" Category="ship" />
191186
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Core" Category="ship" />
192187
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Category="ship" />

src/Razor/NuGetPackageVerifier.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
],
66
"packages": {
77
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
8-
"RazorPageGenerator": {},
9-
"Microsoft.CodeAnalysis.Razor.Workspaces": {},
10-
"Microsoft.CodeAnalysis.Remote.Razor": {},
11-
"Microsoft.VisualStudio.Editor.Razor": {},
12-
"Microsoft.VisualStudio.LanguageServices.Razor": {},
13-
"Microsoft.VisualStudio.Mac.LanguageServices.Razor": {}
8+
"RazorPageGenerator": {}
149
}
1510
},
1611
"Default": { // Rules to run for packages not listed in any other set.

src/Razor/Razor.sln

-156
Large diffs are not rendered by default.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/AssemblyInfo.cs

-1
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/CodeGenerationBenchmark.cs

-58
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/MSN.cshtml

-3,983
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/Microsoft.AspNetCore.Razor.Performance.csproj

-40
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/ProjectSystem/BackgroundCodeGenerationBenchmark.cs

-53
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/ProjectSystem/ProjectLoadBenchmark.cs

-30
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/ProjectSystem/ProjectSnapshotManagerBenchmarkBase.cs

-154
This file was deleted.

0 commit comments

Comments
 (0)