Y
Hacker News
new
|
ask
|
show
|
jobs
by
3np
659 days ago
As the OP notes, MS use their own fork of Mono for the .NET Core runtime these days. So you're not wrong but they are different codebases these days.
1 comments
hizanberg
659 days ago
The .NET Core runtime was never a fork of Mono, it’s always been a separate code base.
link
3np
658 days ago
I never claimed that the .NET Core runtime
is
a fork of Mono but it certainly contains one:
https://github.com/dotnet/runtime/blob/main/src/mono/mono/mi...
link