#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald a9a6e1680d Add ID string provider + a few resolver bugfixes 15 years ago
..
ArrayCreationTests.cs Add ID string provider + a few resolver bugfixes 15 years ago
AttributeTests.cs Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;") 15 years ago
BinaryOperatorTests.cs Fix adding assembly attributes to SimpleProjectContent. 15 years ago
CastTests.cs Started implementing type inference. 15 years ago
ConditionalOperatorTests.cs Implemented IConstantValue for C#. 15 years ago
ConversionsTest.cs Fixed some bugs related to conversions of type parameters. 15 years ago
ExtensionMethodTests.cs Fixed some issues in resolver; enable resolver unit tests. 15 years ago
InvocationTests.cs Fixed some issues in resolver; enable resolver unit tests. 15 years ago
LambdaTests.cs Fixed some issues in resolver; enable resolver unit tests. 15 years ago
LinqTests.cs Add lots of resolver unit tests. 15 years ago
LocalTypeInferenceTests.cs Add lots of resolver unit tests. 15 years ago
NameLookupTests.cs Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;") 15 years ago
ObjectCreationTests.cs Add ID string provider + a few resolver bugfixes 15 years ago
OverloadResolutionTests.cs Remove parent pointer from ITypeParameter and enable sharing type parameters. 15 years ago
ResolverTestBase.cs Add TypeKind enum. 15 years ago
TypeInferenceTests.cs Rename ITypeResolveContext extension methods to be consistent with the new names of the ITypeResolveContext methods. 15 years ago
UnaryOperatorTests.cs Add support for pointer types (implicit pointer conversion; operators defined on pointers). 15 years ago
UnsafeCodeTests.cs Fixed some issues in resolver; enable resolver unit tests. 15 years ago