Skip to content

fix: dornet.yml

fix: dornet.yml #2

Triggered via push May 7, 2026 08:50
Status Failure
Total duration 39s
Artifacts

dotnet.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
build-and-test (10.0.x)
No test report files were found
build-and-test (10.0.x)
Process completed with exit code 1.
build-and-test (10.0.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4, dorny/test-reporter@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (10.0.x)
No file matches path **/test-results.trx
build-and-test (10.0.x)
No files were found with the provided path: **/test-results.trx. No artifacts will be uploaded.
build-and-test (10.0.x): TableMasterApi/Controllers/UserController.cs#L183
Possible null reference argument for parameter 'authorizationHeader' in 'string JwtService.ExtractTokenFromAuthorization(string authorizationHeader)'.
build-and-test (10.0.x): TableMasterApi/Controllers/UserController.cs#L100
Possible null reference argument for parameter 'authorizationHeader' in 'string JwtService.ExtractTokenFromAuthorization(string authorizationHeader)'.
build-and-test (10.0.x): TableMasterApi/Service/GoogleMapsService.cs#L63
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (10.0.x): TableMasterApi/Service/GoogleMapsService.cs#L60
Non-nullable property 'Results' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (10.0.x): TableMasterApi/Service/GoogleMapsService.cs#L69
Non-nullable property 'Geometry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (10.0.x): TableMasterApi/Service/GoogleMapsService.cs#L75
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test (10.0.x): TableMasterApi/Controllers/UserController.cs#L66
Possible null reference argument for parameter 'authorizationHeader' in 'string JwtService.ExtractTokenFromAuthorization(string authorizationHeader)'.
build-and-test (10.0.x): TableMasterApi/Controllers/UserController.cs#L41
The result of the expression is always 'false' since a value of type 'long' is never equal to 'null' of type 'long?'
build-and-test (10.0.x): TableMasterApi/Controllers/UserController.cs#L38
Possible null reference argument for parameter 'authorizationHeader' in 'string JwtService.ExtractTokenFromAuthorization(string authorizationHeader)'.
build-and-test (10.0.x): TableMasterApi/Service/FcmService.cs#L15
'GoogleCredential.FromFile(string)' is obsolete: 'This method is being deprecated because of a potential security risk. Use the methods in the CredentialFactory class instead. A GoogleCredential object can then be created by calling the .ToGoogleCredential() method on the returned specific credential. '