Skip to content

build testing: try adding back cache with no restore #44

build testing: try adding back cache with no restore

build testing: try adding back cache with no restore #44

Triggered via pull request May 10, 2024 10:42
Status Failure
Total duration 3m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs#L254
Cannot convert null literal to non-nullable reference type.
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/DiscriminatedObjectConverter.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/DiscriminatedObjectConverter.cs#L34
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/DiscriminatedObjectConverter.cs#L119
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/DiscriminatedObjectConverter.cs#L126
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/PropertyValidator.cs#L11
Non-nullable property 'JsonPropertyNames' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Settings/CardSetting.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: DUI3-DX/DUI3/Speckle.Connectors.DUI/Settings/CardSetting.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.