build testing: try adding back cache with no restore #51
Annotations
1 error and 11 warnings
Pack
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#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/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/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/Utils/DiscriminatedObjectConverter.cs#L124
Possible null reference return.
|
Build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Bindings/ISelectionBinding.cs#L17
Non-nullable property 'SelectedObjectIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Bindings/ISelectionBinding.cs#L18
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
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.
|
Format:
Build/Http.cs#L10
The type name Http conflicts in whole or in part with the namespace name 'System.Net.Http'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
Loading