question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow .NET Core apps to optionally be run using the Mono runtime

See original GitHub issue

The Mono runtime should support running .NET Core apps. @migueldeicaza would like a switch in dotnet run to run apps targeting .NET Core using the Mono runtime.

Related: dotnet/sdk#7931

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:25
  • Comments:13 (9 by maintainers)

github_iconTop GitHub Comments

8reactions
drake7707commented, Sep 16, 2017

Would be great because dotnet doesn’t run on armv6 while mono does.

0reactions
Serenttycommented, Jun 3, 2020

This is sort of related, but is there a chance that the .NET Core dotnet command will ever be able to load EXEs containing IL the way that Mono can? It would be useful for distributing cross-platform binaries, especially considering that a file with an EXE extension is more intuitive for a user as an executable with an entry point than a DLL.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Allow .NET Core apps to optionally be run using the Mono ...
@drake7707 this issue is about extending the dotnet based tooling to use the mono runtime, which can't be used on systems that the...
Read more >
.NET Source Code Integration | Mono
Mono's Classes with Tight Runtime Integration#. Some of the APIs in the .NET framework are bound to have tight dependencies on their runtime...
Read more >
Target frameworks in SDK-style projects - .NET
When you target a framework in an app or library, you're specifying the set of APIs that you'd like to make available to...
Read more >
c# - How does Mono work
The Runtime takes that intermediate code and translates it into machine code. At the current state of Mono, you can take .NET programs...
Read more >
9 Tips for Containerizing Your .NET Application
The USER instruction sets the preferred user name (or UID) and optionally the user group (or GID) while running the image — and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found