Phil Scott
|
69689d2ba1
|
Changes Emoji dictionary to OrdinalIgnoreCase for performance
This code is ran on startup, and instantiating a new InvariantCultureIgnoreCase was taking up 11ms, which was half the time in AOT.
|
2024-11-20 17:55:33 -05:00 |
|
Patrik Svensson
|
58400fe74e
|
Fix code generation
Previous changes introduced some bugs to the
code generation scripts and templates, which
now have been fixed.
|
2021-01-29 21:46:08 +01:00 |
|
Patrik Svensson
|
eeb3f967b6
|
Update emoji support
* Add constants for emojis
* Move emoji shortcode rendering to Markup
* Add documentation
* Add example
* Add tests
|
2020-09-18 16:11:51 +02:00 |
|
Kristian Hellang
|
a7b7d4e556
|
Add Generator command to generate emoji lookup table
|
2020-09-17 10:35:15 +02:00 |
|