8000 Fix NullReferenceException by 0xced · Pull Request #123 · adrianiftode/FluentAssertions.Web · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@0xced
Copy link
Contributor
@0xced 0xced commented Sep 2, 2024

Pull request #122 accidentally introduced a potential NullReferenceException.

Unfortunately the .NET Standard 2.0 assemblies don't have correct nullable annotations. System.Net.Http.HttpRequestMessage.Content is actually nullable and should be handled as such.

Pull request adrianiftode#122 accidentally introduced a potential NullReferenceException.

Unfortunately the .NET Standard 2.0 assemblies don't have correct nullable annotations. `System.Net.Http.HttpRequestMessage.Content` is actually nullable and should be handled as such.
@adrianiftode adrianiftode merged commit 5036af7 into adrianiftode:master Sep 2, 2024
@0xced 0xced deleted the Fix-NullReferenceException branch September 2, 2024 18:54
@adrianiftode
Copy link
Owner

Thanks, it's now released

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.

2 participants

0