Skip to content

Feature/angular 16

Feature/angular 16 #9

Triggered via pull request May 16, 2024 20:39
Status Success
Total duration 34s
Artifacts

backend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Backend/FightCore.Repositories/Base/BaseRepository.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Backend/FightCore.Repositories/Base/BaseRepository.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Backend/FightCore.Repositories/MoveRepository.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Backend/FightCore.Repositories/MoveRepository.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Backend/FightCore.Services/MoveService.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Backend/FightCore.Services/MoveService.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Backend/FightCore.Exporters/Program.cs#L24
Possible null reference argument for parameter 'folder' in 'Task Exporter.Export(IEnumerable toExport, string folder, string name)'.
build: Backend/FightCore.Api/Controllers/ExportController.cs#L38
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Backend/FightCore.Api/Configuration/DependencyInjectionExtensions.cs#L6
Missing XML comment for publicly visible type or member 'DependencyInjectionExtensions'
build: Backend/FightCore.Api/Configuration/DependencyInjectionExtensions.cs#L8
Missing XML comment for publicly visible type or member 'DependencyInjectionExtensions.AddServices(IServiceCollection)'