6 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Daniel Grunwald 26f3ddb298 Don't load assemblies by partial name. 17 years ago
Daniel Grunwald 5d5bdc2cdb Use MSBuild's ResolveAssemblyReferences task to make sure we load the correct assembly version for code-completion. E.g. a reference to "System.Net" loads a different assembly depending on the target framework. SharpDevelop now can also find assemblies in custom reference paths, using assembly tables and everything else supported by MSBuild (including custom ResolveAssemblyReferences tasks). 18 years ago
Daniel Grunwald 694abefe8e Use persistence for GAC assemblies loaded using Cecil. 19 years ago
Daniel Grunwald 151ed555c2 Default .NET assemblies are now loaded with Reflection instead of Cecil. 19 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald e6865a4baa Reduce usage of ProjectContentRegistry.Mscorlib - we'll support multiple mscorlib project contents later (compact framework, older .NET versions etc.) 19 years ago
Daniel Grunwald 05aa4c4885 Fixed exception when loading a project when a referenced library was missing dependencies. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 93c191ed25 Fixed SD2-492: VS.NET solution converter ignores HintPath attribute for references. 20 years ago
Daniel Grunwald fd56973207 Don't ignore errors in ReflectionLoader, show real exception instead of failing later with a ArgumentNullException. 20 years ago
Daniel Grunwald 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) 20 years ago
Daniel Grunwald 26313ee208 Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). 20 years ago