Skip to content

Merge pull request #126 from Atralupus/feat/migration-to-diff-collect… #41

Merge pull request #126 from Atralupus/feat/migration-to-diff-collect…

Merge pull request #126 from Atralupus/feat/migration-to-diff-collect… #41

Triggered via push June 10, 2024 06:33
Status Success
Total duration 38s
Artifacts

build.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test (Mimir.Worker.Tests): Mimir.Worker/Util/StateJsonConverter.cs#L18
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
Test (Mimir.Worker.Tests): Mimir.Worker/Util/StateJsonConverter.cs#L28
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L5
Non-nullable property 'MongoDbConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L7
Non-nullable property 'SnapshotPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L11
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L13
Non-nullable property 'HeadlessEndpoint' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L15
Non-nullable property 'Network' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Util/ChainUtil.cs#L80
Converting null literal or possible null value to non-nullable type.
Test (Mimir.Worker.Tests): Mimir.Worker/Util/BigIntegerToStringConverter.cs#L20
Dereference of a possibly null reference.
Test (Mimir.Worker.Tests): Mimir.Worker/Models/SyncContext.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.