Gardens Point Component Pascal is an implementation of the Component Pascal Language (CP). There are implementations for both the CLR and the JVM.
59
stars
16
forks
source link
Will any of you update it to work with .NET Core? #31
Closed
ghost closed 11 months ago
@k-john-gough @proberon Will any of you update it to work with .NET Core? Latest .NET Core is already version 8.0. .NET Core seems to lack this method: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit.assemblybuilder.save?view=netframework-4.8.1#system-reflection-emit-assemblybuilder-save(system-string) as you can see on: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.emit?view=net-8.0
Update: I found this: https://www.nuget.org/packages/Lokad.ILPack
Originally posted by @tqo50396 in https://github.com/k-john-gough/gpcp/issues/13#issuecomment-1825361926