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

Use C# 12 syntax #740

Merged
merged 3 commits into from
Aug 17, 2024
Merged

Use C# 12 syntax #740

merged 3 commits into from
Aug 17, 2024

Conversation

martincostello
Copy link
Owner

  • Use raw literals for JSON strings.
  • use System.Text.Json in README examples instead of Newtonsoft.Json.
  • Use collection expressions.

- Use raw literals for JSON strings.
- use System.Text.Json in README examples instead of Newtonsoft.Json.
- Use collection expressions.
@martincostello martincostello added documentation Improvements or additions to documentation enhancement New feature or request .NET Pull requests that update .net code labels Aug 17, 2024
Remove dangling curly brace.
Remove leftover space.
@martincostello martincostello enabled auto-merge (squash) August 17, 2024 08:29
Copy link

codecov bot commented Aug 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (7fb6a9f) to head (b9e506f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #740      +/-   ##
==========================================
+ Coverage   96.88%   97.57%   +0.69%     
==========================================
  Files           8        8              
  Lines         289      289              
  Branches       31       31              
==========================================
+ Hits          280      282       +2     
+ Misses          4        2       -2     
  Partials        5        5              
Flag Coverage Δ
linux 96.88% <ø> (ø)
macos 96.88% <ø> (+0.69%) ⬆️
windows 97.57% <ø> (+0.69%) ⬆️

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 merged commit 8b41515 into main Aug 17, 2024
12 checks passed
@martincostello martincostello deleted the csharp-12 branch August 17, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant