Skip to content
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 IL2026 warning #1962

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Fix IL2026 warning #1962

merged 1 commit into from
Aug 29, 2024

Conversation

martincostello
Copy link
Owner

Fix IL2026 warning by passing the JsonTypeInfo<T> to Results.Json().

Fix IL2026 warning by passing the `JsonTypeInfo<T>` to `Results.Json()`.
@martincostello martincostello added bug .NET Pull requests that update .NET code labels Aug 29, 2024
Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.80%. Comparing base (2a81435) to head (4608b1c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1962      +/-   ##
==========================================
+ Coverage   86.74%   86.80%   +0.05%     
==========================================
  Files          50       50              
  Lines         890      894       +4     
  Branches      118      118              
==========================================
+ Hits          772      776       +4     
  Misses         62       62              
  Partials       56       56              
Flag Coverage Δ
linux 86.80% <100.00%> (+0.05%) ⬆️
macos 86.80% <100.00%> (+0.05%) ⬆️
windows 86.80% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello enabled auto-merge (rebase) August 29, 2024 17:16
@martincostello martincostello merged commit 5727e9f into main Aug 29, 2024
11 checks passed
@martincostello martincostello deleted the fix-il-warning branch August 29, 2024 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant