79545436

Date: 2025-03-31 03:23:50
Score: 0.5
Natty:
Report link

Binding redirect is not working for .net 6 or later, you could refer this document for more details reference.

This article is specific to .NET Framework. It doesn't apply to newer implementations of .NET, including .NET 6 and later versions.

The workaround for this is using the System.Text.Json instead of the Newtonsoft.Json. Or you could dynamically load the assembly when you want to use it.

Reasons:
  • Blacklisted phrase (1): This article
  • Blacklisted phrase (1): this document
  • No code block (0.5):
  • High reputation (-2):
Posted by: Brando Zhang