ImGuiNET / ImGui.NET

An ImGui wrapper for .NET.
MIT License
1.87k stars 304 forks source link

Please create strongly-named assembly #362

Open hakanornek opened 1 year ago

hakanornek commented 1 year ago

I want to use ImGui.NET library but I am getting the following exception message;

Could not load file or assembly 'ImGui.NET, Version=1.88.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)'

Please create strongly-named assembly , thanks for helps...