FluentSystemIconsUWP icon indicating copy to clipboard operation
FluentSystemIconsUWP copied to clipboard

Version 1.1.260

Open devsko opened this issue 1 year ago • 2 comments

Hi @yoshiask I updated this elderly but nice project to the newest FSI version and encountered 2 issues

  • some icons in FSI are duplicated - these are now generated only once
  • I got a compiler error about too much literal string data so I changed the source generated dictionary to a runtime resource

devsko avatar Oct 03 '24 21:10 devsko

I probably can't test this until next week, sorry

yoshiask avatar Oct 04 '24 01:10 yoshiask

I just learned that the .NET Native runtime throws a StackOverflowException when it loads XAML with an enum with too many values... A solution could be to split the big symbol enum into 3 (symbol / size / type). If a non-existent combination is selected it is a runtime error. Later this could be mitigated with an analyzer. Even when the 2 new attributes have default values this would break almost every existing usage. Please let me know if you see another way.

devsko avatar Oct 04 '24 12:10 devsko