-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Fix HttpStress build #56912
Fix HttpStress build #56912
Conversation
Tagging subscribers to this area: @dotnet/ncl Issue Details#56775 broke HttpStress. Instead of including
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will probably eventually work but looks ok for now.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
/azp run runtime-libraries stress-http |
Azure Pipelines successfully started running 1 pipeline(s). |
@wfurt you mean eventually this will stop working? If yes why? |
No, this will always work. |
#56775 broke HttpStress.
Instead of including
System.Net.Security
, I'm reverting this to the old stringly-typed code, so it keeps building with official preview SDK-s, not only docker / locally-built one.