Gabriel Lucaci
Gabriel Lucaci
Are you still on this @RohrerF ?
/azp run
Why would you like to have everything in snapshot if you only want to match a certain number of items? ```csharp PermissionList.Take(x).MatchSnapshot(); ``` You could reduce your list to what...
Thanks, nice! I vote for `object.Snapshot().IsEqual()` beacuse afterwords we can provide also `object.Snapshot().Match()` or other extensions.
Hi @barticus, if I understand good you have two questions: > I can't find/work out how to have mixed types ... You can do a snapshot on any object including...
Nice please sign the CLA than we are good to go ;)
It's also about `Outcome` and every thing based on HTTP Status Codes. Because GraphQL has always a HTTP 200, base on response payload we can decide if was a Success,...
> There are more things here to properly support GraphQL. We already have a spec for it. As you can see, the transaction name should also be handled by it....
I can understand that maybe splitting has more consequences, but I can say with the actual implementation we could do a nice transaction letting apart the `Result`. We have a...
Hi @gregkalapos do you have any thoughts on this. Maybe will be good to kind of define a generic API on agent level and every graphql framework will write an...