Skip to content

Ensure resource-checker.js file is served correctly #17

Ensure resource-checker.js file is served correctly

Ensure resource-checker.js file is served correctly #17

Triggered via push July 9, 2024 08:27
Status Success
Total duration 2m 39s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: 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+'
build: src/Umbraco.Community.Sustainability/Schemas/PageMetricSchema.cs#L44
'SpecialDbTypes.NTEXT' is obsolete: 'Use NVARCHARMAX instead'
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.