Skip to content

Move Kestrel shared source to src\Shared #46112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 23, 2023

Conversation

david-acker
Copy link
Member

@david-acker david-acker commented Jan 15, 2023

Move Kestrel shared source to src\Shared

  • Moves the following Kestrel shared source to src\Shared:
    • HttpSysHttp3SupportedAttribute.cs
    • MsQuicSupportedAttribute.cs
    • TestResources.cs
    • \TestCertificates

Fixes #36035

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Jan 15, 2023
@ghost
Copy link

ghost commented Jan 15, 2023

Thanks for your PR, @david-acker. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@david-acker david-acker changed the title Move Kestrel shared source test attributes to src\Shared Move Kestrel shared source to src\Shared Jan 19, 2023
@Tratcher
Copy link
Member

CSC : error CS2001: Source file '/Users/runner/work/1/s/src/Servers/Kestrel/shared/test/TestResources.cs' could not be found. [/Users/runner/work/1/s/src/Servers/Kestrel/Transport.NamedPipes/test/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.Tests.csproj]
##[error]CSC(0,0): error CS2001: (NETCORE_ENGINEERING_TELEMETRY=Build) Source file '/Users/runner/work/1/s/src/Servers/Kestrel/shared/test/TestResources.cs' could not be found.

https://dev.azure.com/dnceng-public/public/_build/results?buildId=141848&view=logs&j=48c285a2-daf4-5ecb-cb99-42232769ca29&t=1c30c545-4674-57a0-c50f-14816b5373e6&l=1125

@Tratcher
Copy link
Member

Tratcher commented Jan 19, 2023

src/Shared/TestCertificates/make-test-certs.sh 100755 → 100644? This might need to be chmod'd

@david-acker
Copy link
Member Author

Interesting, good catch. I've added back execute permissions for that script.

@Tratcher
Copy link
Member

Thanks

@Tratcher Tratcher self-assigned this Jan 19, 2023
@Tratcher Tratcher added this to the 8.0-preview1 milestone Jan 19, 2023
@Tratcher
Copy link
Member

/azp run

@Tratcher Tratcher enabled auto-merge (squash) January 23, 2023 16:49
@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@Tratcher Tratcher merged commit 3261139 into dotnet:main Jan 23, 2023
atossell91 pushed a commit to atossell91/aspnetcore that referenced this pull request Jan 23, 2023
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
@david-acker david-acker deleted the move-kestrel-shared-test-attributes branch February 10, 2024 03:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider moving Kestrel shared source test attributes to src\Shared
4 participants