Skip to content
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

it doesn't work on linux #629

Open
Vincenzoferrara opened this issue Jul 9, 2023 · 1 comment
Open

it doesn't work on linux #629

Vincenzoferrara opened this issue Jul 9, 2023 · 1 comment

Comments

@Vincenzoferrara
Copy link

Vincenzoferrara commented Jul 9, 2023

as per the title, i use linux and visual studio code.

i read that it supported net core so i thought it worked.

I'm not using wpf or windows form, but avalonoia ui

error: "resource": "/usr/share/dotnet/sdk/7.0.103/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets",
"owner": "msCompile",
"code": "NETSDK1136",
"severity": 8,
"message": "Target platform must be set to Windows, typically by including '-windows ' in the TargetFramework property, when using Windows Forms or WPF, or referencing projects or packages that use it.

edit: I've read some code and it seems to be heavily dependent on the windows controls.

the graphics could be managed separately, you could give my support to create the integration with avalonia.

@ravibpatel
Copy link
Owner

It doesn't support Linux due to its WinForms dependency. I understand the need for Avalonia version. I will try to work on it in my free time to separate update and UI logic, so it can be easier to change UI and use it on another platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants