mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-15 18:48:39 +00:00
Implement Castclass
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