Skip to content

Update README.md

Update README.md #140

Triggered via push November 15, 2023 19:58
Status Success
Total duration 9m 6s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Scenario.cs#L133
The default value specified for parameter 'jsonStyle' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: src/Alba/Scenario.cs#L250
Dereference of a possibly null reference.
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/Scenario.cs#L133
The default value specified for parameter 'jsonStyle' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: src/Alba/Assertions/HeaderMatchAssertion.cs#L30
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
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/Scenario.cs#L250
Dereference of a possibly null reference.
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.Testing/Acceptance/using_custom_service_registrations.cs#L19
'AlbaHost.ForStartup<T>(Func<IHostBuilder, IHostBuilder>?, string?)' is obsolete: 'We recommend using the WebApplicationFactory approach or bootstrapping from IHostBuilder. This will be removed in the future'