0

Here it was written that compilers of different versions are applied sequentially to build the latest version of compiler.

I don't want to use binaries provided by Microsoft. I want to have everything be compiled from source codes.

Which repositories I should compile exactly? Do they all have open source licenses?

1
  • What do you mean by "I want to have everything be compiled from source codes." What is the scope here? What libraries? What platform? Do you really want to replace C# .NET infra-structure? Commented Aug 9, 2021 at 8:14

1 Answer 1

1

The runtime and the compiler for .NET 5.0 are open-source. You can start by going to https://github.com/dotnet/runtime. However, building the runtime requires the compiler (which will be downloaded by running the build script). So there's little you can do to avoid getting binaries that were built by Microsoft. If you're afraid that they're fake (and in some way different from what you would get if you directly built everything from source) you'll probably have to go a different way.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.