Skip to content

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

build testing: try adding back cache with no restore

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

Triggered via pull request May 14, 2024 07:47
Status Failure
Total duration 6m 41s
Artifacts

dotnet.yml

on: pull_request
build-and-publish
6m 27s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-publish
Process completed with exit code 1.
build-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs#L254
Cannot convert null literal to non-nullable reference type.
build-and-publish: 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-and-publish: 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-and-publish: 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-and-publish: 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-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Models/DocumentModelStore.cs#L22
Non-nullable event 'DocumentChanged' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-and-publish: 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-and-publish: 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.
build-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Settings/CardSetting.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Settings/CardSetting.cs#L11
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.