Christoph Wille
|
c429c6c71c
|
Update ILCompiler.Reflection.ReadyToRun.Experimental to 10.0.0-preview.6.25358.103 from transport feed
|
6 days ago |
Christoph Wille
|
a41b93b7f5
|
Update WixSharp 2.7.3
|
6 days ago |
Christoph Wille
|
e0e73cb36e
|
Retire AvaloniaILSpy
|
7 days ago |
Christoph Wille
|
dad304d230
|
Update to .NET 10 Preview 6 NuGets (#3514)
|
2 weeks ago |
Siegfried Pammer
|
7d0451a0e6
|
Merge pull request #3497 from DoctorKrolic/no-new-T
Add an option to not transform `Activator.CreateInstance<T>()` to `new T()`
|
2 weeks ago |
Siegfried Pammer
|
364c415d26
|
Add option resource string
|
2 weeks ago |
Siegfried Pammer
|
4203a681d8
|
Extend test cases
|
2 weeks ago |
Siegfried Pammer
|
49368caf1c
|
Rename option to "UseObjectCreationOfGenericTypeParameter"
|
2 weeks ago |
DoctorKrolic
|
47eeacd7aa
|
Add an option to not transform `Activator.CreateInstance<T>()` to `new T()`
|
1 month ago |
Siegfried Pammer
|
2bc26b4fd4
|
Merge pull request #3502 from petercrabtree/fix/ilspcmd-solution-references
Fix SDK-style (modern) inter-project references
|
3 weeks ago |
Siegfried Pammer
|
d4a27b9b75
|
Fix net10.0-related bug in TargetServices.DetectTargetFramework
|
3 weeks ago |
Siegfried Pammer
|
f9b0411a96
|
Use List<LoadedAssembly> in ILSpy/SolutionWriter.cs
|
3 weeks ago |
Christoph Wille
|
36d2135ecf
|
.NET 10.0 Preview5 NuGet Updates (#3511)
Bump all Microsoft.* and System.* to 10.0.0-preview5
Microsoft.CodeAnalysis.* to 4.14.0
Update other dependencies to latest
|
3 weeks ago |
Siegfried Pammer
|
51a26180bb
|
Fix #3492: Do not crash, if field used by RuntimeHelpers.InitializeArray is malformed.
|
3 weeks ago |
Christoph Wille
|
3fd30711ed
|
Merge pull request #3507 from icsharpcode/christophwille/net10mtp
.NET 10 MTP dotnet test
|
3 weeks ago |
Peter Crabtree
|
fdb0703179
|
fix: inter-project reference for SDK-style solutions
|
3 weeks ago |
Peter Crabtree
|
7e1349583f
|
breaking: Change WriteSolutionFile to take a List<>
|
3 weeks ago |
Peter Crabtree
|
9f89346057
|
fix: XML namespace for SDK-style projects in ProjectReferences
I accept any sideways glance for the allocation-averse code
|
3 weeks ago |
Peter Crabtree
|
67366fe77a
|
fix: Handle SDK-style project references in WriteSolutionFile()
|
4 months ago |
Peter Crabtree
|
d0e62a980f
|
nfc: Clean up multiple enumerations of IEnumerable<> in WriteSolutionFile().
(This is potentially expensive and the method is public, just a minor code smell.)
|
4 months ago |
Christoph Wille
|
c561b197a4
|
Add Docker containers for ILSpyCmd (interactive & automation scenarios)
|
3 weeks ago |
Christoph Wille
|
1a41fd857e
|
Centralize EnableNUnitRunner, remove obsolete property TestingPlatformDotnetTestSupport
|
3 weeks ago |
Christoph Wille
|
0974a36590
|
Move to --results-directory instead of --report-trx-filename
|
3 weeks ago |
Christoph Wille
|
cc4f53b9e9
|
Use ${{ matrix.configuration }} instead of hardcoded Debug in --configuration
|
3 weeks ago |
Christoph Wille
|
f241025d40
|
Make ILSpy.Tests.csproj look like the other two test projects wrt RID
|
3 weeks ago |
Christoph Wille
|
7598a43d3a
|
.NET 10 MTP dotnet test
|
3 weeks ago |
Siegfried Pammer
|
96cba4a994
|
Merge pull request #3505 from icsharpcode/fix/3494/ilspycmd-settings
Add dynamic ILSpy settings options to ILSpyCmd
|
3 weeks ago |
Christoph Wille
|
45a6212cc8
|
Link to .NET 10 instead of 8.0
|
3 weeks ago |
Christoph Wille
|
e5e98c59fd
|
Merge pull request #3506 from icsharpcode/christophwille/net10-remove-naturalsort
Remove NaturalSort.Extension for net10 in-built CompareOptions.NumericOrdering
|
3 weeks ago |
Christoph Wille
|
c0d64410dd
|
Remove NaturalSort.Extension for net10 in-built CompareOptions.NumericOrdering
|
3 weeks ago |
Siegfried Pammer
|
bf5249be2b
|
Add --ilspy-settingsfile and -ds|--decompiler-setting name=value options
|
3 weeks ago |
Siegfried Pammer
|
b6dc9fcfa9
|
Move more of the settings infrastructure to ILSpyX for reuse.
|
3 weeks ago |
Siegfried Pammer
|
eafccdb278
|
Merge pull request #3504 from MSchmoecker/fix-static-decompile-with-instance-signature
Fix incorrect method match for static methods with instance signature
|
3 weeks ago |
Siegfried Pammer
|
cc4588db4b
|
Add a test case
|
3 weeks ago |
Maximilian Schmöcker
|
53d01869c9
|
Fix incorrect method for static methods with instance signature
|
3 weeks ago |
Siegfried Pammer
|
fa4108e450
|
GetTargetFrameworkMoniker: add support for netX.Y for TFMs ".NETCoreApp, Version=5.0" or newer.
|
3 weeks ago |
Siegfried Pammer
|
3e1c8570c5
|
Merge pull request #3501 from nikitalita/public-target-services
Make TargetFramework and TargetServices public
|
3 weeks ago |
Siegfried Pammer
|
f311afa1cc
|
Merge pull request #3398 from cshung/public/disassemble-single-file-bundle
Support disassembling single file bundle for ILSpy
|
3 weeks ago |
Andrew Au
|
9beb9cbdcb
|
Upgrade packages
|
4 months ago |
Andrew Au
|
e3e4d576a6
|
Support disassembling single file bundle for ILSpy
|
5 months ago |
Siegfried Pammer
|
29e5e7df21
|
Merge pull request #3500 from icsharpcode/net10upgrade-future
Upgrade dotnet target framework to net10
|
3 weeks ago |
Siegfried Pammer
|
2fb90b49e0
|
Adjust string.Concat handling in ReplaceMethodCallsWithOperators to support unexpanded string.Concat calls.
|
1 month ago |
Siegfried Pammer
|
8834c02eb7
|
Improve naming of delegate-typed variables.
|
1 month ago |
Siegfried Pammer
|
18f5b0f2a0
|
Add minimal support for params collections to Overload Resolution.
|
1 month ago |
Siegfried Pammer
|
4aa777ccc2
|
Add IsArrayInterfaceType extension method
|
1 month ago |
Siegfried Pammer
|
d9bc4d19a2
|
Add support for newobj ROS(in arg) to TransformParamsArgument.
|
1 month ago |
Siegfried Pammer
|
fecb10f109
|
Generalize ILInlining special cases for in arguments of ROS<T> ctors.
|
1 month ago |
Siegfried Pammer
|
27e4bc578b
|
ref structs cannot be boxed
|
1 month ago |
ds5678
|
586c04d081
|
Support params keyword on non-array collections
|
4 months ago |
Siegfried Pammer
|
34490587d9
|
Hide compiler-generated InlineArray types.
|
2 months ago |