mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #239] .NET 6 support #153
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vadi2 on GitHub (May 15, 2021).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/239
Trying out QML.net in .NET 6 Preview 3, the application seems to quit immediately without any errors when
DiscoverOrDownloadSuitableQtRuntime()is called:This is given this code:
Even when you provide a runtime and use
ConfigureRuntimeDirectory(), it breaks.@vadi2 commented on GitHub (May 21, 2021):
It looks like it was an issue with my .NET installation.