Skip to content

Update main.yml

Update main.yml #10

Triggered via push October 2, 2024 19:18
Status Success
Total duration 37s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

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