removed Stars dep #37
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Build:
src/Stac.Api.CodeGen/ClientCodeGen.cs#L50
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.
|
Build:
src/Stac.Api.CodeGen/ControllerCodeGen.cs#L59
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.
|
Build:
src/Stac.Api/Models/Core/StacLinkExtensions.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Stac.Api/Models/Extensions/Filters/BooleanExpression.cs#L82
'BooleanExpression.ToString()' hides inherited member 'object.ToString()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Build:
src/Stac.Api/Models/Extensions/Sort/Context/SortContextFilter.cs#L69
The variable 'e' is declared but never used
|
Build:
src/Stac.Api/Attributes/LandingPageActionAttribute.cs#L10
Missing XML comment for publicly visible type or member 'LandingPageActionAttribute'
|
Build:
src/Stac.Api/Attributes/LandingPageActionAttribute.cs#L12
Missing XML comment for publicly visible type or member 'LandingPageActionAttribute.LandingPageActionAttribute(string, string, string)'
|
Build:
src/Stac.Api/Attributes/LandingPageActionAttribute.cs#L19
Missing XML comment for publicly visible type or member 'LandingPageActionAttribute.Action'
|
Build:
src/Stac.Api/Attributes/LandingPageActionAttribute.cs#L20
Missing XML comment for publicly visible type or member 'LandingPageActionAttribute.Relationship'
|
Build:
src/Stac.Api/Attributes/LandingPageActionAttribute.cs#L21
Missing XML comment for publicly visible type or member 'LandingPageActionAttribute.MediaType'
|
The logs for this run have expired and are no longer available.
Loading