-
Notifications
You must be signed in to change notification settings - Fork 518
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
.NET 9 Application getting stuck with Local nuget package which is migrated to .NET8-iOS and .NET9-iOS from .NET7-iOS #21674
Comments
The test project works for me. Just to narrow this down, a few question:
|
Hi Rolfbjarne, Thanks for your quick response. So I migrated AXAiOSBindings_MAUI NuGet to .NET 8 and 9 framework, testing it before releasing officially. But when you add this .NET 8 and 9 migrated AXAiOSBindings_MAUI NuGet package to any. NET8/9 projects, the application gets stuck after some time. Expected Result: Actual result: Please let me know if you need more information to process it further. |
Apple platform
iOS
Framework version
net8.0-, net9.0-
Affected platform version
.NET 9
Description
Earlier I created the AXAiOSBindings_MAUI nuget package which was compatible with .NET7-ios. That was working as expected in .NET7-ios applications.
Now I migrated that package to .NET8-iOS and .NET9-ios.
Please find the csproj here
I created the package with .net8 and 9 support, but when I use this package in the .net9 application, the application gets stuck in the AXAiOSBindings_MAUI initialisation part.
Initialised SDK in Platform->iOS->AppDelegate.cs
Here is a sample application: https://github.com/ArunaYarra/AXAiOSBindingsApp.git
Steps to Reproduce
The Same package which is compatible with .NET7 working on .NET7 applications, . Here is the package: https://www.nuget.org/packages/AXAiOSBindings_MAUI/24.11.1
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: