⬆️ Upgrade target framework #6
Annotations
10 warnings
build:
src/EasyRepository.EFCore.Generic/Repository.cs#L303
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
src/EasyRepository.EFCore.Generic/Repository.cs#L309
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
sample/EasyRepository.Sample/Controllers/AuthorController.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
sample/EasyRepository.Sample/Context/SampleDbContext.cs#L29
Missing XML comment for publicly visible type or member 'SampleDbContext.SampleDbContext()'
|
build:
sample/EasyRepository.Sample/Context/SampleDbContext.cs#L33
Missing XML comment for publicly visible type or member 'SampleDbContext.Authors'
|
build:
sample/EasyRepository.Sample/Context/SampleDbContext.cs#L35
Missing XML comment for publicly visible type or member 'SampleDbContext.Books'
|
build:
sample/EasyRepository.Sample/Context/SampleDbContext.cs#L37
Missing XML comment for publicly visible type or member 'SampleDbContext.OnModelCreating(ModelBuilder)'
|
build:
sample/EasyRepository.Sample/Context/SampleDbContext.cs#L57
Missing XML comment for publicly visible type or member 'SampleDbContext.OnConfiguring(DbContextOptionsBuilder)'
|
build:
sample/EasyRepository.Sample/Controllers/AuthorController.cs#L19
Missing XML comment for publicly visible type or member 'AuthorController'
|
build:
sample/EasyRepository.Sample/Controllers/AuthorController.cs#L23
Missing XML comment for publicly visible type or member 'AuthorController.AuthorController(IRepository, IUnitOfWork)'
|