[Feature Request] Revert breaking changes in JsonSerializerPrimitives #2943
Labels
Customer reported
Indicates issue was opened by customer
Dependency Mismatch
Transitive dependency might be at play and create issues resulting in incorrect versions of a class
P1
More important, prioritize highly
Is your feature request related to a problem? Please describe.
Many issues have been raised both in this repo, asp.net core, and Owin. Since this repo uses InternalsVisible, any APIs used across assemblies must be treated as public.
Describe the solution you'd like
Remove breaking changes between 7.x and 8.x Identity Model. The most problematic one is likely this: #2491
No breaking changes, only new APIs that get called, such that mismatched version still call a method that exists and doesn't have breaking behavioral changes.
Adding PublicAPI Analyzers to the 7x branch could help with understanding the API diffs.
Describe alternatives you've considered
Analyzers for mismatched version could help looking forward, but it isn't the right solution here.
Additional context
#2513 (comment)
cc @halter73
The text was updated successfully, but these errors were encountered: