tom-englert
fb2561ac83
Fix #3402 : System.NullReferenceException on right click on .NET 9 ( #3403 )
...
* Fix #3402 : System.NullReferenceException on right click on .NET 9
* Add comments to clarify about used design pattern
3 months ago
Christoph Wille
4137a04569
Switch from FA to Shouldly
4 months ago
Christoph Wille
c226e380df
Switch back to FluentAssertions 7.0 ( #3370 )
4 months ago
Christoph Wille
dee50f4be0
NuGet updates for January 25 Patch Tuesday ( #3369 )
4 months ago
Christoph Wille
1263f48dc0
Use Microsoft.Sbom.Targets in Decompiler, BamlDecompiler and ILSpyX NuGets ( #3346 )
...
https://github.com/microsoft/sbom-tool/tree/main/src/Microsoft.Sbom.Targets to embed SBOM
* GeneratePackageOnBuild removed, build action now has a new step for dotnet pack
* Decompiler, BamlDecompiler and ILSpyX include SBOM
4 months ago
Christoph Wille
8373ac752e
v9.0 RC Designation ( #3357 )
...
* v9.0 RC designation
* Ambiguous reference errors fixed
5 months ago
Andrew Au
6293cd1762
Update ReadyToRun to use 9.0 package ( #3340 )
5 months ago
Christoph Wille
25a9693457
Roslyn 4.12
5 months ago
Christoph Wille
b4df781da1
Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm, System.Resources.Extensions to 9.0, SRM/S.C.Immutable to 9.0 outside ICSD
6 months ago
tom-englert
0be506bd4e
Get rid of the heavy System.ComponentModel.Composition, replace with the lightweight System.Composition.AttributedModel
7 months ago
tom-englert
66544e6208
Migrate DI from Microsoft.VisualStudio.Composition to Microsoft.Extensions.DependencyInjection
7 months ago
Christoph Wille
684e72881f
NuGet updates October 2024 ( #3307 )
7 months ago
tom-englert
5149e4e77f
Optimize selection handling
8 months ago
Christoph Wille
533a773791
NuGet package updates, including Roslyn 4.11 (was: 4.10) ( #3276 )
8 months ago
tom-englert
d38ec53484
Decouple some global logic from the MainWindow
9 months ago
tom-englert
610b0c2ed5
Annotate service lifetime explicitly.
9 months ago
tom-englert
ea2fc92883
Add abstraction layer for MEF
9 months ago
tom-englert
7e74de2815
Fix #3246 : Choppy scrolling when scrolling fast after smooth scrolling introduction ( #3248 )
...
* Fix #3246 : Choppy scrolling when scrolling fast after smooth scrolling introduction
* Update TomsToolbox to fix AdvancedScrollWheelBehavior and apply to all scroll viewers.
* Also activate AdvancedScrollWheelBehavior on the special ZoomScrollViewer
---------
Co-authored-by: tom-englert <thomas.englert@avl.com>
10 months ago
tom-englert
799dcf02cf
Add smooth scrolling to settings panels and DecompilerTextView
10 months ago
Siegfried Pammer
67a0bfb051
Update to Roslyn 4.10.0
10 months ago
Christoph Wille
4693fba417
Update NuGet packages
10 months ago
Christoph Wille
17a6197a6a
Add TestsAssemblyTempPath to enable the ability to redirect to a central location
10 months ago
Christoph Wille
f996283233
Update NuGet packages
12 months ago
Christoph Wille
e39403289d
Switch CommandLineArguments to McMaster
1 year 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
1 year ago
Christoph Wille
3564ab1030
Fix Wpf slnf (missing BamlDecompiler project), update NuGet packages for Installer (WiX), update NuGet packages ILSpy
1 year ago
Christoph Wille
8acd117f91
Move non-UI analyzer code to ILSpyX
1 year ago
Christoph Wille
03e3a17f1b
Update to Roslyn 4.9.2
1 year ago
Christoph Wille
12ab3b87e9
NuGet package updates
1 year ago
Christoph Wille
b6519d00c8
Update NuGet packages
1 year ago
Christoph Wille
4944648b8a
Roslyn 4.8.0
1 year ago
Christoph Wille
fba0dbae8d
Migrate to NUnit 4 ( #3132 )
...
* Migrate to NUnit 4 based on https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html . Needed fix for https://github.com/nunit/nunit/issues/4564
* Test 4.1.0-adev.1 from NUnit MyGet feed (works locally in VS)
* Update to bugfix version adev.2 (works on GH)
* NUnit 4.0.1 final
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