Clement Gutel

Results 188 comments of Clement Gutel

@llali I see that you have closed. Was the enhancement mentioned above implemented?

Thanks @llali @zijchen any eta on open sourcing?

I see a new [stable version of the package was released](https://www.nuget.org/packages/Microsoft.SqlServer.DacFx/161.6374.0) yet this is still not fixed

Is there any update an this issue? On a similar note, we'd also like more control to be able to format the VALUES clause on multiple lines. Currently the entire...

Depending on your needs, you might want to consider using the community .NET SDK [QuickBooksSharp](https://github.com/better-reports/QuickBooksSharp). It has a much lighter footprint and a more modern API up to date with...

GraphQL has been supported for a while via the `GraphService`.

There types for all graph objects are actually already in the library, but we don't have enough docs about it. This file shows a couple of example: https://github.com/nozzlegear/ShopifySharp/blob/master/ShopifySharp.Tests/Graph_SendTests.cs

Yes, that is correct. Types are used for the return types. Queries are built with plain strings.

Of course we'd have to make sure that the deserialization logic can set private properties because I don't think it is the case by default.