Closed emmauss closed 8 months ago
Workaround for now is set <JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
It looks like as soon as .NET 8 is released, adding net8.0 to the TargetFrameworks would solve this problem. The other workaround might if the app explicitly PackageReference System.Text.Json and force explicitly to use the newer STJ instead of using STJ 6.0.x
Describe the bug The following crash occurs on net 8-rc 1.
This can be triggered on loading a NavigationView.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop/Platform (please complete the following information):
Additional context Using dotnet 8.0 RC1