This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
Another fix #74
Annotations
10 warnings
Dotnet build:
src/Overmoney.DataAccess/Migrations/20240518180326_identity.cs#L10
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Dotnet build:
src/Overmoney.DataAccess/Migrations/20240518180326_identity.Designer.cs#L16
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Dotnet build:
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.
|
Dotnet build:
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.
|
Dotnet build:
src/Overmoney.DataAccess/Migrations/20240518175243_identity.cs#L8
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Dotnet build:
src/Overmoney.DataAccess/Migrations/20240518175243_identity.Designer.cs#L16
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Dotnet build:
src/Overmoney.Api/Controllers/BudgetController.cs#L83
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.
|
Dotnet build:
src/Overmoney.Api/Program.cs#L64
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection DataAccessModule.AddDataAccess(IServiceCollection services, string connectionString, bool applyMigrations = false)'.
|
Dotnet build:
src/Overmoney.DataAccess/Migrations/20240518180326_identity.cs#L10
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
Dotnet build:
src/Overmoney.DataAccess/Migrations/20240518180326_identity.Designer.cs#L16
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
The logs for this run have expired and are no longer available.
Loading