Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Added vue to docker compose + auto db migration #96

Added vue to docker compose + auto db migration

Added vue to docker compose + auto db migration #96

Re-run triggered June 6, 2024 16:19
Status Failure
Total duration 1m 5s
Artifacts

build.yml

on: push
build-api
55s
build-api
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-api
Process completed with exit code 1.
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.DataAccess/Migrations/20240518175243_identity.cs#L8
The type name 'identity' only contains lower-cased ascii characters. Such names may become reserved for the language.
build-api: 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.
build-api: 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.
build-api: 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.
build-api: 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.
build-api: src/Overmoney.Api/Program.cs#L82
Possible null reference argument for parameter 'connectionString' in 'IServiceCollection DataAccessModule.AddDataAccess(IServiceCollection services, string connectionString, bool applyMigrations = false)'.