Add EntityManagerBuilder for entity-specific service configuration #156
Annotations
10 warnings
|
src/Kista/RepositoryScanner.cs#L32
'IPageableRepository<,>' is obsolete: 'Use the abstract Kista.Repository<TEntity, TKey> base class instead. Paging is now provided directly by the base class.'
|
|
src/Kista/RepositoryScanner.cs#L31
'IFilterableRepository<,>' is obsolete: 'Use the abstract Kista.Repository<TEntity, TKey> base class instead. Filtering is now provided directly by the base class.'
|
|
src/Kista/RepositoryScanner.cs#L30
'IQueryableRepository<,>' is obsolete: 'Use the abstract Kista.Repository<TEntity, TKey> base class instead. The IQueryable hatch is no longer exposed to consumers.'
|
|
src/Kista/RepositoryScanner.cs#L28
'IPageableRepository<>' is obsolete: 'Use the abstract Kista.Repository<TEntity> base class instead. Paging is now provided directly by the base class.'
|
|
src/Kista/RepositoryScanner.cs#L27
'IFilterableRepository<>' is obsolete: 'Use the abstract Kista.Repository<TEntity> base class instead. Filtering is now provided directly by the base class.'
|
|
src/Kista/RepositoryScanner.cs#L26
'IQueryableRepository<>' is obsolete: 'Use the abstract Kista.Repository<TEntity> base class instead. The IQueryable hatch is no longer exposed to consumers.'
|
|
src/Kista/Repository_T2.cs#L54
'IFilterableRepository<TEntity, TKey>' is obsolete: 'Use the abstract Kista.Repository<TEntity, TKey> base class instead. Filtering is now provided directly by the base class.'
|
|
src/Kista/RepositoryWrapper.cs#L27
'IQueryableRepository<TEntity>' is obsolete: 'Use the abstract Kista.Repository<TEntity> base class instead. The IQueryable hatch is no longer exposed to consumers.'
|
|
src/Kista/RepositoryWrapper.cs#L26
'IFilterableRepository<TEntity>' is obsolete: 'Use the abstract Kista.Repository<TEntity> base class instead. Filtering is now provided directly by the base class.'
|
|
test/Kista.MultiTenant.Testing/Fixtures/TenantExecutionContext.cs#L102
Nullability of reference types in type of parameter 'value' of 'void TenantIdentifier.TenantId.set' doesn't match implicitly implemented member 'void ITenantIdentifier.TenantId.set' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading