Skip to content

Fixing the support for custom entity framework repository provider #120

Fixing the support for custom entity framework repository provider

Fixing the support for custom entity framework repository provider #120

Triggered via push October 26, 2023 17:04
Status Success
Total duration 4m 36s
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#L99
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddEntityRepositoryProvider<TEntity, TContext>(IServiceCollection, Action<ITenantInfo, DbContextOptionsBuilder<TContext>>, ServiceLifetime)'