Skip to content

Feature/support event (async) #21

Feature/support event (async)

Feature/support event (async) #21

Triggered via pull request August 27, 2023 14:30
Status Failure
Total duration 6h 0m 24s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
The operation was canceled.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build: HandyIpc.Tests/Mock/GenericType.cs#L12
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HandyIpc.Tests/Mock/GenericType.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HandyIpc.Tests/Mock/GenericType.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HandyIpc.Tests/Mock/GenericType.cs#L7
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HandyIpc.Tests/Mock/CollectionType.cs#L10
Non-nullable property 'Floats' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: HandyIpc.Tests/Mock/CollectionType.cs#L12
Non-nullable property 'Doubles' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.