All Packages Release #61
Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. 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, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
|
|
|
|
|
|
|
src/SeoToolkit.Umbraco.Common.Core/Controllers/InfoTreeController.cs#L22
Nullability of reference types in return type doesn't match overridden member.
|
src/SeoToolkit.Umbraco.Common.Core/ContentApps/SeoSettingsContentAppFactory.cs#L22
Possible null reference return.
|
src/SeoToolkit.Umbraco.Common.Core/ContentApps/SeoSettingsContentAppFactory.cs#L27
Possible null reference return.
|
src/SeoToolkit.Umbraco.Common.Core/ContentApps/SeoContentAppFactory.cs#L27
Possible null reference return.
|
src/SeoToolkit.Umbraco.Common.Core/ContentApps/SeoContentAppFactory.cs#L32
Possible null reference return.
|
src/SeoToolkit.Umbraco.Common.Core/Models/ViewModels/SeoDisplayViewModel.cs#L5
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/SeoToolkit.Umbraco.Common.Core/Controllers/InfoTreeController.cs#L22
Nullability of reference types in return type doesn't match overridden member.
|
src/SeoToolkit.Umbraco.Common.Core/Models/ViewModels/SeoDisplayViewModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/SeoToolkit.Umbraco.Common.Core/Models/ViewModels/SeoDisplayViewModel.cs#L5
Non-nullable property 'Alias' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
src/SeoToolkit.Umbraco.Common.Core/Models/ViewModels/SeoDisplayViewModel.cs#L7
Non-nullable property 'View' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading