Update Vitepress & deal with CSS breaks #135
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/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'
|