How can we help you today? How can we help you today?

Pro: Produces invalid C# code in generics

I'm evaluating .Net Reflector Pro under Visual Studio 2010. I've installed Sql Server 2008 R2 from here:

http://www.microsoft.com/sqlserver/2008/en/us/R2.aspx

I've decompiled ObjectExplorer.dll from here:
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\ObjectExplorer.dll

The files are cached in my AppData location, but the C# code is invalid. See the source for SupportedServers.cs:


public SupportedServers(System.Collections.Generic.IList<ISupportedServer><ISupportedServer> servers)
{
this.syncObject = new object();
this.builders = new System.Collections.Generic.Dictionary<ISupportedServer,XmlHierarchyBuilder><ISupportedServer, XmlHierarchyBuilder>();
this.supportedServers = new SupportedServerCollection(servers);
}
psirr
0

Comments

1 comment

  • Clive Tong
    Thanks for reporting this. I've logged it as RP-712.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.