Skip to content

feat: make "agent" GraphQL query #39

feat: make "agent" GraphQL query

feat: make "agent" GraphQL query #39

Triggered via pull request June 10, 2024 05:20
Status Success
Total duration 1m 0s
Artifacts

build.yaml

on: pull_request
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/BlockPoller.cs#L112
Possible null reference argument for parameter 'source' in 'IEnumerable<IGetPatchTableTransactions_Transaction_NcTransactions?> Enumerable.Where<IGetPatchTableTransactions_Transaction_NcTransactions?>(IEnumerable<IGetPatchTableTransactions_Transaction_NcTransactions?> source, Func<IGetPatchTableTransactions_Transaction_NcTransactions?, bool> predicate)'.
Test (Mimir.Worker.Tests): Mimir.Worker/BlockPoller.cs#L119
Dereference of a possibly null reference.
Test (Mimir.Worker.Tests): Mimir.Worker/Handler/StateDiffContext.cs#L10
Non-nullable property 'RawState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.