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:
No comments yet. Be the first to share your thoughts!
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...