netcorehost icon indicating copy to clipboard operation
netcorehost copied to clipboard

A .NET Core hosting library written in Rust with included bindings for nethost and hostfxr.

Results 5 netcorehost issues
Sort by recently updated
recently updated
newest added

There is a Load method from which you can load an assembly from Bytes in memory versus having the path on disk. I have been unable to find support for...

`hostfxr_set_error_writer` could be used to add error messages to the `HostingError` enum.

enhancement

Hi! I just found out about your project and wanted to let you know I've been working on something similar on my side meant to load PowerShell 7 entirely at...

Hello, I was wondering of an easier method to execute Rust code (unmanaged) from C# (managed). I already know of the [return-string-from-managed](https://github.com/OpenByteDev/netcorehost/tree/master/examples/return-string-from-managed) example and was able to easily get it...

enhancement

When I try to load runtime config from .net core self contained Release folder files I am getting “Initialisation for self-contained components is not supported “. Same code is working...