Ensure resource-checker.js
file is served correctly
#17
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Umbraco.Community.Sustainability/Controllers/SustainabilityWorkspaceController.cs#L33
'PagedResult<PageMetric>' is obsolete: 'Superseded by PagedModel for service layer and below OR PagedViewModel in apis. Expected to be removed when skip/take pattern has been fully implemented v14+'
|
src/Umbraco.Community.Sustainability/Schemas/PageMetricSchema.cs#L44
'SpecialDbTypes.NTEXT' is obsolete: 'Use NVARCHARMAX instead'
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L39
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L40
Non-nullable property 'entryType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L43
Non-nullable property 'initiatorType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L44
Non-nullable property 'deliveryType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L45
Non-nullable property 'nextHopProtocol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L46
Non-nullable property 'renderBlockingStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L64
Non-nullable property 'serverTiming' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Umbraco.Community.Sustainability/Models/SustainabilityData.cs#L30
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading