diff --git a/docs/platforms/dotnet/common/compatibility.mdx b/docs/platforms/dotnet/common/compatibility.mdx deleted file mode 100644 index 2c8af81428801..0000000000000 --- a/docs/platforms/dotnet/common/compatibility.mdx +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Compatibility -sidebar_order: 50 -description: "Learn more about which version the SDK is compatible with." ---- - -The Sentry .NET SDK directly targets the following platforms: - -- .NET 5, and .NET 6 -- Platform-specific versions of .NET 6 for Android, iOS, and MacCatalyst -- .NET Core 3.0 -- .NET Standard 2.0 and 2.1 -- .NET Framework 4.6.1 - -According to the [.NET Standard compatibility table](https://docs.microsoft.com/dotnet/standard/net-standard), -that means it should also work well with the following: - -- Mono 5.4 and newer -- Xamarin.Android 8.0 and newer -- Xamarin.Mac 3.8 and newer -- Xamarin.iOS 10.14 and newer -- Universal Windows Platform 10.0.16299 and newer - - - -Though you can use the Sentry SDK in any of the above versions, some of those are no longer supported by Microsoft. -Thus, we recommend using Microsoft supported versions of each platform whenever possible. - -- Most applications should use .NET version 6.0 or newer. See Microsoft's official [.NET Support Policy](https://dotnet.microsoft.com/platform/support/policy) page for more details. -- Applications targeting .NET Framework should use version 4.6.2 or newer. See Microsoft's official [.NET Framework Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-framework) page for more details. - - - - - -If you're using an older version of .NET Framework or Mono, [our legacy SDK](/platforms/dotnet/legacy-sdk/) supports .NET Framework as early as 3.5. - - - -## Unit Testing - -To ensure a high degree of confidience, Sentry runs a comprehensive validation test suite for most SDK functionality. -Our tests are run targeting the following platforms: - -- .NET 6 - Windows, macOS, and Linux -- .NET Core 3.1 - Windows, macOS, and Linux -- .NET Framework 4.8 - Windows -- Mono 6.12.0 - macOS and Linux -- Android 8.1, 9, 10, 11, 12, 12.1 and 13 (API versions 27-33) - - - -The information on this page is subject to change as our platform evolves. -You may refer to [the source code repository](https://github.com/getsentry/sentry-dotnet) for the very latest status. - - diff --git a/vercel.json b/vercel.json index c5f8ccd7d60d1..7764271c10f3b 100644 --- a/vercel.json +++ b/vercel.json @@ -406,6 +406,14 @@ "source": "/clients/csharp/", "destination": "/platforms/dotnet/legacy-sdk/" }, + { + "source": "/platforms/dotnet/guides/([^/]*)/compatibility/", + "destination": "/platforms/dotnet/guides/$1/" + }, + { + "source": "/platforms/dotnet/compatibility/", + "destination": "/platforms/dotnet/" + }, { "source": "/clients/go/", "destination": "/platforms/go/legacy-sdk/"