Skip to content

Removed printing from .py files #464

Removed printing from .py files

Removed printing from .py files #464

Triggered via push June 23, 2024 22:39
Status Success
Total duration 2m 40s
Artifacts

unit-tests.yml

on: push
Matrix: client-tests
Matrix: dotnet-tests
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L16
Parameter 'UserService userService' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Non-nullable field '_recomendationService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Parameter 'recomendationService' is unread.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L18
Non-nullable field '_httpContextAccessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs#L5
Non-nullable property 'Tag_Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs#L6
Non-nullable property 'Interest_Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L7
Non-nullable property 'Participating' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L8
Non-nullable property 'Interested' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (macos-latest): Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L14
Parameter 'commentService' is unread.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L16
Parameter 'UserService userService' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Non-nullable field '_recomendationService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Parameter 'recomendationService' is unread.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L18
Non-nullable field '_httpContextAccessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs#L5
Non-nullable property 'Tag_Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs#L6
Non-nullable property 'Interest_Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L7
Non-nullable property 'Participating' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L8
Non-nullable property 'Interested' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (ubuntu-latest): Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L14
Parameter 'commentService' is unread.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L16
Parameter 'UserService userService' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L7
Non-nullable property 'Participating' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L8
Non-nullable property 'Interested' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L18
Non-nullable field '_httpContextAccessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L14
Parameter 'commentService' is unread.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Non-nullable field '_recomendationService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Parameter 'recomendationService' is unread.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs#L5
Non-nullable property 'Tag_Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-tests (windows-latest): Server/ReasnAPI/ReasnAPI/Models/Recomendation/TagInfo.cs#L6
Non-nullable property 'Interest_Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.