Closed roji closed 16 hours ago
Cosmos SDK now wants its users to reference Newtonsoft.JSON themselves (issue). Following the same logic, I think our provider shouldn't reference it, but our tests will need to (hopefully that's going to work).
OK, looks like we have to reference Newtonsoft.JSON anyway, since we use Newtonsoft in our own code (in the provider itself). If we one day stop doing that, we'd have the question of whether we should reference Newtonsoft.JSON at all here, or set AzureCosmosDisableNewtonsoftJsonCheck to true (but at that point, I'm not sure if applications using our provider get the build error telling them to reference Newtonsoft.JSON).
The new SDK is notably needed to use the new Linux-based Cosmos emulator.