Skip to content

collect message simplification #4

collect message simplification

collect message simplification #4

Triggered via push November 18, 2024 11:58
Status Success
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
publish: ASureBus/ConfigurationObjects/DataStorageSagaPersistenceConfig.cs#L7
Nullability of reference types in return type of 'string? DataStorageSagaPersistenceConfig.DataStorageConnectionString.get' doesn't match implicitly implemented member 'string IConfigureDataStorage.DataStorageConnectionString.get' (possibly because of nullability attributes).
publish: ASureBus/ConfigurationObjects/DataStorageSagaPersistenceConfig.cs#L8
Nullability of reference types in return type of 'string? DataStorageSagaPersistenceConfig.DataStorageContainer.get' doesn't match implicitly implemented member 'string IConfigureDataStorage.DataStorageContainer.get' (possibly because of nullability attributes).
publish: ASureBus/Utils/Serializer.cs#L24
Cannot convert null literal to non-nullable reference type.
publish: ASureBus/Accessories/Heavy/HeavyReference.cs#L5
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: ASureBus/Core/AsbWorker.cs#L157
Possible null reference argument for parameter 'ex' in 'Task ISagaBroker.HandleError(Exception ex, CancellationToken cancellationToken = default(CancellationToken))'.
publish: ASureBus/Core/TypesHandling/TypesLoader.cs#L77
Dereference of a possibly null reference.
publish: ASureBus/Core/AsbWorker.cs#L219
Dereference of a possibly null reference.
publish: ASureBus/Core/TypesHandling/Entities/SagaType.cs#L5
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: ASureBus/Core/TypesHandling/Entities/SagaType.cs#L6
Non-nullable property 'SagaDataType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: ASureBus/Core/TypesHandling/Entities/SagaType.cs#L7
Non-nullable property 'Listeners' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.