From d6720bd52ad1c5cf862e17f28f38b7db8a9cc0b0 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 3 Feb 2025 16:21:15 +0100 Subject: [PATCH 1/3] New NUnit runner for Microsoft.Testing.Platform --- Directory.Packages.props | 2 +- .../ICSharpCode.Decompiler.Tests.csproj | 5 ++++- ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj | 4 +++- ILSpy.Tests/ILSpy.Tests.csproj | 5 ++++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index a84164d03e..7ec54887d2 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -35,7 +35,7 @@ - + diff --git a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj index 305d22d969..bfd7251622 100644 --- a/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj +++ b/ICSharpCode.Decompiler.Tests/ICSharpCode.Decompiler.Tests.csproj @@ -12,7 +12,10 @@ win-arm64 false - AutoGeneratedProgram + true + true + Exe + TestingPlatformEntryPoint True diff --git a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj index 849406f392..c68bc3e24b 100644 --- a/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj +++ b/ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj @@ -12,7 +12,9 @@ win-arm64 false - AutoGeneratedProgram + true + true + Exe false true diff --git a/ILSpy.Tests/ILSpy.Tests.csproj b/ILSpy.Tests/ILSpy.Tests.csproj index 7fff3f2eb1..9f48737ef8 100644 --- a/ILSpy.Tests/ILSpy.Tests.csproj +++ b/ILSpy.Tests/ILSpy.Tests.csproj @@ -3,8 +3,11 @@ net8.0-windows + false - AutoGeneratedProgram + true + true + Exe True From 65886eada1b8d65ad6697cccd03a261ac6615b50 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 5 Feb 2025 07:10:12 +0100 Subject: [PATCH 2/3] Beta .7 - fixes https://github.com/nunit/nunit3-vs-adapter/issues/1232#issuecomment-2635132694 --- Directory.Packages.props | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 7ec54887d2..e7652e73d4 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -27,7 +27,7 @@ - + @@ -35,10 +35,10 @@ - + - + @@ -49,7 +49,7 @@ - + @@ -57,4 +57,4 @@ - + \ No newline at end of file From c220f06123dd6bb946b2df46452c1b70bdedf364 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sat, 8 Feb 2025 12:23:12 +0100 Subject: [PATCH 3/3] v5.0.0 --- Directory.Packages.props | 6 +++--- ICSharpCode.BamlDecompiler/packages.lock.json | 6 +++--- ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj | 2 +- ICSharpCode.Decompiler/packages.lock.json | 6 +++--- ICSharpCode.ILSpyX/packages.lock.json | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index e7652e73d4..7859d23f4d 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,7 +5,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/ICSharpCode.BamlDecompiler/packages.lock.json b/ICSharpCode.BamlDecompiler/packages.lock.json index 270124ff56..c8b20f84c5 100644 --- a/ICSharpCode.BamlDecompiler/packages.lock.json +++ b/ICSharpCode.BamlDecompiler/packages.lock.json @@ -4,9 +4,9 @@ "net8.0": { "Microsoft.Sbom.Targets": { "type": "Direct", - "requested": "[3.0.1, )", - "resolved": "3.0.1", - "contentHash": "/5cyDjX6sDJpgWvMUVwUK7XXa4PIzQWcbUCdsLpAUCqlXRymF0mIMzLVTcAmA55qmTS9cpnjh+28xZD4qKBxQA==" + "requested": "[3.1.0, )", + "resolved": "3.1.0", + "contentHash": "DIQsbVmWlIls255FP+20Lm5dhXiMXM/i4dWh+7Gnt0qnrTBNjR1nh1Ulm7JJVB2tTOI7DjIiDFBF2xn6FR9MJQ==" }, "TomsToolbox.Composition.Analyzer": { "type": "Direct", diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index af50e79475..e6ce6ce68f 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -80,7 +80,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/ICSharpCode.Decompiler/packages.lock.json b/ICSharpCode.Decompiler/packages.lock.json index 1bc3a0e2fc..e44c80edb2 100644 --- a/ICSharpCode.Decompiler/packages.lock.json +++ b/ICSharpCode.Decompiler/packages.lock.json @@ -4,9 +4,9 @@ ".NETStandard,Version=v2.0": { "Microsoft.Sbom.Targets": { "type": "Direct", - "requested": "[3.0.1, )", - "resolved": "3.0.1", - "contentHash": "/5cyDjX6sDJpgWvMUVwUK7XXa4PIzQWcbUCdsLpAUCqlXRymF0mIMzLVTcAmA55qmTS9cpnjh+28xZD4qKBxQA==" + "requested": "[3.1.0, )", + "resolved": "3.1.0", + "contentHash": "DIQsbVmWlIls255FP+20Lm5dhXiMXM/i4dWh+7Gnt0qnrTBNjR1nh1Ulm7JJVB2tTOI7DjIiDFBF2xn6FR9MJQ==" }, "Microsoft.SourceLink.GitHub": { "type": "Direct", diff --git a/ICSharpCode.ILSpyX/packages.lock.json b/ICSharpCode.ILSpyX/packages.lock.json index 21f8f1ee88..e7fec9b1a3 100644 --- a/ICSharpCode.ILSpyX/packages.lock.json +++ b/ICSharpCode.ILSpyX/packages.lock.json @@ -10,9 +10,9 @@ }, "Microsoft.Sbom.Targets": { "type": "Direct", - "requested": "[3.0.1, )", - "resolved": "3.0.1", - "contentHash": "/5cyDjX6sDJpgWvMUVwUK7XXa4PIzQWcbUCdsLpAUCqlXRymF0mIMzLVTcAmA55qmTS9cpnjh+28xZD4qKBxQA==" + "requested": "[3.1.0, )", + "resolved": "3.1.0", + "contentHash": "DIQsbVmWlIls255FP+20Lm5dhXiMXM/i4dWh+7Gnt0qnrTBNjR1nh1Ulm7JJVB2tTOI7DjIiDFBF2xn6FR9MJQ==" }, "Microsoft.SourceLink.GitHub": { "type": "Direct",