Skip to content

Add support for singleton based LiteDB implementation #6

Add support for singleton based LiteDB implementation

Add support for singleton based LiteDB implementation #6

Triggered via push January 21, 2024 10:15
Status Success
Total duration 34s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
Spinup
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, battila7/get-version-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Spinup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Spinup
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Spinup: Twileloop.UOW.MongoDB/Support/Options.cs#L7
Non-nullable property 'Connections' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Spinup: Twileloop.UOW.MongoDB/Core/UnitOfWork.cs#L15
Non-nullable field '_currentDbName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Spinup: Twileloop.UOW.MongoDB/Core/MongoDBContext.cs#L5
Missing XML comment for publicly visible type or member 'MongoDBContext'
Spinup: Twileloop.UOW.MongoDB/Core/MongoDBContext.cs#L7
Missing XML comment for publicly visible type or member 'MongoDBContext.Database'
Spinup: Twileloop.UOW.MongoDB/Core/MongoDBContext.cs#L8
Missing XML comment for publicly visible type or member 'MongoDBContext.DatabaseName'
Spinup: Twileloop.UOW.MongoDB/Core/MongoDBContext.cs#L10
Missing XML comment for publicly visible type or member 'MongoDBContext.MongoDBContext(string, IMongoDatabase)'
Spinup: Twileloop.UOW.MongoDB/Core/Repository.cs#L10
Missing XML comment for publicly visible type or member 'Repository<T>'
Spinup: Twileloop.UOW.MongoDB/Core/Repository.cs#L15
Missing XML comment for publicly visible type or member 'Repository<T>.Repository(MongoDBContext)'
Spinup: Twileloop.UOW.MongoDB/Core/Repository.cs#L21
Missing XML comment for publicly visible type or member 'Repository<T>.GetById(Guid)'
Spinup: Twileloop.UOW.MongoDB/Core/Repository.cs#L26
Missing XML comment for publicly visible type or member 'Repository<T>.GetAll()'