Merge pull request #126 from Atralupus/feat/migration-to-diff-collect… #41
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.
|