/pwsh-native-host

pwsh native host experiment

Primary LanguageC

https://github.com/PowerShell/PowerShell/tree/master/docs/host-powershell

https://docs.microsoft.com/en-us/dotnet/core/tutorials/netcore-hosting

https://github.com/dotnet/runtime/blob/master/docs/design/features/native-hosting.md

https://github.com/dotnet/runtime/blob/master/docs/design/features/host-components.md

https://github.com/dotnet/samples/tree/master/core/hosting

https://github.com/dotnet/runtime/tree/master/src/coreclr/hosts

https://github.com/dotnet/runtime/tree/master/src/installer/corehost

https://github.com/dotnet/runtime/blob/master/docs/design/features/host-probing.md

dotnet/runtime#35329

dotnet/runtime#35465

dotnet/runtime#36990

dotnet/docs#16646

https://github.com/sanosdole/nodeclrhost

https://keithbabinec.com/2020/02/15/how-to-run-powershell-core-scripts-from-net-core-applications/