π IMPROVE: cahnge verbosity of the workflow to show precise logs #33
Annotations
7 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
AccessCompanionApi/Controllers/PermissionController.cs#L20
Non-nullable field '_permissionRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
AccessCompanionApi/Controllers/PermissionController.cs#L18
The field 'PermissionController._permissionRepository' is never used
|
build:
AccessCompanionApi/Program.cs#L80
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|
build:
AccessCompanionApi/Controllers/PermissionController.cs#L20
Non-nullable field '_permissionRepository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
AccessCompanionApi/Controllers/PermissionController.cs#L18
The field 'PermissionController._permissionRepository' is never used
|
build:
AccessCompanionApi/Program.cs#L80
Suggest using top level route registrations instead of UseEndpoints (https://aka.ms/aspnet/analyzers)
|