ArneDoering
ArneDoering
When I call goto definition on a type that is from one of the dependencies, I get the following question asked: /$metadata$/Project/GetStartedApp/Assembly/Avalonia/Base/Symbol/Avalonia/Interactivity/RoutedEventArgs.cs is read-only on disk. Make buffer read-only, too?...
Every time I use `BeginCombo` the program just crashes. This is what I have: ```C# ImGui.BeginCombo("##dacombo", "davalue"); ImGui.Selectable("davalue", true); ImGui.EndCombo(); ``` ``` $ dotnet run LaserFillPattern: /home/runner/work/ImGui.NET-nativebuild/ImGui.NET-nativebuild/cimgui/imgui/imgui.cpp:12596: void ImGui::EndPopup(): Assertion...