Skip to content

Commit 68fea5b

Browse files
author
John Luo
committed
Remove files that should stay in aspnetcore-tooling
Also address some lingering feedback
1 parent 7b56497 commit 68fea5b

File tree

8 files changed

+5
-325
lines changed

8 files changed

+5
-325
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ stages:
149149
$(_InternalRuntimeDownloadArgs)
150150
displayName: Build x86
151151

152-
# This is in a separate build step with to workaround MAX_PATH limitations - https://github.com/Microsoft/msbuild/issues/53
152+
# This is in a separate build step with -forceCoreMsbuild to workaround MAX_PATH limitations - https://github.com/Microsoft/msbuild/issues/53
153153
- script: .\src\SiteExtensions\build.cmd
154154
-ci
155155
-nobl

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

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,13 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.Mvc.Razor.Extensions\Microsoft.AspNetCore.Mvc.Razor.Extensions.csproj" />
14-
<ProjectReference Include="..\..\src\Microsoft.CodeAnalysis.Razor.Workspaces\Microsoft.CodeAnalysis.Razor.Workspaces.csproj" />
13+
<Reference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" />
14+
<Reference Include="BenchmarkDotNet" />
15+
<Reference Include="Newtonsoft.Json" />
1516
</ItemGroup>
1617

1718
<ItemGroup>
18-
<Compile Include="..\..\src\Microsoft.VisualStudio.LanguageServices.Razor\Serialization\*.cs">
19-
<Link>Serialization\%(FileName)%(Extension)</Link>
20-
</Compile>
21-
<Compile Include="..\..\test\Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common\TestServices.cs">
22-
<Link>TestServices\%(FileName)%(Extension)</Link>
23-
</Compile>
24-
<Compile Include="..\..\test\Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common\TestWorkspace.cs">
25-
<Link>TestServices\%(FileName)%(Extension)</Link>
26-
</Compile>
27-
<Compile Include="..\..\test\Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common\TestLanguageServices.cs">
28-
<Link>TestServices\%(FileName)%(Extension)</Link>
29-
</Compile>
30-
<Compile Include="..\..\test\Microsoft.CodeAnalysis.Razor.Workspaces.Test.Common\TestWorkspaceServices.cs">
31-
<Link>TestServices\%(FileName)%(Extension)</Link>
32-
</Compile>
33-
</ItemGroup>
34-
35-
<ItemGroup>
36-
<PackageReference Include="BenchmarkDotNet" Version="$(BenchmarkDotNetPackageVersion)" />
37-
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonPackageVersion)" />
38-
<PackageReference Include="Microsoft.AspNetCore.BenchmarkRunner.Sources" Version="$(MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion)" />
19+
<Compile Include="$(SharedSourceRoot)BenchmarkRunner\*.cs" />
3920
</ItemGroup>
4021

4122
</Project>

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

Lines changed: 0 additions & 53 deletions
This file was deleted.

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

Lines changed: 0 additions & 30 deletions
This file was deleted.

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

Lines changed: 0 additions & 155 deletions
This file was deleted.

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

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/Razor/test/Directory.Build.props

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/Razor/test/Microsoft.AspNetCore.Razor.Test.ComponentShim/Microsoft.AspNetCore.Razor.Test.ComponentShim.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
5-
<DisablePubternalApiCheck>true</DisablePubternalApiCheck>
65
</PropertyGroup>
76

87
</Project>

0 commit comments

Comments
 (0)