Skip to content

Strong name Benchmarks.dll so it can use Kestrel's HttpParser temporarily #1439

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

Closed
wants to merge 1 commit into from

Conversation

halter73
Copy link
Member

@halter73 halter73 commented Dec 4, 2019

See dotnet/aspnetcore#17571 which will make Kestrel.Core's internals visible to the Benchmarks project, but for that to work, the Benchmarks assembly needs to be strong named as far as I'm aware.

@@ -19,6 +19,7 @@
<!-- Prevent the SDK from validating the supported TFM. -->
<NETCoreAppMaximumVersion>99.9</NETCoreAppMaximumVersion>
<NoWarn>0618;NU1605</NoWarn>
<AssemblyOriginatorKeyFile>AspNetCore.snk</AssemblyOriginatorKeyFile>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

REVIEW: This change doesn't seem to cause dotnet build to strong name the assembly, but I created the PR anyway to encourage someone to show me the correct way to do this without porting this project to arcade.

@halter73
Copy link
Member Author

halter73 commented Dec 4, 2019

Closing in favor of dotnet/aspnetcore#17573

@halter73 halter73 closed this Dec 4, 2019
@halter73 halter73 deleted the halter73/strong-name branch December 4, 2019 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant