Skip to content

Commit 701b294

Browse files
Sync shared code from runtime (#26787)
1 parent da7fead commit 701b294

36 files changed

+0
-4681
lines changed

src/Servers/Kestrel/Transport.Quic/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Experimental.Quic.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
<Compile Include="$(RepoRoot)src\Shared\Buffers.MemoryPool\*.cs" LinkBase="MemoryPool" />
1414
<Compile Include="$(KestrelSharedSourceRoot)\CorrelationIdGenerator.cs" Link="Internal\CorrelationIdGenerator.cs" />
1515
<Compile Include="$(SharedSourceRoot)ServerInfrastructure\DuplexPipe.cs" Link="Internal\DuplexPipe.cs" />
16-
<Compile Include="$(SharedSourceRoot)runtime\NetEventSource.Common.cs" Link="Shared\runtime\%(Filename)%(Extension)"/>
17-
<Compile Include="$(SharedSourceRoot)runtime\SR.Quic.cs" Link="Shared\runtime\%(Filename)%(Extension)"/>
18-
<Compile Include="$(SharedSourceRoot)runtime\Quic\**\*.cs" Link="Shared\runtime\Quic\%(Filename)%(Extension)" />
1916
<Compile Include="$(KestrelSharedSourceRoot)\TransportConnection.cs" Link="Internal\TransportConnection.cs" />
2017
<Compile Include="$(KestrelSharedSourceRoot)\TransportConnection.Generated.cs" Link="Internal\TransportConnection.Generated.cs" />
2118
<Compile Include="$(KestrelSharedSourceRoot)\TransportConnection.FeatureCollection.cs" Link="Internal\TransportConnection.FeatureCollection.cs" />
@@ -32,11 +29,4 @@
3229
<Reference Include="Microsoft.Extensions.Options" />
3330
</ItemGroup>
3431

35-
<ItemGroup>
36-
<EmbeddedResource Include="$(SharedSourceRoot)runtime\SR.resx" Link="Shared\runtime\SR.resx">
37-
<ManifestResourceName>System.Net.Quic.SR</ManifestResourceName>
38-
<Generator></Generator>
39-
</EmbeddedResource>
40-
</ItemGroup>
41-
4232
</Project>

src/Shared/runtime/Quic/Implementations/Mock/MockConnection.cs

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

src/Shared/runtime/Quic/Implementations/Mock/MockImplementationProvider.cs

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

src/Shared/runtime/Quic/Implementations/Mock/MockListener.cs

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

0 commit comments

Comments
 (0)