Skip to content

Init collections

Init collections #277

Triggered via pull request July 25, 2024 01:49
Status Success
Total duration 54s
Artifacts

build.yaml

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

Annotations

10 warnings
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L5
Non-nullable property 'ActivePollers' 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 'SentryDsn' 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 'MongoDbConnectionString' 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 'SnapshotPath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Configuration.cs#L19
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#L21
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#L23
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/Models/SyncContext.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Test (Mimir.Worker.Tests): Mimir.Worker/Models/SyncContext.cs#L9
Non-nullable property 'PollerType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.