Closed Ludea closed 5 years ago
Hi @Ludea I've not tried out .NET Core yet but I'll look into it and update this repo. 😄
If you use electron I can help.
Still no ETA to support .NET Core ?
It could be interesting to port into this and so, add support for Mac and Linux host
I've started porting this to .NET Core but progress is slow and I don't think it will support Mac and Linux since AFAIK .NET Core WPF apps does not support Mac and Linux.
Supported on Windows, Linux, and macOS
@Ludea dotnet is cross platform but unfortunately dotnet WPF and WinForms are Windows only. Please check the below link.
@Ludea As of v3.0
of Binary Builder I use dotnet core
but still no support for Mac and Linux.
I am planning to refactor your app, using a multiplaform framework
I am planning to refactor your app, using a multiplaform framework
That's cool. May I know which framework @Ludea?
I plan to use https://tauri.studio/en/ It's the same thing as electron, but based on rust
Hi, I started something: https://github.com/Ludea/bupaku It's the same thing as yours but run on Win64, Macos and Linux.
Hello, can you please update to Net Core. We can not build on Linux host for now. Update to .Net Core could resolve this Or refactoring with electron framework?