Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create New Minimal Start From Scratch CoreClr #10917

Closed
zero0000zero opened this issue Aug 17, 2018 · 4 comments
Closed

Create New Minimal Start From Scratch CoreClr #10917

zero0000zero opened this issue Aug 17, 2018 · 4 comments
Labels
question Answer questions and provide assistance, not an issue with source code or documentation.

Comments

@zero0000zero
Copy link

How to create new minimal start from scratch CoreClr?

@mattwarren
Copy link
Contributor

Why, for what reason? Is there something missing from the existing CoreCLR?

Is this because you want to go into production with a replacement CoreCLR? As a learning exercise? Or something else?

If you want to learn about creating a minimal .NET runtime you should take a look at a write-up I did on DotNetAnywhere, it's not fully compatible with .NET, has some missing functionality, but it's certainly minimal and the code is easy to follow. Also this talk by the author of DotNetAnywhere is pretty interesting So you want to create your own .NET runtime?

@AaronRobinsonMSFT
Copy link
Member

More details on this question: dotnet/cli#9779

@zero0000zero
Copy link
Author

I tried DotNetAnywhere. I built it but it cannnot run demo game. It has good structure though.

@mattwarren
Copy link
Contributor

Yeah, it's far from production ready and it's no longer maintained, so that won't change.

But, it is a really useful learning resource and it was the .NET runtime for the initial version of Blazor, so it's served it's purpose!

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Answer questions and provide assistance, not an issue with source code or documentation.
Projects
None yet
Development

No branches or pull requests

3 participants