Skip to content

feat: engine lifecycle events on the bus with Lua events.subscribe#54

Merged
tgiachi merged 3 commits into
developfrom
feature/engine-events
Jul 3, 2026
Merged

feat: engine lifecycle events on the bus with Lua events.subscribe#54
tgiachi merged 3 commits into
developfrom
feature/engine-events

feat(templates): host template with config hooks and engine event sub…

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

4 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 35 in tests/SquidStd.Tests/Scripting/Lua/LuaEventBusForwarderTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dispose may not be called if an exception is thrown during execution Warning test

Dispose missed if exception is thrown by
call to method DoString
.
Dispose missed if exception is thrown by
call to method Register
.
Dispose missed if exception is thrown by
call to method Equal
.
Dispose missed if exception is thrown by
call to method Get
.

Check warning on line 75 in tests/SquidStd.Tests/Scripting/Lua/LuaEventBusForwarderTests.cs

See this annotation in the file changed.

Code scanning / CodeQL

Dispose may not be called if an exception is thrown during execution Warning test

Dispose missed if exception is thrown by
call to method DoString
.
Dispose missed if exception is thrown by
call to method Register
.
Dispose missed if exception is thrown by
call to method Select<Int32,Task>
.
Dispose missed if exception is thrown by
call to method Range
.
Dispose missed if exception is thrown by
call to method WhenAll
.
Dispose missed if exception is thrown by
call to method Equal
.
Dispose missed if exception is thrown by
call to method Get
.

Check notice on line 91 in src/SquidStd.Scripting.Lua/Services/LuaEventBusForwarder.cs

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.

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

See this annotation in the file changed.

Code scanning / CodeQL

Generic catch clause Note

Generic catch clause.