Skip to content

Update main.yml

Update main.yml #8

Triggered via push September 29, 2024 22:02
Status Failure
Total duration 51s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
build: Tests/IntegrationTests/AccountsControllerTests.cs#L110
The type or namespace name 'GetAccountsListResponse' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: API/Middleware/ValidationBehaviour.cs#L6
The type 'TRequest' cannot be used as type parameter 'TRequest' in the generic type or method 'IPipelineBehavior<TRequest, TResponse>'. Nullability of type argument 'TRequest' doesn't match 'notnull' constraint.
build: API/Data/migrations/20240701202338_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: API/Data/migrations/20240701202338_init.Designer.cs#L15
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: API/Data/migrations/20240704112745_typo.cs#L8
The type name 'typo' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: API/Data/migrations/20240704112745_typo.Designer.cs#L16
The type name 'typo' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: API/Data/migrations/20240715121326_bodyweight.cs#L9
The type name 'bodyweight' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: API/Data/migrations/20240715121326_bodyweight.Designer.cs#L16
The type name 'bodyweight' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: API/Utilities/PagedResult.cs#L9
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: API/Data/Repositories/Users/UsersRepository.cs#L26
Dereference of a possibly null reference.
build: API/Data/Repositories/Users/UsersRepository.cs#L25
Possible null reference return.
build: Tests/IntegrationTests/AccountsControllerTests.cs#L102
Dereference of a possibly null reference.
build: Tests/IntegrationTests/PlansControllerTests.cs#L83
Dereference of a possibly null reference.
build: Tests/IntegrationTests/PlansControllerTests.cs#L130
Dereference of a possibly null reference.