Refactor StacStoreService to improve asset URI handling in collection #287
Annotations
1 error and 13 warnings
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dotnet-results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, codecov/codecov-action@v1, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Stars.Geometry/Gml/Gml321Extensions.cs#L18
The field 'Gml321Extensions.conversionSpecifier' is assigned but its value is never used
|
src/Stars.Services/Router/RoutersManager.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/Stars.Services/Resources/DefaultResourceServiceProvider.cs#L114
The variable 'e' is declared but never used
|
src/Stars.Services/Model/Atom/AtomLinkAsset.cs#L37
The variable 'e' is declared but never used
|
src/Stars.Services/Model/EOP/EoProfileExtensions.cs#L90
The variable 'e' is declared but never used
|
src/Stars.Services/Resources/S3Extensions.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/Stars.Services/Resources/S3Extensions.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/Stars.Services/Resources/S3ClientFactory.cs#L165
The result of the expression is always 'true' since a value of type 'bool' is never equal to 'null' of type 'bool?'
|
src/Stars.Services/Model/EOP/EoProfileExtensions.cs#L111
The variable 'e' is declared but never used
|
src/Stars.Services/Model/EOP/EoProfileExtensions.cs#L132
The variable 'e' is declared but never used
|
This job failed
Loading