Skip to content

feat(bootstrap): shared shutdown lifetime (ISquidStdLifetime)#56

Merged
tgiachi merged 3 commits into
developfrom
feature/lifetime
Jul 3, 2026
Merged

feat(bootstrap): shared shutdown lifetime (ISquidStdLifetime)#56
tgiachi merged 3 commits into
developfrom
feature/lifetime

refactor(bootstrap): post-dispose-safe RequestShutdown and manual-hos…

f00634f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 3, 2026 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 31 in src/SquidStd.Services.Core/Services/Bootstrap/SquidStdBootstrap.cs

See this annotation in the file changed.

Code scanning / CodeQL

Missed 'using' opportunity Note

This variable is manually
disposed
in a
finally block
- consider a C# using statement as a preferable resource management technique.

Check notice on line 218 in src/SquidStd.Services.Core/Services/Bootstrap/SquidStdBootstrap.cs

See this annotation in the file changed.

Code scanning / CodeQL

Poor error handling: empty catch block Note

Poor error handling: empty catch block.