mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-12 17:18:40 +00:00
Rejig test harness (#68)
This commit is contained in:
@@ -32,7 +32,7 @@ module Roslyn =
|
||||
|> Array.map (fun path -> MetadataReference.CreateFromFile path :> MetadataReference)
|
||||
|
||||
let compilationOptions =
|
||||
CSharpCompilationOptions(OutputKind.ConsoleApplication).WithAllowUnsafe (true)
|
||||
CSharpCompilationOptions(OutputKind.ConsoleApplication).WithAllowUnsafe true
|
||||
|
||||
let compilation =
|
||||
CSharpCompilation.Create (
|
||||
|
Reference in New Issue
Block a user