Happypig375
Happypig375
CC#
Created by Happypig375 on 10/15/2023 in #help
❔ How to install a xamarinios10 package onto net7.0-ios16.4
The error I got is
error NU1202: Package StormUp.Xamarin.IQKeyboardManager 6.5.4.2 is not compatible with net7.0-ios16.4 (.NETCoreApp,Version=v7.0). Package StormUp.Xamarin.IQKeyboardManager 6.5.4.2 supports: xamarinios10 (Xamarin.iOS,Version=v1.0)
error NU1202: Package StormUp.Xamarin.IQKeyboardManager 6.5.4.2 is not compatible with net7.0-ios16.4 (.NETCoreApp,Version=v7.0). Package StormUp.Xamarin.IQKeyboardManager 6.5.4.2 supports: xamarinios10 (Xamarin.iOS,Version=v1.0)
when trying to migrate a Xamarin.iOS project over to .NET 7. It has a dependency on https://www.nuget.org/packages/StormUp.Xamarin.IQKeyboardManager which unfortunately triggers an error on NuGet. How to circumvent this restriction?
20 replies
CC#
Created by Happypig375 on 8/18/2023 in #help
❔ Any tutorial on wrapping an open source C++ library for providing a cross-platform NuGet package?
The library in specific is https://github.com/NanoMichael/MicroTeX and I would want to provide a NuGet package that users can just install and use just like SkiaSharp on any .NET platform (Windows, Linux, Mac, iOS, Android, Browser). Using latest .NET practice is desirable - like LibraryImport from .NET 7.
31 replies
CC#
Created by Happypig375 on 1/24/2023 in #help
❔ Cross-platform keyboard and mouse automation library wanted
Anyone knows a .NET library that is on par with pyautogui? Specifically, waiting for a key to be pressed is what I'm missing from existing libraries like InputSimulator.
2 replies