This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Лекционный материал - blazor #41
Annotations
10 warnings
|
test:
BookStore/BookStore.Application/BookStoreProfile.cs#L16
Missing XML comment for publicly visible type or member 'BookStoreProfile.BookStoreProfile()'
|
|
test:
BookStore/BookStore.Application.Contracts/BookAuthors/IBookAuthorService.cs#L2
Missing XML comment for publicly visible type or member 'IBookAuthorService'
|
|
test:
BookStore/BookStore.Domain/Model/Authors/Author.cs#L67
Possible null reference argument for parameter 'item' in 'void List<Book>.Add(Book item)'.
|
|
test:
BookStore/BookStore.Generator/Generator/BookAuthorGeneratorExtensions.cs#L16
Possible null reference return.
|
|
test:
BookStore/BookStore.Wasm/Components/AuthorLinkModal.razor#L54
Nullable value type may be null.
|
|
test:
BookStore/BookStore.Wasm/Components/BookLinkModal.razor#L54
Nullable value type may be null.
|
|
test:
BookStore/BookStore.Application/Services/BookAuthorService.cs#L44
Missing XML comment for publicly visible type or member 'BookAuthorService.ReceiveContractList(IList<BookAuthorCreateUpdateDto>)'
|
|
test:
BookStore/BookStore.Application/BookStoreProfile.cs#L16
Missing XML comment for publicly visible type or member 'BookStoreProfile.BookStoreProfile()'
|
|
test:
BookStore/BookStore.Application.Contracts/BookAuthors/IBookAuthorService.cs#L2
Missing XML comment for publicly visible type or member 'IBookAuthorService'
|
|
test:
BookStore/BookStore.Domain/Model/Authors/Author.cs#L67
Possible null reference argument for parameter 'item' in 'void List<Book>.Add(Book item)'.
|