test trigger index package release #24
pipeline.yml
on: push
setup
4s
build-and-test
/
windows
1m 49s
build-and-test
/
ubuntu
40s
build-and-test
/
macos
40s
release-index
/
release
13s
release-client
/
release
Annotations
1 error and 30 warnings
release-index / release
Process completed with exit code 1.
|
build-and-test / ubuntu:
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-and-test / ubuntu:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
build-and-test / ubuntu:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
build-and-test / ubuntu:
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.
|
build-and-test / ubuntu:
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.
|
build-and-test / ubuntu:
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|
build-and-test / ubuntu:
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-and-test / ubuntu:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
build-and-test / ubuntu:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
build-and-test / ubuntu:
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.
|
build-and-test / macos:
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-and-test / macos:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
build-and-test / macos:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
build-and-test / macos:
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|
build-and-test / macos:
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.
|
build-and-test / macos:
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.
|
build-and-test / macos:
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-and-test / macos:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
build-and-test / macos:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
build-and-test / macos:
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|
build-and-test / windows:
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-and-test / windows:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
build-and-test / windows:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
build-and-test / windows:
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|
build-and-test / windows:
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.
|
build-and-test / windows:
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.
|
build-and-test / windows:
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-and-test / windows:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L25
Dereference of a possibly null reference.
|
build-and-test / windows:
src/PackageRegistryService/Authentication/APIKeyEndpointFilter.cs#L30
Possible null reference return.
|
build-and-test / windows:
src/PackageRegistryService/Pages/Handlers/PackagesHandlers.cs#L46
Dereference of a possibly null reference.
|