Skip to main content
Home Forums Other Feedback on this Website Encoding problem with the "source code c#" option
2 replies. Latest Post by prujohn on October 26, 2009.
(0)
prujohn
Contributor
3579 points
704 Posts
10-23-2009 10:50 AM |
Generics don't display properly in the c# encoder. Anything inside the greaterthan lessthen brackets is missing. For example this:
var myList = new List();
Should actually render this way:
var myList = new List<SomeType>();
JayNeu
Participant
996 points
212 Posts
10-26-2009 12:20 PM |
prujohn,
We already have an open ticket to get this issue resolved. To give you some background information, the TinyMCE editor that we use on this site, does NOT contain the ability to properly encode generics type code listings. However, we have a fix in place for the asp.net site, which we will transition over to the forums.silverlight.net site. I will update this thread when the fix has been implemented.
10-26-2009 12:24 PM |
Thanks for the update Jay.