Westwind.Scripting
Westwind.Scripting copied to clipboard
Small C# library to provide dynamic runtime code compilation from source code for code and expressions execution
Results
12
Westwind.Scripting issues
Sort by
recently updated
recently updated
newest added
Hi Rick, Can external references target netstandard or should they always target the same framework of the app they will be compiled and ran in? You can verify the behavior...
I want to create a PowerShell runner, encapsulated in a Docker image, that internally uses the Westwind.Scripting library to execute PowerShell code. Is this possible? Has anyone tried it?