C# / .NET Native Interop with Tauri #11932
velocitysystems
started this conversation in
General
Replies: 2 comments 1 reply
-
as it stands right now, it's more like we need as much community involvement as possible. we currently don't even have time to steward the general approach tbh. The general tracking issue is this one btw #4670 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @FabianLars. Will give this some further thought. Should a separate tracking issue be created for each additional proposed language? That would make it easier to track and discuss language-specific requirements. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! 👋 I’m currently evaluating Tauri to replace React Native for a cross platform iOS, Android and Windows app.
Tauri 2.x is a great leap forward in being able to write plugins in Swift/Kotlin, however for Windows you are limited to interacting with Win32 APIs via Rust. What is the feasibility of adding interop support for writing plugins in C# with .NET 8/9 or .NET Native? There are many new AOT features available and 100,000s of NuGet packages available in the ecosystem.
Reading through the documentation it appears it would require:
Daniel Thompson-Yvetot's webinar mentioned the prospect of additional language support in Tauri 3.x. Is this an effort that the community can also be involved in?
Beta Was this translation helpful? Give feedback.
All reactions