mrj001

Results 3 comments of mrj001

Yes, this is the relevant PackageReference from my .csproj: > <PackageReference Include="GtkSharp" Version="3.24.24.34" /> The information appears to come from [here](https://github.com/GtkSharp/GtkSharp/blob/be5f81a7f0da2a2cd86f4785760ac5e73a1f8f52/Source/OldStuff/doc/en/Gtk/Dialog.xml#L552) I note the "OldStuff" in the path, so I...

I'm also seeing this happen. MacOS: 10.15.7 Visual Studio for Mac: 8.10.11 (build 8) Dotnet version: 5.0.402 It does not happen if I build with either "dotnet build" at the...

Adding this as a property to the `ItemViewModel` seems rather unclean and like a lot of excess work. Inserting an item then requires updating all the other items. Also, if...