Skip to main content

Microsoft Silverlight

Unanswered Question Encoding problem with the "source code c#" optionRSS Feed

(0)

prujohn
prujohn

Contributor

Contributor

3579 points

704 Posts

Encoding problem with the "source code c#" option

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
JayNeu

Participant

Participant

996 points

212 Posts

Moderator

Re: Encoding problem with the "source code c#" option

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.

Jay Esguerra
Neudesic - Project Manager

prujohn
prujohn

Contributor

Contributor

3579 points

704 Posts

Re: Re: Encoding problem with the "source code c#" option

Thanks for the update Jay.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities