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 service library currently uses the Newtonsoft.Json dependency from core. To have the service library move to System.Text.Json we need to achieve the following.
Update the code generator to emit the proper attributes for System.Text.Json in the generated models
Rewrite any model extensions here to support System.Text.Json
The service library currently uses the Newtonsoft.Json dependency from core. To have the service library move to System.Text.Json we need to achieve the following.
AB#6305