Move docs publish to GHA-based workflow (#148) #138
Annotations
10 warnings
|
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
|
src/Alba/Scenario.cs#L250
Dereference of a possibly null reference.
|
src/Alba/ScenarioResult.cs#L94
Nullability of reference types in value of type 'Task<T>' doesn't match target type 'Task<T?>'.
|
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
|
src/Alba/ScenarioResult.cs#L94
Nullability of reference types in value of type 'Task<T>' doesn't match target type 'Task<T?>'.
|
src/Alba/Scenario.cs#L250
Dereference of a possibly null reference.
|
src/Alba/Assertions/HeaderMatchAssertion.cs#L30
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
src/Alba.Testing/StringExtensionsTests.cs#L12
'StringExtensions.GetCommaSeparatedHeaderValues(IEnumerable<string>)' is obsolete: 'Use HeaderDictionary.GetCommaSeparatedHeaderValues instead'
|
The logs for this run have expired and are no longer available.
Loading