We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c3034 commit 0aa0601Copy full SHA for 0aa0601
src/Core/Components/Emojis/EmojiExtensions.cs
@@ -21,7 +21,7 @@ public static partial class EmojiExtensions
21
/// <returns></returns>
22
/// <exception cref="ArgumentException">Raised when the <see cref="EmojiInfo.Name"/> is not found in predefined emojis.</exception>
23
[RequiresUnreferencedCode("This method requires dynamic access to code. This code may be removed by the trimmer.")]
24
- public static CustomEmoji GetInstance(EmojiInfo emoji)
+ public static CustomEmoji GetInstance(this EmojiInfo emoji)
25
{
26
var assembly = AppDomain.CurrentDomain
27
.GetAssemblies()
0 commit comments