Gabriel Lucaci

Results 25 issues of Gabriel Lucaci

There is aleady an implementation from @jbogard. https://github.com/jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources If he would like, we have to see what is needed to integrate it here. I would like to see this part...

enhancement

**Is your feature request related to a problem? Please describe.** I would like to see a complete diff between actual and expected snapshot. Currently Assert.Equals is showing only the first...

To reference this library in a signed assembly it has to be also signed.

If we haven an object with ignored field e.g.: ```csharp expected.MatchSnapshot(options => options.IgnoreField("Content")); ``` the field "Content" should not be serialized because may have a type which is not serializable.

enhancement

Provide an option to include non-public Properties and Fields into snapshot. Something like this: ```csharp Snapshot.Match(expected, options => options.IncludeNonPublicProperties()); ```

enhancement

When starting Live Unit Testing in Visual Studio, the status of the tests are correct but the mismatch snapshot files are not created.

bug

Hi, We are working on a prototype to integrate into APM a GraphQL request using `HotChocolate.AspNetCore`. For this to look more like GraphQL and not REST we would like to...

enhancement
agent-dotnet

This is kind of a bug that over the `IPayloadSender` an user can queue a `ITransaction`, `ISpan`, `IMetricSet` or `IError` but when the data is send to APM Server is...

enhancement
agent-dotnet

This is how the POST Request payload should look like: ``` { "query": "...", "operationName": "...", "variables": { "myVariable": "someValue", ... } } ``` In the version of graphiql that...

## Feature Request I would like to query multiple db's in same request. ## Context Give the following playground: ```javascript const email = "[email protected]"; use('users'); const user = db.users.find({email: email});...

enhancement