by hlaueriksson
:octocat: GitHub Emoji for C#, dotnet and beyond
# Add to your Claude Code skills
git clone https://github.com/hlaueriksson/GEmojiSharpGitHub Emoji for C# and .NET:
netstandard2.0- ASP.NET Core
- Blazor
dotnettool- PowerToys Run plugin
- PowerToys Command Palette extension
- MCP Server
š :octopus:
ā :heavy_plus_sign:
š :cat2:
⩵
ā¤ļø :heart:
GEmojiSharpUsing emojis on GitHub is accomplish with emoji aliases enclosed by colons:
:+1: This PR looks great - it's ready to merge! :shipit:
:+1: This PR looks great - it's ready to merge! :shipit:
GEmojiSharp make this possible in C#. The library contains a static array of all valid emoji in GitHub Flavored Markdown.
That is the intersection of the emoji.json database and the API with available emojis.
A visual referense of all GitHub Emoji:
GEmojiSharpGitHub Emoji for C# and .NET š¦
Static methods:
Emoji.Get(":tada:").Raw; // š
Emoji.Get("š").Alias(); // :tada:
Emoji.Raw(":tada:"); // š
Emoji.Alias("š"); // :tada:
Emoji.Emojify(":tada: initial commit"); // š initial commit
Emoji.Demojify("š initial comm...