mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[GH-ISSUE #208] Calling C# functions (that return result) from QML throws exception under .Net Framework #134
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#134
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 @FieryRider on GitHub (Jun 2, 2020).
Original GitHub issue: https://github.com/qmlnet/qmlnet/issues/208
This is related to #207.
78628f2fixed callingvoid C#functions but calling functions that return result throws exception again.Here is an exception from one of the method calls:
The other excpetions are the same but for trying to access the following methods:
LoadFloat,LoadDouble,LoadBool,LoadString,LoadObject(for arrays and lists)Updated the repro repo with the new test case.
It works fine under
.Net Core.