Custom WPF TextBlock Renderer - Error CS0433 #5641
Unanswered
glelonekgp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to create a Custom TextRenderer for a project. I keep getting a CS0433 error when I try to use MarkedNet.Marked class. I started with how Microsoft did there Wpf TextRenderer, but don't know how to stop the error from happening.
Error CS0433 The type 'Marked' exists in both 'AdaptiveCards, Version=2.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' and 'Microsoft.MarkedNet, Version=1.0.13.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions