tests fixes and sprints work

This commit is contained in:
master
2026-01-22 19:08:46 +02:00
parent c32fff8f86
commit 726d70dc7f
881 changed files with 134434 additions and 6228 deletions

View File

@@ -344,7 +344,7 @@ docker compose -f docker-compose.dev.yaml stop scanner-web
# 3. Open Visual Studio
cd C:\dev\New folder\git.stella-ops.org
start src\StellaOps.sln
start src\Scanner\StellaOps.Scanner.sln
# 4. Set Scanner.WebService as startup project and F5
@@ -751,12 +751,12 @@ docker compose -f docker-compose.dev.yaml down
# Stop all services and remove volumes (DESTRUCTIVE)
docker compose -f docker-compose.dev.yaml down -v
# Build the solution
# Build the module solution (see docs/dev/SOLUTION_BUILD_GUIDE.md)
cd C:\dev\New folder\git.stella-ops.org
dotnet build src\StellaOps.sln
dotnet build src\Scanner\StellaOps.Scanner.sln
# Run tests
dotnet test src\StellaOps.sln
dotnet test src\Scanner\StellaOps.Scanner.sln
# Run a specific project
cd src\Scanner\StellaOps.Scanner.WebService