Skip to content

FEAT: Implementar sharding para distribuir trabalho entre nodes #82

FEAT: Implementar sharding para distribuir trabalho entre nodes

FEAT: Implementar sharding para distribuir trabalho entre nodes #82

Triggered via pull request August 1, 2023 19:40
Status Success
Total duration 2m 29s
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/Player.razor.cs#L35
TODO Exibir essa informação de alguma maneira
build: Kanelson/Program.cs#L19
Make sure that this logger's configuration is safe.
build: Kanelson/Actors/Templates/TemplateIndex.cs#L17
Method is too long (76 lines; maximum allowed: 60)
build: Kanelson/Actors/Rooms/RoomIndex.cs#L23
Refactor this constructor to reduce its Cognitive Complexity from 16 to the 15 allowed.
build: Kanelson/Actors/Rooms/RoomIndex.cs#L23
Method is too long (101 lines; maximum allowed: 60)
build: Kanelson/Actors/Rooms/Room.cs#L32
Refactor this constructor to reduce its Cognitive Complexity from 36 to the 15 allowed.
build: Kanelson/Actors/Rooms/Room.cs#L32
Method is too long (180 lines; maximum allowed: 60)
build: Kanelson/Setup/AkkaSetup.cs#L21
Method is too long (74 lines; maximum allowed: 60)
build: Kanelson/Setup/AkkaBootstrap.cs#L20
Method is too long (116 lines; maximum allowed: 60)
build: Kanelson/Services/RoomService.cs#L117
'System.ApplicationException' should not be thrown by user code.