-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Gtk] NuGet packages #90
Comments
|
pros: Gtk Applications in Maui's "Dialect" cons: |
Yes! I mean if only BlazorWebView and native navigation works it's totally worth it! |
i completely agree |
Yes! |
That is exactly what we need to kick-start a new MAUI Blazor project on Linux! |
My point of view here would be:
The reasons would be:
The disadvantage, it may cause a negative feeling/feedback due to lack of implementations. Could happen, it's a risk, I would say that the solution would be a good Wiki and correctly share the message. Feedback? |
@jsuarezruiz Thanks for your efforts In bitplatform we helps developers to write the codes only once and have as much as outputs as possible, and as you can see, the Linux support is missing I know there is a fair expectation about quality of a nightly feed provided nupkg I've the same hope about blazor hybrid and Linux, especially if we become able to test them directly in windows thanks to wslg and Visual Studio. |
If by "nightly feed" you mean that each commit to the master branch (or main-linux branch) generates a nuget package that can be consumed by anyone interested, I fully support this idea. We have this approach in FSharpLint: each commit generates a prerelease nuget package. When we feel it is ready for a (non prerelease) nuget package, then we create a git tag and a nuget package with the version of the git tag gets pushed to nuget.org. Making both nighly feed (prerelease nuget packages) and normal packages live in nuget.org also helps visibility and makes it very easy to consume without the need to subscribe to different nuget sources. If you want to go ahead with this approach, my team can take care of it (with your guidance) and we will propose a PR. |
After reviewing the feedback on this thread, I think we can agree on having a nightly feed to allow easy usage of what's currently available and to help with the visibility of the project. @knocte open an issue, and we'll discuss how to handle it in that thread. |
Hey @jsuarezruiz Because .NET MAUI development on Linux with VSCode is not as good as developing on Windows with Visual Studio which has a lot of tools and feature for .NET development! plus VS WSL works like a charm! WSLG: WSL: |
Discussion: Should where be NuGet packages at this early stage of implementation?
The text was updated successfully, but these errors were encountered: