Fix circular type init (#16)

This commit is contained in:
Patrick Stevens
2025-05-26 16:18:57 +01:00
committed by GitHub
parent 0b10ccedfd
commit 3ef25c27f3
14 changed files with 459 additions and 145 deletions

View File

@@ -24,7 +24,8 @@ module Program =
use fileStream = new FileStream (dllPath, FileMode.Open, FileAccess.Read)
let terminalState = Program.run loggerFactory fileStream dotnetRuntimes args
let terminalState =
Program.run loggerFactory (Some dllPath) fileStream dotnetRuntimes args
0
| _ ->