<PackageReference Include="System.Text.Json" Version="10.0.4" />

System.ExceptionPolyfills

static class ExceptionPolyfills
namespace System { internal static class ExceptionPolyfills { public sealed class <G>$E6188BA5B951F1F7AA9135E0EBB76F2B { public static class <M>$96F0261AC622664B8B003966835C0332 { } public static void ThrowIfNull(object argument, string paramName = null); } public sealed class <G>$3F30F31B33543D5FB8E174FB4FD780B9 { public static class <M>$1F10CFA08738E6D8AF61CBECC6763DBC { } public static void ThrowIf(bool condition, object instance); public static void ThrowIf(bool condition, Type type); } public static void ThrowIfNull(object argument, string paramName = null); public static void ThrowIf(bool condition, object instance); public static void ThrowIf(bool condition, Type type); } }