Skip to content

.NET 8 Updates

.NET 8 Updates #141

Triggered via pull request January 20, 2024 15:23
Status Failure
Total duration 4m 58s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/Alba/Security/OpenConnectUserPassword.cs#L68
Possible null reference assignment.
build: src/Alba/Security/OpenConnectUserPassword.cs#L78
Possible null reference assignment.
build: src/Alba/Security/OpenConnectUserPassword.cs#L80
Possible null reference assignment.
build: src/Alba/Security/OpenConnectExtension.cs#L49
Thrown value may be null.
build: src/Alba/ScenarioResult.cs#L94
Nullability of reference types in value of type 'Task<T>' doesn't match target type 'Task<T?>'.
build: src/Alba/Security/OpenConnectExtension.cs#L98
Possible null reference argument for parameter 'jwt' in 'void HttpContextExtensions.SetBearerToken(HttpContext context, string jwt)'.
build: src/Alba/Security/OpenConnectClientCredentials.cs#L35
Possible null reference assignment.
build
The target framework 'net5.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build: src/Alba/Assertions/HeaderMatchAssertion.cs#L30
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.