Skip to content

OperationResult conversion tests #119

OperationResult conversion tests

OperationResult conversion tests #119

Triggered via push October 25, 2023 21:00
Status Success
Total duration 3m 59s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L159
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryProvider<TProvider>(IServiceCollection, ServiceLifetime)'
build: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L221
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
build: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L235
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
build: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L159
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryProvider<TProvider>(IServiceCollection, ServiceLifetime)'
build: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L221
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
build: src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L235
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
build: src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
build: src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
build: src/Deveel.Repository.EntityFramework/Data/EntityRepository.cs#L452
Cannot convert null literal to non-nullable reference type.
build: src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L98
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddEntityRepositoryProvider<TEntity, TContext>(IServiceCollection, Func<ITenantInfo, DbContextOptions<TContext>>, ServiceLifetime)'