-
Notifications
You must be signed in to change notification settings - Fork 89
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
Please support .NET core #13341
Comments
At least a reply would be nice :/ Is nemerle abandoned already? |
Implementing .NET Core backend is possible but requires a big project redesign. It seems like a better solution today is to leverage Roslyn backend which is stable and suppoeted. Actually with .NET Core 3.0 it might be possible as Nemerle has big dependency in System.Reflection.Emit and this namespace is being populated during .NET Core releases. |
In our project, where Nemerle + Nitra was used, we switched to Antlr due to Antlr being still developed and better community support and Nemerle was not used at it's full capacity. And Roslyn sounds more logical nowadays. |
https://docs.microsoft.com/en-us/cpp/build/x64-calling-convention?view=vs-2019 You can try running Portability Analyzer for .NET Core 3.0 and tell what is missing. Perhaps nothing is missing and then it will be not hard to make it work in .NET Core! |
I guess we would be able to target .net 5.0, which promises compatibility with .net 4.0, but I don't think it's possible to "just run" old .net 4.x executables on .net 5 runtime (yet?). |
Any updates? |
Threre is a branch 'retarget-compiler' that contains version of compiler that can build .NET Core binaries. |
I tried experimenting with dotnet build proj and compiled nemerle dlls. It is stable and work. |
Will there be official dotnet core support? |
Threre is a branch 'retarget-compiler' that contains version of compiler
that can build .NET Core binaries. But without ide support, only cli dotnet
exec ncc-core.dll. for build need dotnet sdk 2.1. may be any version has
worked, i didn't try. Simple Type path to msbuild in core stage1 cmd and
run. I wrote simple nproj for build nemerle via dotnet build for net6
пн, 27 дек. 2021 г., 23:01 Aaron Stainback ***@***.***>:
… Will there be official dotnet core support?
—
Reply to this email directly, view it on GitHub
<#13341 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFZYZQIF7SBL2Z3UTKJ4D23UTCEWFANCNFSM4EEOGDAQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Please create an updated version of nemerle that supports .net core.
The text was updated successfully, but these errors were encountered: