You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not terribly familiar with .NET, but I downloaded the latest framework so I could try to run the monaco ide, and I'm getting an error message when I try to run the webapicompiler that I think indicates that monaco only runs on an older .NET framework (5.0), which Microsoft discourages downloading as it is no longer supported. Is Monaco still viable? Thanks.
The text was updated successfully, but these errors were encountered:
You might try to change the target framework in the project settings, that might work. But if not then, the dependency project BlazorMonaco would first have to get a .net 6 release, an it seems they don't have it yet:
Anyhow, if you just want to try it out, I recommend that you install .net 5. It's a fairly recent and solid version of the framework. Lack of MS support is not really a show stopper for installing it (in the same way as it's fine to install old JDK to run older Java programs).
I'm not terribly familiar with .NET, but I downloaded the latest framework so I could try to run the monaco ide, and I'm getting an error message when I try to run the webapicompiler that I think indicates that monaco only runs on an older .NET framework (5.0), which Microsoft discourages downloading as it is no longer supported. Is Monaco still viable? Thanks.
The text was updated successfully, but these errors were encountered: