Entity Management Improvements #41
Annotations
1 error and 10 warnings
|
src/Deveel.Repository.Core/Data/RepositoryExtensions.cs#L372
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'RepositoryExtensions.RemoveByKey<TEntity, TKey>(IRepository<TEntity, TKey>, TKey)' (but other type parameters do)
|
src/Deveel.Repository.Core/Data/RepositoryProviderExtensions.cs#L38
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'RepositoryProviderExtensions.GetRepository<TEntity, TKey>(IRepositoryProvider<TEntity, TKey>, string)' (but other type parameters do)
|
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/RepositoryExtensions.cs#L372
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'RepositoryExtensions.RemoveByKey<TEntity, TKey>(IRepository<TEntity, TKey>, TKey)' (but other type parameters do)
|
src/Deveel.Repository.Core/Data/RepositoryProviderExtensions.cs#L38
Type parameter 'TKey' has no matching typeparam tag in the XML comment on 'RepositoryProviderExtensions.GetRepository<TEntity, TKey>(IRepositoryProvider<TEntity, TKey>, string)' (but other type parameters do)
|
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.Manager/Data/EntityManager_T2.cs#L419
Cannot convert null literal to non-nullable reference type.
|
src/Deveel.Repository.Manager/Data/EntityManager_T2.cs#L419
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading