-
-
Notifications
You must be signed in to change notification settings - Fork 39
NET6 #184
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
Conversation
…; embedded readme; apply ShouldBeSkipped for VariableReference branch
.github/workflows/test.yml
Outdated
| dotnet format --check -v diag --fix-style warn --fix-analyzers warn || (echo "Run 'dotnet format' to fix formatting issues" && exit 1) | ||
| dotnet format --no-restore --verify-no-changes -v diag --severity warn whitespace || (echo "Run 'dotnet format' to fix whitespace issues" && exit 1) | ||
| dotnet format --no-restore --verify-no-changes -v diag --severity warn analyzers || (echo "Run 'dotnet format' to fix analyzers issues" && exit 1) | ||
| dotnet-format --no-restore --verify-no-changes -v diag --severity warn style || (echo "Run 'dotnet format' to fix style issues" && exit 1) |
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.
I would like to add this line to GraphQL.NET repo too.
Codecov Report
@@ Coverage Diff @@
## develop #184 +/- ##
========================================
Coverage 83.81% 83.81%
========================================
Files 9 9
Lines 278 278
Branches 46 46
========================================
Hits 233 233
Misses 33 33
Partials 12 12
Continue to review full report at Codecov.
|
ShouldBeSkippedforVariableReferenceinAuthorizationValidationRule