#37 Add a domain model for semantic versions #112
Annotations
4 errors and 10 warnings
|
src/AVPRClient/Extensions.cs#L145
There is no argument given that corresponds to the required parameter 'ReleaseNotes' of 'Domain.ValidationPackageMetadata.create(string, string, string, int, int, int, FSharpOption<string>, FSharpOption<string>, FSharpOption<bool>, FSharpOption<Domain.Author[]>, FSharpOption<Domain.OntologyAnnotation[]>, FSharpOption<string>, FSharpOption<string>)'
|
src/AVPRClient/Extensions.cs#L145
There is no argument given that corresponds to the required parameter 'ReleaseNotes' of 'Domain.ValidationPackageMetadata.create(string, string, string, int, int, int, FSharpOption<string>, FSharpOption<string>, FSharpOption<bool>, FSharpOption<Domain.Author[]>, FSharpOption<Domain.OntologyAnnotation[]>, FSharpOption<string>, FSharpOption<string>)'
|
|
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)'.
|
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
src/PackageRegistryService/Data/DataInitializer.cs#L33
Dereference of a possibly null reference.
|
src/PackageRegistryService/Data/DataInitializer.cs#L33
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
src/PackageRegistryService/Data/DataInitializer.cs#L65
Dereference of a possibly null reference.
|
src/PackageRegistryService/Data/DataInitializer.cs#L65
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|
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.
|
src/PackageRegistryService/Pages/Handlers/AboutHandlers.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.
|
This job was cancelled
Loading