set up reusable build and test workflow #15
Annotations
10 warnings
Build:
src/AVPRClient/Extensions.cs#L14
Missing XML comment for publicly visible type or member 'Extensions'
|
Build:
src/AVPRClient/Extensions.cs#L16
Missing XML comment for publicly visible type or member 'Extensions.toValidationPackage(Domain.ValidationPackageIndex, DateTimeOffset)'
|
Build:
src/AVPRClient/Extensions.cs#L59
Missing XML comment for publicly visible type or member 'Extensions.toValidationPackage(Domain.ValidationPackageIndex)'
|
Build:
src/AVPRClient/Extensions.cs#L66
Missing XML comment for publicly visible type or member 'Extensions.toPackageContentHash(Domain.ValidationPackageIndex, bool)'
|
Build:
src/AVPRClient/Extensions.cs#L94
Missing XML comment for publicly visible type or member 'Extensions.AsIndexType(ICollection<Author>)'
|
Build:
src/AVPRClient/Extensions.cs#L110
Missing XML comment for publicly visible type or member 'Extensions.AsIndexType(ICollection<OntologyAnnotation>)'
|
Build:
src/AVPRClient/Extensions.cs#L125
Missing XML comment for publicly visible type or member 'Extensions.toValidationPackageMetadata(ValidationPackage)'
|
Build:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L13
Nullability of reference types in return type of 'ValueTask<object> APIKeyEndpointFilter.InvokeAsync(EndpointFilterInvocationContext context, EndpointFilterDelegate next)' doesn't match implicitly implemented member 'ValueTask<object?> IEndpointFilter.InvokeAsync(EndpointFilterInvocationContext context, EndpointFilterDelegate next)'.
|
Build:
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|
Build:
src/PackageRegistryService/Pages/Handlers/IndexHandlers.cs#L9
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.
|
Loading