Skip to content

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

build testing: try adding back cache with no restore

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

Triggered via pull request May 14, 2024 08:10
Status Failure
Total duration 7m 2s
Artifacts

dotnet.yml

on: pull_request
build-and-publish
6m 49s
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/Bridge/BrowserBridge.cs#L78
Non-nullable property 'BindingMethodCache' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs#L78
Non-nullable field '_actionBlock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs#L78
Non-nullable field '_binding' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-publish: DUI3-DX/DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs#L78
Non-nullable field '_bindingType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.