-
Notifications
You must be signed in to change notification settings - Fork 4k
GH-36812: [C#] Fix C API support to work with .NET desktop framework #36813
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
Conversation
|
|
westonpace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we create a follow-up issue for adding 4.7.2 to some kind of CI (I think this means we need to resolve the tests hanging issue)?
|
I don't know offhand what targeting net472 will do on non-Windows platforms... |
|
Yeah, judging by CI failures we can't just enable net472 in the test project. I don't see a way to turn those on for just Windows. |
…36813) The C API support in the C# library has been modified to work correctly on .NET 4.7.2. The tests have been modified to work correctly on .NET 4.7.2, though that platform is disabled by default as the Python interop seem to cause a hang when unloading the xUnit AppDomain. **This PR contains a "Critical Fix".** * Closes: #36812 Authored-by: Curt Hagenlocher <curt@hagenlocher.org> Signed-off-by: Weston Pace <weston.pace@gmail.com>
|
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit b557e85. There were 3 benchmark results indicating a performance regression:
The full Conbench report has more details. |
…ework (apache#36813) ### What changes are included in this PR? The C API support in the C# library has been modified to work correctly on .NET 4.7.2. The tests have been modified to work correctly on .NET 4.7.2, though that platform is disabled by default as the Python interop seem to cause a hang when unloading the xUnit AppDomain. **This PR contains a "Critical Fix".** * Closes: apache#36812 Authored-by: Curt Hagenlocher <curt@hagenlocher.org> Signed-off-by: Weston Pace <weston.pace@gmail.com>
What changes are included in this PR?
The C API support in the C# library has been modified to work correctly on .NET 4.7.2.
The tests have been modified to work correctly on .NET 4.7.2, though that platform is disabled by default as the Python interop seem to cause a hang when unloading the xUnit AppDomain.
This PR contains a "Critical Fix".