Merge pull request #32 from deveel/entity-manager-improvements #124
Annotations
10 warnings
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L162
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController<TController>(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
src/Deveel.Repository.Core/Data/ServiceCollectionExtensions.cs#L176
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddRepositoryController(IServiceCollection, Action<RepositoryControllerOptions>?)'
|
src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
|
src/Deveel.Repsotiory.MongoFramework/Data/MongoDbContextUtil.cs#L37
Possible null reference assignment.
|
src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
|
src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
|
src/Deveel.Repository.EntityFramework/Data/EntityRepository_T2.cs#L527
Cannot convert null literal to non-nullable reference type.
|
src/Deveel.Repository.EntityFramework/Data/ServiceCollectionExtensions.cs#L161
Missing XML comment for publicly visible type or member 'ServiceCollectionExtensions.AddDbContextOptionsFactory<TContext, TFactory>(IServiceCollection, ServiceLifetime)'
|
The logs for this run have expired and are no longer available.
Loading