Feature/angular 16 #9
Annotations
11 warnings
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)'
|
Loading