DO NOT MERGE! Github Actions build + annotations test #8
Annotations
2 errors and 10 warnings
build:
DUI3-DX/Converters/Rhino/Speckle.Converters.Rhino7/ToHost/Raw/ArcToHostConverter.cs#L2
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
build
Process completed with exit code 1.
|
build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/DiscriminatedObject.cs#L5
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
|
build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Bridge/BrowserBridge.cs#L257
Cannot convert null literal to non-nullable reference type.
|
build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Utils/DiscriminatedObjectConverter.cs#L122
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#L129
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#L29
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#L35
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
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.
|
build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Models/Card/SendFilter/DirectSelectionSendFilter.cs#L9
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/Card/SenderModelCard.cs#L9
Non-nullable property 'SendFilter' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DUI3-DX/DUI3/Speckle.Connectors.DUI/Models/Card/ReceiverModelCardResult.cs#L5
Non-nullable property 'ModelCardId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|