-
Notifications
You must be signed in to change notification settings - Fork 42
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 various modern dotnet build files #253
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #253 +/- ##
=======================================
Coverage 93.02% 93.02%
=======================================
Files 102 102
Lines 8725 8725
Branches 673 673
=======================================
Hits 8116 8116
Misses 471 471
Partials 138 138 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
96e32b6
to
c32e2b5
Compare
- name: Verify | ||
run: dotnet format --no-restore --verbosity=diagnostic --verify-no-changes | ||
run: dotnet format ./rabbitmq-stream-dotnet-client.sln --no-restore --verbosity=diagnostic --verify-no-changes |
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.
FYI dotnet format
does not yet support Traversal projects.
c32e2b5
to
10fb9b0
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.
Inspired by: