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
The RequestBody.Extensions is initiated with a dictionary but if this is set to null the following line will throw an NullReferenceException that is very hard to track down without any pointer of what the source object it is.
Extensions=RequestBody.Extensions.ToDictionary(k =>k.Key, v =>v.Value)// Clone extensions so we can remove the x-bodyName extensions from the output V2 model.