DotNetExtension / BlazorDesktop

Create desktop apps using Blazor.
MIT License
51 stars 9 forks source link

Non Windows Support #31

Closed HuaFangYun closed 1 year ago

HuaFangYun commented 1 year ago

Is there an existing issue for this?

Describe the bug

Can this project only run on winsdk? I tried to run the exe file directly, but to no avail

Expected behavior

No response

Steps to reproduce

No response

Exceptions or error messages (if any)

No response

Version number

No response

Anything else?

No response

AndrewBabbitt97 commented 1 year ago

Blazor Desktop only has support for Windows ATM, it relies on WPF in order to render anything.

There is the potential to do something for Mac with Maui, but I havent had a chance to play with Maui as of now.