To be clearI'm passing tests parsing something like this NHibernate.Test.UtilityTest.TypeNameParserFixture+MyComplexClass`3[[NHibernate.Test.UtilityTest.TypeNameParserFixture+MyGClass`1[[System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], NHibernate.Test, Version=2.1.0.1003, Culture=neutral, PublicKeyToken=null],[System.Collections.Generic.IDictionary`2[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[NHibernate.Test.UtilityTest.TypeNameParserFixture+MyGClass`1[[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], NHibernate.Test, Version=2.1.0.1003, Culture=neutral, PublicKeyToken=null]], mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], NHibernate.Test, Version=2.1.0.1003, Culture=neutral, PublicKeyToken=null
but I would like to know what mean one of our tests trying to parse "Some\\,Type, SomeAssembly\\," as a type name. 2009/4/16 Tuna Toksoz <[email protected]> > I didn't get the question but are you asking > > ConsoleApplication5.MyComplexClass`3[[ConsoleApplication5.MyGClass`1[[System.Int32]], > ConsoleApplication5],[System.Collections.Generic.IDictionary`2[[System.String, > mscorlib],[ConsoleApplication5.MyGClass`1[[System.String, mscorlib]], > ConsoleApplication5]], mscorlib],[System.String, mscorlib]] > > kind of thing? > > > Tuna Toksöz > Eternal sunshine of the open source mind. > > http://devlicio.us/blogs/tuna_toksoz > http://tunatoksoz.com > http://twitter.com/tehlike > > > > > > On Thu, Apr 16, 2009 at 10:37 PM, Fabio Maulo <[email protected]>wrote: > >> MyComplexClass<MyGClass<int>, IDictionary<string, MyGClass<string>>, >> string> >> > > -- Fabio Maulo
