Christoph Wille
d1c7a51a1d
Remove dangling project references for SharpTreeView ( #3245 )
11 months ago
Christoph Wille
0887d3e4d5
Move KnownThings.gen.cs compile remove
1 year ago
Christoph Wille
7c259a8895
Split Baml Addin into library & addin projects
1 year ago
Christoph Wille
084d02a447
Apply Central package management (requires package source mapping) ( #3124 )
...
* Apply Central package management https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management (requires package source mapping https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping )
* Microsoft.DiaSymReader.Converter.Xml from dotnet-tools, Microsoft.DiaSymReader.Native from nuget.org feed
* Trying to sort what is on which feed for previews of Diasymreader packages
* Parse the Roslyn version from Directory.packages.props
* Use specific versions for Diasymreader from nuget.org to allow VS2022 addin to restore properly
* Tests needs also locked references
2 years ago
Siegfried Pammer
a94d66561a
Move to .NET 8.0 ( #3119 )
...
* Basics of net8.0. Breaking unit tests expected.
* Missed that TestRunner project was already upgraded to net7.0 (search and replace fail)
* Use Preview 6 locally
* Use .NET 8.0 RTM
* Final fixups
---------
Co-authored-by: Christoph Wille <christoph.wille@gmail.com>
2 years ago
Christoph Wille
1be0ccb3eb
Update NuGet packages & clean up dependency references a bit
2 years ago
Charlie Lin
65d1cbcdd5
Add EnableWindowsTargeting propery to csprojs targeting net6.0-windows
3 years ago
Christoph Wille
f5cfff8d9f
Add RIDs for self-contained publishing
3 years ago
Christoph Wille
d68cc56340
Fix up Baml decompiler unit test project
3 years ago
Siegfried Pammer
9e54b44b11
Move ILSpy to net6.0-windows
3 years ago
Christoph Wille
1034eca9b0
Make it easy to play with .NET 5 ( #2355 )
...
* Work on #2324 with code written for a PoC with Siegfried Pammer some time ago.
Trying it out: copy multitargeting.props.template to multitargeting.props
* Copy all files to the output folder (otherwise NuGet assemblies aren't there for net5.0 which is nasty for debugging, and publish doesn't pick them up either)
4 years ago
Christoph Wille
e08057a4a4
Exclude generated file in Baml Decompiler plugin
4 years ago
Christoph Wille
ecec2075d8
Go back to single tfm (net472)
4 years ago
Christoph Wille
1c26331bbd
Clean up project files for Windows SDK Desktop style (maybe some resource are wacky)
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
Siegfried Pammer
43143a0cb7
Update the following nuget packages to the latest stable version:
...
* Dirkster.AvalonDock
* System.Composition
* OSVersionHelper
* DataGridExtensions
* Microsoft.Xaml.Behaviors.Wpf
4 years ago
Daniel Grunwald
0eb5469374
Extract package version numbers to packages.props.
5 years ago
Christoph Wille
914665e067
Update to AvalonEdit 6.1.0-preview1. Fixes #2139 .
5 years ago
Daniel Grunwald
c0b1119fab
Use C# 8.0 to build ILSpy.
5 years ago
Siegfried Pammer
a9e8d1e7ec
Remove unused BamlDecompiler/Extensions.cs
5 years ago
Siegfried Pammer
e33a54654f
Fix build
6 years ago
Christoph Wille
9c591fef63
Update to latest MEF NuGet packages
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
43e992705a
BamlDecompiler also has an AvalonEdit package reference
6 years ago
Christoph Wille
28be4a755b
Switch to net472, of note:
...
* app.config.template fewer asm redirects, but coll.immutable is necessary
6 years ago
Christoph Wille
98406c64de
Use AE 6 preview to verify API compat (as well as runtime functionality)
6 years ago
Siegfried Pammer
b277e38532
Fix #1503 : Implement StaticResourceStartHandler and StaticResourceIdHandler
6 years ago
Christoph Wille
29e05778c6
See #1416 . Also upgraded Cecil to .3 (from .1)
6 years ago
Siegfried Pammer
c23522dca1
Add BAML decompiler engine from dnSpy.
6 years ago
Siegfried Pammer
47885b6d91
Fix release build.
7 years ago
Siegfried Pammer
8884306244
Port BAML decompiler to SRM.
7 years ago
Siegfried Pammer
cb9787098f
Finished port of UI (Analyzers still excluded) and Disassembler
7 years ago
Sam Harwell
a31b74da75
Reference Mono.Cecil using a package reference instead of a submodule
8 years ago
Sam Harwell
996e04075e
Retarget projects to .NET 4.6 so Roslyn can load them
8 years ago
Daniel Grunwald
f03de7abb8
Fix #916 : consistently use AvalonEdit 5.0.4
8 years ago
Sam Harwell
5975b2ea67
Work around improper .NET Standard build support in cecil
8 years ago
Sam Harwell
4908b129f8
Convert projects to the new project system
8 years ago
Siegfried Pammer
3a69169aa4
Update projects to .NET 4.6.1
8 years ago
Siegfried Pammer
1604952c3b
fix #775 - Invalid BAML namespace decompilation
9 years ago
Siegfried Pammer
284ddfadf1
Phase 2: Merge ICSharpCode.NRefactory into ICSharpCode.Decompiler
9 years ago
Siegfried Pammer
bc7032a869
Fix ConnectMethodDecompiler
9 years ago
Siegfried Pammer
659dd62f7c
update AvalonEdit packages to 5.0.3.0
9 years ago
Christoph Wille
7a29642b35
Revert "use mono.cecil nuget-package in all projects instead of git sub-module"
...
This reverts commit 6c1efaa2d7
.
9 years ago
Siegfried Pammer
6c1efaa2d7
use mono.cecil nuget-package in all projects instead of git sub-module
9 years ago
Daniel Grunwald
0869943ce8
Use lower-case GUIDs in project references.
...
This seems to be necessary for VS2015 to use the correct build order.
10 years ago
Daniel Grunwald
0a481a573c
Add AvalonEdit, NRefactory, and cecil submodules.
10 years ago
Daniel Grunwald
0a7c5d4ab7
Add NRefactory as submodule
10 years ago
Daniel Grunwald
6f81a30212
Update to AvalonEdit 5.0.2
11 years ago
Daniel Grunwald
27252656cf
Upgrade to new ICSharpCode.Decompiler (work in progress)
...
- Switch AvalonEdit to NuGet package.
- Upgrade Mono.Cecil to new version
11 years ago