Skip to content

Commit 98f2973

Browse files
authored
Removed unnecessary projects (#4586)
1 parent 719ff08 commit 98f2973

File tree

326 files changed

+12
-32913
lines changed

Some content is hidden

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

326 files changed

+12
-32913
lines changed

build/artifacts.props

-5
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@
148148
<PackageArtifact Include="Microsoft.AspNetCore.WebSockets" AllMetapackage="true" AppMetapackage="true" Category="ship" />
149149
<PackageArtifact Include="Microsoft.AspNetCore.WebUtilities" AllMetapackage="true" AppMetapackage="true" Category="ship" />
150150
<PackageArtifact Include="Microsoft.AspNetCore" AllMetapackage="true" AppMetapackage="true" Category="ship" />
151-
<PackageArtifact Include="Microsoft.CodeAnalysis.Razor.Workspaces" Category="shipoob" />
152151
<PackageArtifact Include="Microsoft.CodeAnalysis.Razor" AllMetapackage="true" AppMetapackage="true" Category="ship" />
153-
<PackageArtifact Include="Microsoft.CodeAnalysis.Remote.Razor" Category="shipoob" />
154152
<PackageArtifact Include="Microsoft.Data.Sqlite.Core" AllMetapackage="true" Category="ship" />
155153
<PackageArtifact Include="Microsoft.Data.Sqlite" AllMetapackage="true" Category="ship" />
156154
<PackageArtifact Include="Microsoft.DotNet.Web.Client.ItemTemplates" Category="shipoob" />
@@ -177,9 +175,6 @@
177175
<PackageArtifact Include="Microsoft.Net.Http.Headers" AllMetapackage="true" AppMetapackage="true" Category="ship" />
178176
<PackageArtifact Include="Microsoft.NET.Sdk.Razor" Category="ship" />
179177
<PackageArtifact Include="Microsoft.Owin.Security.Interop" Category="ship" />
180-
<PackageArtifact Include="Microsoft.VisualStudio.Editor.Razor" Category="shipoob" />
181-
<PackageArtifact Include="Microsoft.VisualStudio.LanguageServices.Razor" Category="shipoob" />
182-
<PackageArtifact Include="Microsoft.VisualStudio.Mac.LanguageServices.Razor" Category="shipoob" />
183178
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Contracts" Category="ship" />
184179
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Core" Category="ship" />
185180
<PackageArtifact Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Category="ship" />

src/Razor/NuGetPackageVerifier.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
],
66
"packages": {
77
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": {},
8-
"RazorPageGenerator": {},
9-
"Microsoft.CodeAnalysis.Remote.Razor": {},
10-
"Microsoft.VisualStudio.Editor.Razor": {},
11-
"Microsoft.VisualStudio.LanguageServices.Razor": {},
12-
"Microsoft.VisualStudio.Mac.LanguageServices.Razor": {}
8+
"RazorPageGenerator": {}
139
}
1410
},
1511
"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

-28
This file was deleted.

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

-54
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/readme.md

-11
This file was deleted.

src/Razor/benchmarks/Microsoft.AspNetCore.Razor.Performance/taghelpers.json

-1
This file was deleted.

src/Razor/build.cmd

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
SET RepoRoot="%~dp0..\.."
3+
%RepoRoot%\build.cmd -LockFile %RepoRoot%\korebuild-lock.txt -Path %~dp0 %*

src/Razor/build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
set -euo pipefail
4+
5+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6+
repo_root="$DIR/../.."
7+
"$repo_root/build.sh" --path "$DIR" --lockfile "$repo_root/korebuild-lock.txt" "$@"

src/Razor/build/MPack.targets

-97
This file was deleted.

0 commit comments

Comments
 (0)