microspaze
microspaze
You just need add the base sqlite3 lib: ``` ``` It can fix the DllNotFoundException error.
I have already upload a Microcharts.Maui lib to nuget: https://www.nuget.org/packages/Microcharts.Maui/
@praeclarum I have revert the commit of DefaultValue on my master branch. Now the merge request is clean. Please verify when you are convenient. Thanks.
https://github.com/microspaze/CarouselView.Maui https://www.nuget.org/packages/CarouselView.Maui You can try this.
> > https://github.com/microspaze/CarouselView.Maui https://www.nuget.org/packages/CarouselView.Maui > > You can try this. > > @microspaze Is this a direct port? Were there any changes from the original? It is a direct port...
Upgrade XF to the latest version, I've found the same issue. And I fix it by this: https://github.com/microspaze/CarouselView.Maui/commit/c620e525ee946b66a7b7f45462504f153eb16ffc You can try it.
Upgrade XF to the latest version, I've found the same issue. And I fix it by this: https://github.com/microspaze/CarouselView.Maui/commit/c620e525ee946b66a7b7f45462504f153eb16ffc You can try it.
My workaround is: 1. Modify binding project's output folder to bin root by setting '\bin\' and '\false\' ``` net7.0-ios enable true true Debug;Release AnyCPU bin false ``` 2. Add binding...
@cho-trackman \true\ is not necessary if there is 'unsafe' keyword property in your binding project. And everytime you modify the binding project, you need to build the binding project. Then...
I have pushed a merge request to fix this problem: https://github.com/praeclarum/sqlite-net/pull/1208/commits/0a2c9dd9fdef5d4546ebe3bc64e56c98ea5a4970 My solution is : https://github.com/microspaze/sqlite-net/commit/0a2c9dd9fdef5d4546ebe3bc64e56c98ea5a4970 1. Add DefaultValue property to ColumnAttribute: ``` [AttributeUsage(AttributeTargets.Property)] public class ColumnAttribute : Attribute {...