Christoph Wille
a601fdde70
Switch to using the .NET 6.0 SDK (LTS compared to 5.0). Removed unsupported TFM for ilspycmd, added net6.0.
4 years ago
Siegfried Pammer
35ad7f3074
Update build tools used by ILSpy to use .NET 5.0 instead of .NET Core 3.1
4 years ago
Christoph Wille
6236349cc7
New rollForward strategy for global.json (major, including prereleases). Replaces #2352
4 years ago
Christoph Wille
43e366980c
Back to start: .NET Core 3.1 SDK
4 years ago
Christoph Wille
83a0c1a2f8
Try building the whole thing with 3.1
4 years ago
Christoph Wille
a413d9e726
Move all builds to 5.0
4 years ago
Christoph Wille
a0aeac5628
Doesn't work:
...
* plugin loading in App.xaml.cs (#if NET472)
* OSVersionHelper bombs with PlatformNotSupportedException (#if NET472)
* ILSpyTraceListener - this needs something different in net5
4 years ago
Christoph Wille
de2571d2a9
Fix global.json as per the rules in https://docs.microsoft.com/en-us/dotnet/core/tools/global-json?tabs=netcore3x
5 years ago
Jackson Davis
6ab1f98fa3
Expand the range of sequence points out the closest empty ilstack
...
or implicit sequence point without creating overlapping sequence points.
If such a location cannot be found do, nothing. Fill in the
gaps with hidden sequence points.
Also emit a sequence point for
the prolog to account for seqeunce point there emitted by the C#
compiler. Without this, the debugger can stop there on a step in
using the original pdb, then decompile resulting in a no-code at this
location failure.
5 years ago
Daniel Grunwald
3c2eecb008
Allow opening ILSpy solution when Core SDK 3.1.200 is installed
5 years ago
Christoph Wille
1015c4ef4b
Work on #1824
6 years ago
Christoph Wille
5388a18c46
Remove old hacks for decompiler csproj
6 years ago
Christoph Wille
77ac7c904e
Update to AvalonEdit 6.0 RTM
...
Update AppVeyor script to no longer install netcore3 SDK (VS 16.3 includes that)
Set global.json to netcore3 RTM
6 years ago
Christoph Wille
1f3cb2c076
Update to AvalonEdit 6.0 RTM
...
Update AppVeyor script to no longer install netcore3 SDK (VS 16.3 includes that)
Set global.json to netcore3 RTM
6 years ago
Christoph Wille
112e751bb8
Set 3.0 SDK to RC1
6 years ago
Christoph Wille
61ef67f854
Update to RC1 of AvalonEdit 6
...
Pick correct version of netcore3 on Azure Pipelines
Set version for upcoming RC1
6 years ago
Oren Novotny
912b6b184a
Update extras to 2.x, which is required for VS 2019
6 years ago
Sam Harwell
ea930e025c
Switch to MSBuild.Sdk.Extras for WPF support
7 years ago