Skip to content

Removed netcoreapp3.1, net5.0 and net6.0 + added net8.0 support #44

Removed netcoreapp3.1, net5.0 and net6.0 + added net8.0 support

Removed netcoreapp3.1, net5.0 and net6.0 + added net8.0 support #44

Re-run triggered October 25, 2024 10:50
Status Failure
Total duration 1m 15s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Process completed with exit code 1.
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/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)'.