Skip to content

FEAT: Implementar sharding para distribuir trabalho entre nodes #79

FEAT: Implementar sharding para distribuir trabalho entre nodes

FEAT: Implementar sharding para distribuir trabalho entre nodes #79

Triggered via pull request August 1, 2023 17:28
Status Success
Total duration 3m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 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: Kanelson/Pages/Rooms/RoomPage.razor.cs#L17
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Kanelson/Pages/Rooms/Player.razor.cs#L35
TODO Exibir essa informação de alguma maneira
build: Kanelson/Services/QuestionService.cs#L83
Complete the task associated to this 'TODO' comment.
build: Kanelson/Services/QuestionService.cs#L83
TODO Substituir por interface que contem o id do usuário
build: Kanelson/Actors/Rooms/RoomIndex.cs#L18
Use an overload that has a IEqualityComparer<string> or IComparer<string> parameter
build: Kanelson/Program.cs#L19
Make sure that this logger's configuration is safe.
build: Kanelson/Services/RoomService.cs#L117
'System.ApplicationException' should not be thrown by user code.
build: Kanelson/Services/RoomService.cs#L117
Do not raise System.ApplicationException type
build: Kanelson/Setup/AkkaSetup.cs#L21
Method is too long (75 lines; maximum allowed: 60)
build: Kanelson/Actors/Templates/TemplateIndex.cs#L17
Method is too long (76 lines; maximum allowed: 60)