Skip to content

v0.0.1-preview-005

v0.0.1-preview-005 #4

Triggered via release April 27, 2024 13:46
Status Success
Total duration 2m 25s
Artifacts
publish-with-build
2m 16s
publish-with-build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
publish-with-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish-with-build: samples/ChatRoom/ChatRoom.Shared/ConnectPacket.cs#L21
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-with-build: samples/ChatRoom/ChatRoom.Shared/ChatPacket.cs#L21
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-with-build: samples/ChatRoom/ChatRoom.Shared/ChatPacket.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-with-build: samples/ChatRoom/ChatRoom.Client/ChatPacketMessageHandler.cs#L12
Dereference of a possibly null reference.
publish-with-build: test/Hoarwell.Test/TestBaseClasses/EchoDataClientMessageHandler.cs#L30
Nullability of reference types in type of parameter 'input' of 'Task EchoDataClientMessageHandler.HandleAsync(IHoarwellContext context, EchoData input)' doesn't match implicitly implemented member 'Task IEndpointMessageHandler<EchoData>.HandleAsync(IHoarwellContext context, EchoData? input)' (possibly because of nullability attributes).
publish-with-build: test/Hoarwell.Test/TestBaseClasses/EchoDataServerMessageHandler.cs#L9
Nullability of reference types in type of parameter 'input' of 'Task HoarwellEchoDataServerMessageHandler.HandleAsync(IHoarwellContext context, EchoData input)' doesn't match implicitly implemented member 'Task IEndpointMessageHandler<EchoData>.HandleAsync(IHoarwellContext context, EchoData? input)' (possibly because of nullability attributes).
publish-with-build: test/Hoarwell.Test/TestBaseClasses/EchoData.cs#L27
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
publish-with-build: samples/ChatRoom/ChatRoom.Client/ChatPacketMessageHandler.cs#L12
Dereference of a possibly null reference.
publish-with-build: test/Hoarwell.Test/TestBaseClasses/EchoDataClientMessageHandler.cs#L30
Nullability of reference types in type of parameter 'input' of 'Task EchoDataClientMessageHandler.HandleAsync(IHoarwellContext context, EchoData input)' doesn't match implicitly implemented member 'Task IEndpointMessageHandler<EchoData>.HandleAsync(IHoarwellContext context, EchoData? input)' (possibly because of nullability attributes).
publish-with-build: test/Hoarwell.Test/TestBaseClasses/EchoDataServerMessageHandler.cs#L9
Nullability of reference types in type of parameter 'input' of 'Task HoarwellEchoDataServerMessageHandler.HandleAsync(IHoarwellContext context, EchoData input)' doesn't match implicitly implemented member 'Task IEndpointMessageHandler<EchoData>.HandleAsync(IHoarwellContext context, EchoData? input)' (possibly because of nullability attributes).