Skip to content

Revert "fix paging" #44

Revert "fix paging"

Revert "fix paging" #44

Triggered via pull request October 25, 2024 14:42
Status Success
Total duration 34s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.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.