This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
Added Pinia #62
Annotations
8 warnings
build-api:
src/Overmoney.DataAccess/Migrations/20240330111745_test.cs#L9
The type name 'test' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build-api:
src/Overmoney.DataAccess/Migrations/20240330111745_test.Designer.cs#L16
The type name 'test' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build-api:
src/Overmoney.Api/Controllers/BudgetController.cs#L81
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-api:
src/Overmoney.Api/Program.cs#L37
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection DataAccessModule.AddDataAccess(IServiceCollection services, string connectionString, bool applyMigrations = false)'.
|
build-api:
src/Overmoney.DataAccess/Migrations/20240330111745_test.cs#L9
The type name 'test' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build-api:
src/Overmoney.DataAccess/Migrations/20240330111745_test.Designer.cs#L16
The type name 'test' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build-api:
src/Overmoney.Api/Controllers/BudgetController.cs#L81
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-api:
src/Overmoney.Api/Program.cs#L37
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection DataAccessModule.AddDataAccess(IServiceCollection services, string connectionString, bool applyMigrations = false)'.
|