Christoph Wille
8a9dd8b053
Document how to collect event traces
...
Collecting from the two EventSource providers differs by tooling, not by
platform: dotnet-trace/EventPipe works the same everywhere, with ETW/PerfView
as the Windows-only alternative. The doc lists the keyword masks and levels
so sessions can enable only the areas of interest.
Assisted-by: Claude:claude-fable-5:Claude Code
2 months ago
Christoph Wille
3ab2a2b0cb
Add decompiler architecture document (LLM-generated, human-reviewed) ( #3870 )
...
* Add decompiler architecture document
* Add StatementBuilder section to architecture doc, fix foreach story
* Correct architecture doc per review by the decompiler author
2 months ago
Christoph Wille
87a1addbaa
Update third party notices
3 months ago
Siegfried Pammer
a9a8f6477a
Cross-platform ImageList decoder + FORMAT.md
...
Assisted-by: Claude:claude-opus-4-7:Claude Code
Assisted-by: Claude:claude-opus-4-7:Claude Code
3 months ago
Christoph Wille
b5fc0d5b06
Use releaseTag with fallback to downloadUrl in updates.xml ( #3713 )
...
* Use releaseTag with fallback to downloadUrl in updates.xml
* Add tests
* Prevent arbitrary downloadUrl - must start with BaseUrl as well
* Remove custom domain ilspy.net in end-user visible places
5 months ago
Christoph Wille
4a29de5a4e
Preview 3 Designation
9 months ago
Christoph Wille
120154e21c
Remove Translations ( #3648 )
9 months ago
Peter Crabtree
e1e16b64f5
dev: Strip BOM mark from text files
1 year ago
Christoph Wille
c0d64410dd
Remove NaturalSort.Extension for net10 in-built CompareOptions.NumericOrdering
1 year ago
Christoph Wille
4bad0c7a4b
Move license.txt to root folder LICENSE file
2 years ago
Christoph Wille
8373ac752e
v9.0 RC Designation ( #3357 )
...
* v9.0 RC designation
* Ambiguous reference errors fixed
2 years ago
Christoph Wille
e4e2dd3bff
Fix docs for space for line syntax in response file
2 years ago
Christoph Wille
d0c443cae1
Switch to --newinstance
2 years ago
Christoph Wille
613266aad8
Natural Sort without interop ( #3196 )
...
* Use NaturalSort.Extension instead of Interop
* Update to latest NaturalSort.Extensions and update 3rd party notices
* Remove old interop implementation
2 years ago
Christoph Wille
2ef3245158
Change info across the board to -2023
4 years ago
Christoph Wille
afff9c325d
Rename ics.d.Console to ics.ILSpyCmd
5 years ago
Christoph Wille
5ff81c25f8
Update (c) for 2022
5 years ago
Christian Prähauser
d04c7fd372
Add license notice for pkg K4os.Compression.LZ4
5 years ago
tom-englert
0dbf216c64
Update copyrights for DataGridExtensions and TomsToolbox
6 years ago
Christoph Wille
05b567791a
Update third-party-notices.txt for Tom's toolbox (added by @tom-englert in #2347 )
6 years ago
Christoph Wille
7e12192288
Update copyright information for 2021
6 years ago
Siegfried Pammer
7f4653c274
Add support for tuple deconstruction
6 years ago
Berrysoft
4b05d85565
Update about page
6 years ago
MysticBoy
09dea5b3a5
fix for about page
6 years ago
MysticBoy
8863f977c5
ILSpy.ReadyToRun and more statements is Translated
6 years ago
Daniel Grunwald
6d70978b26
Update bug report URL to use issue templates
6 years ago
Christoph Wille
02da8a3cf1
Remove MS-PL from docs (was no longer applicable to any portions of ILSpy)
7 years ago
Siegfried Pammer
8c434eeaa5
Fix #1973 : Switch License Headers / License Information to MIT for SharpTreeView
7 years ago
Christoph Wille
91425e8587
AvalonEdit is no longer LGPL. Ties in with #1904
7 years ago
Andrew Au
29b165e524
Copy the dotnet runtime license text into third-party-notice
7 years ago
Christoph Wille
549fdad401
Adjust line breaks
7 years ago
Christoph Wille
60929879b3
Match copyright.txt "for clause" to others
7 years ago
Christoph Wille
1a1279c09a
Match license.txt with About re:wording of copyright (ILSpy team instead of old SharpDevelop team designation)
7 years ago
Christoph Wille
11a766842d
Fix notice for LightJson - to document where it came it from:
...
Added to ILSpy via 79835afca4 on Nov 30, 2017 as a copy from https://github.com/DotNetAnalyzers/StyleCopAnalyzers/tree/master/StyleCop.Analyzers/StyleCop.Analyzers/LightJson with the following attribution in the respective repo's original commit fc1cf57e02 (diff-9879d6db96fd29134fc802214163b95aR49) (MIT)
Confusion of (old) license notice came from license header in source files.
7 years ago
Christoph Wille
a7b898d963
Move notices to appropriate files, change hyperlinks in AboutPage
7 years ago
Christoph Wille
791540bb15
Get started with a 3rd party notices doc based on https://github.com/mongodb/mongo/blob/master/distsrc/THIRD-PARTY-NOTICES
7 years ago
Christoph Wille
72af8f8c19
Add README.md for describing what file is license-related, its contents & usage
7 years ago
Christoph Wille
7adf27af76
Move README.txt next to the license documents in /doc folder
7 years ago
Christoph Wille
4348d664ea
Year adjustments where static (2020)
7 years ago
Andrew Au
595ec17996
Making sure the license information are copied everywhere they need to be
7 years ago
Christoph Wille
c88140d91e
Update copyright year
8 years ago
Daniel Grunwald
c17c3c739f
Fix #1192 : Use custom ResourcesFile implementation
...
This avoids deserializing objects embedded in .resources files within the ILSpy process.
8 years ago
Daniel Grunwald
a8a852b742
Add instructions for modeling the "?." operator in the ILAst.
9 years ago
Siegfried Pammer
fb092fdf5e
Remove /doc/Dissertation as it's no longer relevant.
9 years ago
Siegfried Pammer
840ec04fde
Namespace adjustments for Syntax classes
10 years ago
Daniel Grunwald
d07298b747
Properly fix the integer conversion mess.
...
It's not actually all that hard once you realize:
a) the ECMA-335 specification is incorrect, whether to sign- or zero-extend does not always depends on the source type
b) the C# compilator generates completely weird code when casting between (U)IntPtr and integers.
Map all IntPtr casts to a few semi-sane cases, and we can obtain the correct semantics without introducing any helper methods.
10 years ago
Daniel Grunwald
e0cf3bc7d8
Document stale positions and orphaned nodes.
10 years ago
Daniel Grunwald
f8d942c15d
Fix ILOpCode.Pop
11 years ago
Daniel Grunwald
2dd5a38d05
Generalize inlining, and make it usable for symbolic phase-1 execution.
12 years ago
odalet
8c80dd1189
Fixing SendMessage API example
...
missing colon! Just made sure the colon was mandatory when using the WM_COPYDATA API
12 years ago