Fixing the support for custom entity framework repository provider #120
ci.yml
on: push
build
4m 1s
Clean Old Packages
/
clean
11s
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)'
|