Skip to content

0.0.1-alpha09

0.0.1-alpha09 #10

Triggered via release April 9, 2024 21:16
Status Success
Total duration 2m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: source/TransactionalBox/Settings/TransactionalBoxSettings.cs#L9
Non-nullable property 'ServiceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.DistributedLock/Lock.cs#L17
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.DistributedLock/Internals/InternalDistributedLock.cs#L12
Non-nullable field '_newLock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/Context/JobExecutionContext.cs#L7
Non-nullable property 'JobId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/Context/JobExecutionContext.cs#L9
Non-nullable property 'JobExecutorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/Context/JobExecutionContext.cs#L11
Non-nullable property 'JobName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/JobExecutor.cs#L47
Converting null literal or possible null value to non-nullable type.
build: source/TransactionalBox.Base.BackgroundService/Internals/JobExecutor.cs#L51
Dereference of a possibly null reference.
build: source/TransactionalBox.Inbox/Deserialization/Metadata.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox/Settings/TransactionalBoxSettings.cs#L9
Non-nullable property 'ServiceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/Context/JobExecutionContext.cs#L7
Non-nullable property 'JobId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/Context/JobExecutionContext.cs#L9
Non-nullable property 'JobExecutorId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/Context/JobExecutionContext.cs#L11
Non-nullable property 'JobName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Base.BackgroundService/Internals/JobExecutor.cs#L47
Converting null literal or possible null value to non-nullable type.
build: source/TransactionalBox.Base.BackgroundService/Internals/JobExecutor.cs#L51
Dereference of a possibly null reference.
build: source/TransactionalBox.DistributedLock/Lock.cs#L17
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.DistributedLock/Internals/InternalDistributedLock.cs#L12
Non-nullable field '_newLock' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: source/TransactionalBox.Inbox/Deserialization/Metadata.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: source/TransactionalBox.Inbox/Deserialization/Metadata.cs#L9
Non-nullable property 'CorrelationId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.