#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 16aa0c6c28 Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
..
BlobLoaderTests.cs Don't insert space in front of brace if the brace is the first token in the line. 14 years ago
CecilLoaderTests.cs Implemented explicit conversions - invalid casts now resolve to Conversion.None. 13 years ago
CyclicProjectDependency.cs Add ProjectReference class to NRefactory to simplify creating the type system for a solution with multiple projects. 13 years ago
GetAllBaseTypesTest.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
GetMembersTests.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
LazyLoadedCecilLoaderTests.cs Add lazy-loading support to CecilLoader. 14 years ago
ReflectionHelperTests.cs Fixed bugs related to ID strings. 14 years ago
SerializedCecilLoaderTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
StructureTests.cs Type system refactoring: split unresolved/resolved type systems. 14 years ago
TestInterningProvider.cs Apply license header to unit tests. 14 years ago
TypeParameterTests.cs Fixed IUnresolvedTypeDefinition.Resolve() and IAssembly.GetTypeDefinition(IUnresolvedTypeDefinition) to always retrieve the correct version of the type definition for the compilation, even if the IUnresolvedTypeDefinition is a different version. 14 years ago
TypeSystemHelper.cs Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system. 13 years ago
TypeSystemTests.TestCase.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 13 years ago
TypeSystemTests.cs TypeSystemAstBuilder: do not specify accessibility on accessors unless necessary. 13 years ago