Christoph Wille
9e1c2ab7c9
Remove <Preview> from VS 2022 addin manifest
4 years ago
Chen Zhipeng
4a5fe9dee2
#2623 Fix error in start up in zh-Hans
4 years ago
Siegfried Pammer
173759d554
Fix depreciation warning about WebClient: Use HttpClient instead.
3 years ago
Siegfried Pammer
9b36f33f5c
Fix CA1416: Properly specify SupportedOSPlatform in all platform-specific assemblies.
3 years ago
Siegfried Pammer
49cc1a6f4e
Merge pull request #2642 from icsharpcode/net60
3 years ago
Siegfried Pammer
db034d3048
Remove incomplete/wrong support for null-forgiving operator.
3 years ago
Siegfried Pammer
3c2e52854e
DetectPinnedRegions: Inline the stack-slot involved in CustomRefPinPattern so that the following ProcessPinnedRegion call can reuse existing unmanaged pointer variables instead of being forced to create a new variable.
3 years ago
Siegfried Pammer
f98012ec16
DetectPinnedRegions: Support special case where pinned pointer is unused and the compiler optimized out the StopGCTracking-conversion.
3 years ago
Siegfried Pammer
cbcfcf6c2a
IntroduceQueryExpressions: Do not ignore attributes on lambdas
3 years ago
Siegfried Pammer
406f537fbe
Ditch nuspec.template
3 years ago
Siegfried Pammer
44dee6ecc2
Add additional tests for .NET 4.0
3 years ago
Siegfried Pammer
5f73bfbb01
Fix Deconstruction for Deconstruct instance methods of value-types.
3 years ago
Siegfried Pammer
e726ae28a5
Fix type equality check in TransformCollectionAndObjectInitializers
3 years ago
Siegfried Pammer
272db616ba
Fix DebugSteps not working when changing to ILAstLanguage.
3 years ago
Siegfried Pammer
50cfcc214c
DecompilerTypeSystem: Add support for implicit references
3 years ago
Siegfried Pammer
e24b901cd1
Build self-contained test runners before running tests.
3 years ago
Siegfried Pammer
ce63410ce9
Add test-reporter
3 years ago
Christoph Wille
7c85d0f99c
Go back to using dotnet test
3 years ago
Siegfried Pammer
3a04963191
Fix BAML tests
3 years ago
Siegfried Pammer
2de6e1fe30
Ignore nullability annotations when comparing types in the case of implicit conversions.
3 years ago
Siegfried Pammer
fe915780ad
Add AssemblyVersion to IModule
3 years ago
Siegfried Pammer
00edcad849
Use .NET 4.7.2 assemblies for our type system tests.
3 years ago
Siegfried Pammer
d85759f505
Force StackTests to use 32-bit runner
3 years ago
Siegfried Pammer
9e46b9d357
Update WellKnownConstants test for net6.0
3 years ago
Christoph Wille
266ce4c779
Use ExecuteBufferedAsync from CliWrap
3 years ago
Siegfried Pammer
e4b63f7a35
- Make all tests async.
- Use custom test runner for correctness tests.
- Use .NET 6.0 framework for all Roslyn compiler tests.
- Disabled tests involving new string interpolation patterns.
3 years ago
GreyXor
7ae31fa7f3
ilspycmd nested directories decompiler setting
New flag in ilspycmd that allows to use the decompiler setting UseNestedDirectoriesForNamespaces
3 years ago
Christoph Wille
2e706df7d4
Add self-contained zip creation
4 years ago
Christoph Wille
9a5bcf21af
ilspycmd will only target net60 going forward (it might start depending on ILSpyX too)
4 years ago
Christoph Wille
f5cfff8d9f
Add RIDs for self-contained publishing
4 years ago
Christoph Wille
52b1c49182
Tests need to be platform specific for ilasm.exe to be extracted correctly
4 years ago
Christoph Wille
a794a56a10
Fix up ILSpy.Tests + <Project> tag for all projects
4 years ago
Christoph Wille
4b5f4c6681
Remove Stub
4 years ago
Christoph Wille
d68cc56340
Fix up Baml decompiler unit test project
4 years ago
Christoph Wille
b5b7396270
Fix up ics.d.tests to look like a File New/NUnit project
4 years ago
Christoph Wille
a4ecc5e81c
Remove MSIX-specific code paths in ILSpy
4 years ago
Christoph Wille
16cc80ac9d
Test .dll instead of .exe (to resolve: couldn't we OutputType Library instead)
4 years ago
Christoph Wille
c6641d52ac
Switch to vstest.console (and go back to net6.0 for ics.d.test re:xplat)
4 years ago
Christoph Wille
9d08e762e2
Fix path in unit test task
4 years ago
Christoph Wille
76bc5a3bab
Set TFM to TargetFramework to match other unit test projects
4 years ago
Christoph Wille
1ac588169a
Remove MSIX project
4 years ago
Christoph Wille
df89c1498f
matrix.channel leftover in zip task
4 years ago
Christoph Wille
15ad025ad9
Fix buildOutputDir. Note: should use output from dotnet publish!
4 years ago
Christoph Wille
379cc763c0
Fix ILSpyBuildPath and .exe.config -> .dll.config. Note: should use output from dotnet publish!
4 years ago
Christoph Wille
ce7f594010
Remove outdated build tools
4 years ago
Christoph Wille
9a4f5bc664
Minimal changes for building on .NET 6.0
4 years ago
Siegfried Pammer
9e54b44b11
Move ILSpy to net6.0-windows
4 years ago
Siegfried Pammer
d91732f82a
Set version to 8.0.0-alpha1
4 years ago
Siegfried Pammer
41c99e4727
#2622 : Fix crash in ExpressionBuilder when decompiling object initializer composed of readonly properties.
4 years ago
Siegfried Pammer
07bedd45d1
Fix #2572 : Shallow clones do not produce correct version numbers as these require full history.
4 years ago