Skip to content

Remove legacy search crawler #139

Remove legacy search crawler

Remove legacy search crawler #139

Triggered via push October 10, 2023 13:51
Status Success
Total duration 5m 51s
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/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: 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/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
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/StringExtensionsTests.cs#L12
'StringExtensions.GetCommaSeparatedHeaderValues(IEnumerable<string>)' is obsolete: 'Use HeaderDictionary.GetCommaSeparatedHeaderValues instead'