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

Update samples and tests for .NET 8 #1107

Merged
merged 5 commits into from
Jan 12, 2024
Merged

Update samples and tests for .NET 8 #1107

merged 5 commits into from
Jan 12, 2024

Conversation

Shane32
Copy link
Member

@Shane32 Shane32 commented Jan 12, 2024

@Shane32 Shane32 self-assigned this Jan 12, 2024
@github-actions github-actions bot added the test label Jan 12, 2024
@@ -29,6 +29,7 @@ private TestServer CreateServer(Action<IServiceCollection>? configureServices =
.AddAutoSchema<Chat.Query>()
.AddErrorInfoProvider(new CustomErrorInfoProvider(this))
.AddSystemTextJson());
services.AddRouting();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -8,7 +8,7 @@ namespace GraphQL.Server.Authorization.AspNetCore;
public partial class AuthorizationValidationRule
{
/// <inheritdoc/>
[Obsolete("This class has been replaced by GraphQL.Server.Transports.AspNetCore.AuthorizationValidationRule.AuthorizationVisitor and will be removed in v8.")]
[Obsolete("This class has been replaced by GraphQL.Server.Transports.AspNetCore.AuthorizationVisitor and will be removed in v8.")]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed reference

@Shane32 Shane32 added the CI CI configuration issue or pull request label Jan 12, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7e34ea3) 93.45% compared to head (c2036bb) 93.45%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1107   +/-   ##
=======================================
  Coverage   93.45%   93.45%           
=======================================
  Files          45       45           
  Lines        2215     2215           
  Branches      375      375           
=======================================
  Hits         2070     2070           
  Misses        103      103           
  Partials       42       42           

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

@Shane32 Shane32 merged commit 9f2bf46 into master Jan 12, 2024
7 checks passed
@Shane32 Shane32 deleted the net8 branch January 12, 2024 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI configuration issue or pull request test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants