willshoemaker
Results
2
comments of
willshoemaker
I am experiencing the same issue and have created a repro here: [https://github.com/willshoemaker/MauiRepro8433](https://github.com/willshoemaker/MauiRepro8433) If the collection property on the view model is set prior to setting the view model as...
There are conditional compilation symbols in the [QRCode](https://github.com/codebude/QRCoder/blob/master/QRCoder/QRCode.cs) class #if NETFRAMEWORK || NETSTANDARD2_0 || NET5_0 || NET6_0_WINDOWS The NET6_0_WINDOWS part is the problem. It is causing that class to not...