You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not serialize Parameters property on AuthenticationProperties (#31414)
* Do not serialize Parameters
Explicitly prevent the Parameters dictionary from being included in the deserialized payload.
See #31330 (comment).
* Ignore props backed by Items
Also ignore the properties backed by the Items dictionary to minimise the size of the serialized JSON payload.
* Add ignoreLineEndingDifferences
Stop tests from failing on non-Windows OSs due to different line endings.
0 commit comments