chore: Bump Microsoft.AspNetCore.Http.Abstractions from 2.2.0 to 2.3.0 #92
ci.yml
on: pull_request
code-quality
57s
Matrix: build-and-test
Annotations
1 error and 20 warnings
|
code-quality
Process completed with exit code 2.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/InventoryItems/GetInventoryItemDto.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/InventoryItems/GetInventoryItemDto.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/Purchases/GetPurchaseDto.cs#L18
Non-nullable property 'Purchaser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/Purchases/GetPurchaseDto.cs#L15
Non-nullable property 'InventoryItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/InventoryItemTypes/GetInventoryItemTypeDto.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/Users/GetUserDto.cs#L13
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/Users/GetUserDto.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Application/DTOs/Users/GetUserDto.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Domain/Models/InventoryItem.cs#L17
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/Purchases/GetPurchaseDto.cs#L18
Non-nullable property 'Purchaser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test (8.0.x):
InventoryX.Domain/Models/RetailStock.cs#L15
Non-nullable property 'InventoryItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/Purchases/GetPurchaseDto.cs#L15
Non-nullable property 'InventoryItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/InventoryItems/GetInventoryItemDto.cs#L16
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/InventoryItems/GetInventoryItemDto.cs#L14
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/Sales/GetSaleDto.cs#L15
Non-nullable property 'InventoryItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/Users/GetUserDto.cs#L13
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/Users/GetUserDto.cs#L12
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Application/DTOs/Users/GetUserDto.cs#L11
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Domain/Models/InventoryItem.cs#L17
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
code-quality:
InventoryX.Domain/Models/RetailStock.cs#L15
Non-nullable property 'InventoryItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|