-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add nullability annotation on CacheControlHeaderValue #74863
Conversation
Add nullability annotation on CacheControlHeaderValue.TryParse inside System.Net.Http Fix #74061
Tagging subscribers to this area: @dotnet/ncl Issue DetailsAdd nullability annotation on CacheControlHeaderValue.TryParse inside System.Net.Http Fix #74061
|
src/libraries/System.Net.Http/src/System/Net/Http/Headers/CacheControlHeaderValue.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http/src/System/Net/Http/Headers/CacheControlHeaderValue.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http/src/System/Net/Http/Headers/CacheControlHeaderValue.cs
Outdated
Show resolved
Hide resolved
Thanks for the answer @MihaZupan.
Do you know about that ? |
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.
Thanks @pierrebelin!
Re:
I've a question, why tests on System.Net.Http are all working on Visual Studio and not inside the pipeline ? Do you have a specific command to reproduce it ?
Have you followed the requirements and build instructions for libraries docs? Did they hit any errors?
src/libraries/System.Net.Http/tests/UnitTests/Headers/CacheControlHeaderValueTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Http/src/System/Net/Http/Headers/CacheControlHeaderValue.cs
Outdated
Show resolved
Hide resolved
Test failure is #74896 |
Add nullability annotation on CacheControlHeaderValue.TryParse inside System.Net.Http
Fix #74061