Broken rules:
As soon as we try to to get Excel_UI to compile with dotnet build, it stops showing in Excel.
Suggestions to restore compliance:
This is related to Bitmaps and the need for System.Resources.Extensions. The solution for this is to use byte[] instead of Bitmap to store our icons.
Broken rules:
As soon as we try to to get Excel_UI to compile with
dotnet build, it stops showing in Excel.Suggestions to restore compliance:
This is related to Bitmaps and the need for
System.Resources.Extensions. The solution for this is to usebyte[]instead of Bitmap to store our icons.