Daniel Grunwald
|
6305ed6e4e
|
Put path to TestCases-dir into a constant.
|
8 years ago |
Siegfried Pammer
|
2c1cab350b
|
Fix off-by-one error in appveyor-install.ps1 and use branch name from APPVEYOR_REPO_BRANCH in case of AppVeyor build in UpdateAssemblyInfo.
|
8 years ago |
Siegfried Pammer
|
eaa58f186f
|
Implement CSharpLanguage.GetTooltip
|
8 years ago |
Siegfried Pammer
|
206497e6c1
|
Reimplement CSharpLanguage.TypeToString
|
8 years ago |
Siegfried Pammer
|
1ec98f891d
|
Do not display return type if method is a constructor.
|
8 years ago |
Siegfried Pammer
|
c172483f70
|
Fix GetTypeConstructor
|
8 years ago |
Siegfried Pammer
|
c59ed8261d
|
Fix build.
|
8 years ago |
Siegfried Pammer
|
112142f147
|
Handle Settings.UsingDeclarations and Settings.FullyQualifyAmbiguousTypeNames correctly.
|
8 years ago |
Siegfried Pammer
|
f1b41321e8
|
Delete .travis.yml
|
8 years ago |
Siegfried Pammer
|
fc049157a9
|
reset definedSymbols after syntaxTree is reset.
|
8 years ago |
Siegfried Pammer
|
361c3b7cdd
|
Merge pull request #850 from siegfriedpammer/appveyor_build_config
[WIP] Appveyor build config
|
8 years ago |
Siegfried Pammer
|
0dae489cac
|
Use static filenames for artifacts
|
8 years ago |
Siegfried Pammer
|
975377cfd7
|
Update README.md
|
8 years ago |
Siegfried Pammer
|
de071cc4e6
|
Use Release and Debug configuration and move ps script to separate file.
|
8 years ago |
Daniel Grunwald
|
c9304bb966
|
Don't ignore portable PDBs; the new cecil should support them.
|
8 years ago |
Daniel Grunwald
|
f54c621ec4
|
Merge remote-tracking branch 'origin/master' into newdecompiler.
Note: due to massive conflicts, this merge effectively reverts Christoph's ILSpy.AddIn commits from 2017-03-05.
|
8 years ago |
Siegfried Pammer
|
e3558c287b
|
Do sequential builds for Debug and Release in one job.
|
8 years ago |
Siegfried Pammer
|
4be26c4f23
|
Add Release build configuration
|
8 years ago |
Siegfried Pammer
|
3136bdc49f
|
Add artifacts section
|
8 years ago |
Siegfried Pammer
|
4563a8255a
|
add gitVersion function
|
8 years ago |
Siegfried Pammer
|
3ecacd1b22
|
Update README.md
|
8 years ago |
Siegfried Pammer
|
368876dba5
|
Update README.md
|
8 years ago |
Siegfried Pammer
|
6edb1f9a85
|
Fix badges
|
8 years ago |
Siegfried Pammer
|
5fd3df65b6
|
Update README
|
8 years ago |
Siegfried Pammer
|
9035211d06
|
Conditional defines should only be added once per symbol.
|
8 years ago |
Siegfried Pammer
|
cf9731b262
|
Add special cases for fields and constructors back in CSharpLanguage
|
8 years ago |
Siegfried Pammer
|
f5d7b4e712
|
[Loops] Detect simple for loops in ILAst as well.
|
8 years ago |
Daniel Grunwald
|
905cb0f388
|
Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering.
This simplifies the code; and fixes the assertion during NewtonsoftJson_pcl_debug decompilation.
|
8 years ago |
Daniel Grunwald
|
5af720d3b7
|
Update ILSpy-tests submodule reference
|
8 years ago |
Daniel Grunwald
|
f5d907e0ce
|
[async] Allow splitting awaiter variables.
|
8 years ago |
Siegfried Pammer
|
5be19d868c
|
[Loops] Restrict return statement pattern to return simpleIdentifier.
|
8 years ago |
Daniel Grunwald
|
d5e41a91e6
|
[async] Fix await decompilation when GetResult call got inlined into another instruction.
|
8 years ago |
Siegfried Pammer
|
d8ef3ab505
|
[Loops] Detect optional return at end of try-block in foreach pattern.
|
8 years ago |
Siegfried Pammer
|
c66b2dd60c
|
Use UseDebugSymbols in ILAstLanguage
|
8 years ago |
Siegfried Pammer
|
b8f944209b
|
Fix #67 - Moving to class member in tree view by typing in first character of member name selects parent assembly
|
8 years ago |
Siegfried Pammer
|
37302b74e2
|
add forced submodule update for ILSpy-tests to yml to fix build
|
8 years ago |
Christoph Wille
|
bf531c8909
|
nuspec updated for new dependency
|
8 years ago |
Siegfried Pammer
|
da7a48b96f
|
Merge pull request #848 from siegfriedpammer/netstd-support
Implement basic support for .net standard/core assembly references
|
8 years ago |
Siegfried Pammer
|
43977c640c
|
Update RoundtripAssembly tests
|
8 years ago |
Siegfried Pammer
|
ae01bfabb4
|
Add XmlException handling to AddXmlDocumentationTransform
|
8 years ago |
Siegfried Pammer
|
2f31d6f55a
|
Remove UIHelper.cs
|
8 years ago |
Siegfried Pammer
|
e74d7e886e
|
Merge branch 'newdecompiler' of https://github.com/icsharpcode/ILSpy into netstd-support
# Conflicts:
# ILSpy/ILSpy.csproj
|
8 years ago |
Siegfried Pammer
|
4926e3ce24
|
Refactor FindDotNetExeDirectory
|
8 years ago |
Siegfried Pammer
|
24bb4d6080
|
Fix #849 - Notify user that referenced assemblies could not be found
|
8 years ago |
Siegfried Pammer
|
7ec5156f16
|
Add some loading information to AssemblyReferenceTreeNode/ReferenceFolderTreeNode.
|
8 years ago |
Siegfried Pammer
|
e325b7c907
|
Add comments
|
8 years ago |
Siegfried Pammer
|
83273ad611
|
Add KeyComparer
|
8 years ago |
Siegfried Pammer
|
0644de6fd3
|
Rip out LogWindow and DecompilerEventSource
|
8 years ago |
Daniel Grunwald
|
e024641a5f
|
[async] Fix bug when async method uses this pointer.
|
8 years ago |
Daniel Grunwald
|
304a258379
|
Merge support for type forwarders into newdecompiler
|
8 years ago |