13 Commits (9b4679edf1f6f42186872e94648a86b6c22a35e1)

Author SHA1 Message Date
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 19 years ago
Daniel Grunwald 0c51983690 NRefactory: Support parsing statements like "SomeDelegate d = GenericMethod<string>;" 19 years ago
Daniel Grunwald 670b0d5212 Fixed C# parser bug regarding integer literals between long.MaxValue + 1 and ulong.MaxValue. 19 years ago
Daniel Grunwald 97342e3d49 Fixed snippet parser bugs. 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 21 years ago
Daniel Grunwald 625fa7f119 Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests. 21 years ago
Daniel Grunwald f4fa1ef613 Switched to NUnit for the NRefactory tests because Mike failed to tell me why he switched to MbUnit and broke ~20 Tests. 21 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 21 years ago
Mike Krüger 0e42d49abe SharpRefactory tests are now running under MbUnit. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Mike Krüger c4336b038c created trunk folder. 22 years ago