CommunityToolkit / Maui.NativeLibraryInterop

Maui.NativeLibraryInterop is a community-created library of binding samples to help .NET MAUI developers interop with native libraries more easily
MIT License
183 stars 29 forks source link

Add CommunityToolkit.Maui.BindingExtensions NuGet package #22

Closed pjcollins closed 5 months ago

pjcollins commented 6 months ago

Moves binding build targets and tasks into a NuGet package so that each slim binding does not need to copy and build the eng (now src) folder.

Includes a handful of fixes for incremental builds and multi-targeting builds running in parallel.