Countryen
Countryen
> I recommend that you update to the latest release of YamlDotNet instead. The YamlDotNet.NetCore package is maintained by someone else and there haven't been any updates to it since...
@bijington @pictos Thanks for the replies. I want to add, that I don't think that not using the latest version should be promoted but currently that's just what is working...
Attached please find the reproducing sample. [ConsoleApp2.zip](https://github.com/xamarin/XamarinCommunityToolkit/files/8163123/ConsoleApp2.zip) (SHA-256: 49421ee9be551a64453ba71ab3f793a8b39521b3780f1cf43f574501e3275039) 1. Download, extract and open the solution with Visual Studio 2019 (16.11.10). 2. Go to Program.cs and make sure that the...
@bijington I understand that it should not work in a console app project, that was just a simple example. The behavior is the same when I add a new Xamarin.Forms...
I've now also tried using a different packages online, and I can't reproduce the error with other projects. I've tried this one: https://www.nuget.org/packages/AnyOf which uses a SourceGenerator, too.
When I checkout the tag 2.0.0 of this project and compile that on my machine, then use the compiled (Debug/Release) DLL file as reference instead of the NuGet Package everything...
I've also managed to install the repro on a device without VS 2022 ever installed - same issue. But, I first tried with my old version of VS 2019 (16.10.4)...
The workaround with `false` doesn't work for my .NET 5 test projects. Also I don't want to disable all (unknown) errors. You can, however, disable them more specifically, if you...
Hey @mikefirefly, haven't yet experienced with DeskBands but looked into the SRC a bit. According to [SharpDeskBand.cs#L264](https://github.com/dwmkerr/sharpshell/blob/master/SharpShell/SharpShell/SharpDeskBand/SharpDeskBand.cs#L264), the "Title" of the item should be set to the `Text`-Property of the...
Hey @mikefirefly I just tried it: - Recreated the example server manually - With version 2.7.1 (but only, because my SRM is this version ;) ) - Registered it (apparently,...