Skip to content

lambdageek/mono-in-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreCLR hosting MonoVM

An example of .NET 6 CoreCLR hosting a .NET 6 MonoVM and running a sample application.

Building and running

You will need a .NET 6 SDK

$ pushd InnerApp
$ dotnet publish --self-contained -r <RID>
$ popd
$ pushd SampleHost
$ dotnet run  -- ../InnerApp/bin/Debug/net6.0/<RID>
Setting up resolver for monosgen-2.0 => ../InnerApp/bin/Debug/net6.0/osx-x64/libcoreclr.dylib
Mono started
Hello World from Mono!
Sample run complete
$ popd

About

.NET 6 CoreCLR app hosting a .NET 6 MonoVM app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages