Eusebiu Marcu
5dab783842
Properly resolve local assemblies.
14 years ago
Eusebiu Marcu
8f2c5ffc1b
Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC.
14 years ago
Eusebiu Marcu
abdeeb5c20
decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content.
14 years ago
Eusebiu Marcu
4f22877fbf
Debug & evaluate third party code.
14 years ago
Daniel Grunwald
48b5e0e52f
Add decompiler functionality to ILSpy AddIn.
14 years ago
Daniel Grunwald
15ded15fbd
Move ILSpyAddIn to display bindings.
14 years ago
Daniel Grunwald
8af6f54abd
Add ILSpy AddIn.
14 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Matt Ward
48383a8bec
Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6305 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
4ba935e0a1
Remove unused references to ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
23d3dbf841
Ported F# binding to C#. (merge from 3.0 branch + added back adjustments for SD 4.0)
...
The F# binding written in F# was problematic because the F# runtime is not installed on all computers where SharpDevelop is running.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5494 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ea250dd7e2
Add missing GlobalAssemblyInfo.cs references.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4311 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f5b8a4a2df
Set TargetFrameworkVersion to 4.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4098 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Everson
77b8454297
StyleCop Addin: Moved Settings.SourceAnalysis into assembly as embedded resource. During runtime the file will be extracted to PropertyService.ConfigDirectory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3374 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
3cb8ad9b26
Added Style Cop addin by Matt Everson.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3286 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
191f894328
Use MSBuild 3.5.
...
SharpDevelop can now compile C# 3.0 projects created with VS2008 Beta 2.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2627 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
083b5340a2
Fixed SD2-990: Allow to specify path to FxCop in the options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1887 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
1eddd435a2
Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1833 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1751 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c9ecec41f3
Put ICSharpCode.SharpDevelop.Dom in a separate assembly.
...
WorkbenchSingleton.SafeThreadCall is now a generic method to check that the types of the arguments match the parameter types expected by the delegate.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1661 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ee3b8e7273
Add "Suppress message" command to FxCop warnings on the error list
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1601 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c842399550
Allow AddIns to customize the MSBuild logger.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1590 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
05c43ceb3f
Worked on FxCop integration.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1233 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d345513b3b
Add Code Analysis AddIn (can control which FxCop rules to run).
...
For some reason, FxCop is not being run inside SharpDevelop; but it is when running msbuild.exe from the command line.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1192 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
7a95e8ead4
Update AssemblyInfo to version 2.1.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1139 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2cff0d9e07
Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
155e8acf0f
Implemented adding and removing external AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@808 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d4304b6400
Add simple AddIn manager that can enable and disable AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@806 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
a6dfc69c0c
Added support for Mono 1.1.9.2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@568 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago