Target net8.0 #819
Annotations
1 error and 10 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/SummaryListRowTagHelperTests.cs#L68
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/SummaryListRowTagHelperTests.cs#L145
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/AccordionItemTagHelperTests.cs#L50
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/FormGroupTagHelperBaseTests.cs#L20
Null should not be used for type parameter 'initialValue' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/FormGroupTagHelperBaseTests.cs#L20
Null should not be used for type parameter 'newValue' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/FormGroupTagHelperBaseTests.cs#L20
Null should not be used for type parameter 'expectedResult' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/FormGroupTagHelperBaseTests.cs#L21
Null should not be used for type parameter 'initialValue' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
tests/GovUk.Frontend.AspNetCore.Tests/TagHelpers/FormGroupTagHelperBaseTests.cs#L22
Null should not be used for type parameter 'newValue' of type 'string'. Use a non-null value, or convert the parameter to a nullable type.
|
The logs for this run have expired and are no longer available.
Loading