I have integration tests using RavenDB with RunInMemory = true. One of the issues I am debugging is related to JSON serialization. What is the easiest way to see serialized JSON data (as strings) for in-memory DocumentStore?
I have integration tests using RavenDB with RunInMemory = true . One of the
Share
You can do it like this:
This will opens the server for you, and will let you see everything that happens inside RavenDB.