Skip to content

Feat: Added logic to improve authenticate endpoint #7

Feat: Added logic to improve authenticate endpoint

Feat: Added logic to improve authenticate endpoint #7

Triggered via pull request October 26, 2025 22:03
Status Success
Total duration 51s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: Services/TaskManagerServices.cs#L101
Converting null literal or possible null value to non-nullable type.
build: Entitys/UserEntity.cs#L12
Non-nullable property 'ProfilePicture' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Entitys/UserEntity.cs#L9
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Entitys/UserEntity.cs#L8
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: Controllers/CategorieTaskController.cs#L79
The variable 'ex' is declared but never used
build: Controllers/CategorieTaskController.cs#L75
Possible null reference argument for parameter 'entity' in 'EntityEntry<CategorieTaskEntity> DbSet<CategorieTaskEntity>.Remove(CategorieTaskEntity entity)'.
build: Controllers/CategorieTaskController.cs#L62
The variable 'ex' is declared but never used
build: Controllers/CategorieTaskController.cs#L47
The variable 'ex' is declared but never used
build: Controllers/CategorieTaskController.cs#L32
The variable 'ex' is declared but never used
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.