Skip to content

Added net9.0 target framework to all projects #53

Added net9.0 target framework to all projects

Added net9.0 target framework to all projects #53

Triggered via pull request November 15, 2024 05:21
Status Success
Total duration 1m 8s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Authentication.JwtBearer.Google/JwtBearerOptionsExtensions.cs#L47
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
build: src/Authentication.JwtBearer.Google/JwtBearerOptionsExtensions.cs#L48
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
build: src/Authentication.JwtBearer.Google/JwtBearerOptionsExtensions.cs#L47
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
build: src/Authentication.JwtBearer.Google/JwtBearerOptionsExtensions.cs#L48
'JwtBearerOptions.SecurityTokenValidators' is obsolete: 'SecurityTokenValidators is no longer used by default. Use TokenHandlers instead. To continue using SecurityTokenValidators, set UseSecurityTokenValidators to true. See https://aka.ms/aspnetcore8/security-token-changes'
build: test/ProblemDetails.Tests/ProblemDetailsMiddlewareTests.cs#L561
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
build: test/ProblemDetails.Tests/ProblemDetailsMiddlewareTests.cs#L566
Do not use Assert.Empty to check if a value does not exist in a collection. Use Assert.DoesNotContain instead. (https://xunit.net/xunit.analyzers/rules/xUnit2029)
build: src/RateLimiting/RateLimitingOptionsExtensions.cs#L10
Dereference of a possibly null reference.
build: src/RateLimiting/RateLimitingOptionsExtensions.cs#L15
Possible null reference argument for parameter 'address' in 'bool IPNetwork.Contains(IPAddress address)'.
build: src/RateLimiting/RateLimitingOptionsExtensions.cs#L25
Dereference of a possibly null reference.
build: src/RateLimiting/RateLimitingOptionsExtensions.cs#L30
Possible null reference argument for parameter 'address' in 'bool IPNetwork.Contains(IPAddress address)'.