From 0f4c04b9127c3fef2e7664b6664cb9ff8a2cfed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 02:39:07 +0000 Subject: [PATCH 1/3] Update xunit --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index b4605355..4938c232 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -40,8 +40,8 @@ - - + + From c5d1d292527ef94330a7dd3cfc78e98aebaab9ee Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 6 Feb 2025 09:10:50 -0700 Subject: [PATCH 2/3] Adapt to new Xunit.StaFact --- .../Microsoft.VisualStudio.Threading.Tests/TplExtensionsTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Microsoft.VisualStudio.Threading.Tests/TplExtensionsTests.cs b/test/Microsoft.VisualStudio.Threading.Tests/TplExtensionsTests.cs index d7354925..c21a6d28 100644 --- a/test/Microsoft.VisualStudio.Threading.Tests/TplExtensionsTests.cs +++ b/test/Microsoft.VisualStudio.Threading.Tests/TplExtensionsTests.cs @@ -9,6 +9,7 @@ using Microsoft.VisualStudio.Threading; using Xunit; using Xunit.Abstractions; +using TplExtensions = Microsoft.VisualStudio.Threading.TplExtensions; public class TplExtensionsTests : TestBase { From 84db3cfa946be996a78ea249357645970c94a3e9 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 5 Feb 2025 19:37:50 -0700 Subject: [PATCH 3/3] Fix doc link redirect --- doc/analyzers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/analyzers/index.md b/doc/analyzers/index.md index bf20d033..7b07b500 100644 --- a/doc/analyzers/index.md +++ b/doc/analyzers/index.md @@ -49,4 +49,4 @@ Guideline | 200-299 | Code that deviates from best practices and may limit the b Some analyzers' behavior can be configured. See our [configuration](configuration.md) topic for more information. -[1]: https://nuget.org/packages/microsoft.visualstudio.threading.analyzers +[1]: https://www.nuget.org/packages/microsoft.visualstudio.threading.analyzers