Increasing the code coverage; removing documentation files (to reduce… #117
ci.yml
on: push
build
2m 58s
Clean Old Packages
/
clean
39s
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#L435
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)'
|