-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Don't crash on empty query string parameter name #1484
Don't crash on empty query string parameter name #1484
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1484 +/- ##
=======================================
Coverage 90.74% 90.74%
=======================================
Files 344 344
Lines 11002 11003 +1
Branches 1804 1805 +1
=======================================
+ Hits 9984 9985 +1
Misses 669 669
Partials 349 349 ☔ View full report in Codecov by Sentry. |
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
test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/QueryStringTests.cs
Outdated
Show resolved
Hide resolved
test/JsonApiDotNetCoreTests/IntegrationTests/QueryStrings/QueryStringTests.cs
Outdated
Show resolved
Hide resolved
Please update to the latest master. |
ed78c12
to
a6c2e17
Compare
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.
LGTM
Closes #1480
QUALITY CHECKLIST