Revert "fix paging" #44
Annotations
11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/CleanArchitecture/Infrastructure/Migrations/20240110082028_init.cs#L8
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/CleanArchitecture/Infrastructure/Migrations/20240110082028_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/CleanArchitecture/Application/Services/BookService.cs#L28
Possible null reference return.
|
build:
src/CleanArchitecture/Application/Services/BookService.cs#L40
Possible null reference argument for parameter 'entity' in 'void IGenericRepository<Book>.Update(Book entity)'.
|
build:
src/CleanArchitecture/Application/Services/BookService.cs#L47
Possible null reference argument for parameter 'entity' in 'void IGenericRepository<Book>.Delete(Book entity)'.
|
build:
src/CleanArchitecture/Application/Repositories/GenericRepository.cs#L36
Possible null reference return.
|
build:
src/CleanArchitecture.Unittest/Application/Services/BookTest.cs#L97
Dereference of a possibly null reference.
|
build:
src/CleanArchitecture.Unittest/Application/Services/BookTest.cs#L17
Non-nullable field '_bookService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/CleanArchitecture/Infrastructure/Migrations/20240110082028_init.cs#L8
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
src/CleanArchitecture/Infrastructure/Migrations/20240110082028_init.Designer.cs#L16
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
|