• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

aelassas / servy / 26273766529

22 May 2026 07:09AM UTC coverage: 50.901% (-0.07%) from 50.974%
26273766529

push

github

aelassas
fix(manager): ServiceCommands.cs - ImportConfigAsync bypasses ExecuteLockedAsync, can race with Start/Stop/Install/Uninstall/Remove on the same service
fix(manager): MainViewModel.cs - Dispose leaks PerformanceVM/ConsoleVM/DependenciesVM and disposes ServiceCommands while child VMs still reference it
fix(service): Service.cs - FlushAndShutdownLogger leaves an orphan Task that mutates _logger after the 1.5s timeout returns
fix(manager): MainViewModel.cs - ExecuteBulkOperationAsync does not await the MessageBox; IsBusy/cursor reset before the user closes the dialog
fix(core): Helper.cs - GetUniqueTempPath appends 37 chars; near-MAX_PATH destinations throw PathTooLongException on first write
fix(service): ervice.cs - HandleLogWriters compares StdOutPath/StdErrPath with raw OrdinalIgnoreCase, missing same-file detection for normalised variants
fix(cli): Program.cs - EnsureEventSourceExists runs before argument parsing, forcing admin rights for --help / --version on first run
fix(service): StartOptionsParser.cs - EnvironmentVariableParser.Parse FormatException aborts every service start when stored env vars are malformed; no graceful fallback
fix(service): ProcessLauncher.cs - Helper.EnsureDirectoryExists is outside the lazy-init try/catch; persistent directory failures cause unbounded log spam
fix(manager): ServiceCommands.cs - CopyPid silently fails after retries; user sees confirmation on success but nothing on failure
fix(manager): MainViewModel.cs - Dispose doesn't drain _services row VMs; final snapshot leaks N ServiceRowViewModels with attached PropertyChanged handlers

1255 of 2274 branches covered (55.19%)

Branch coverage included in aggregate %.

24 of 84 new or added lines in 8 files covered. (28.57%)

2 existing lines in 2 files now uncovered.

8889 of 17655 relevant lines covered (50.35%)

364.45 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Servy.Manager/ViewModels/MainViewModel.cs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc