FluentSystemIconsUWP
FluentSystemIconsUWP copied to clipboard
Version 1.1.260
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
I probably can't test this until next week, sorry
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.