QuickBooks-V3-DotNET-SDK
QuickBooks-V3-DotNET-SDK copied to clipboard
.Net SDK for QuickBooks REST API v3 services
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Bumps [Microsoft.Owin.Security.Cookies](https://github.com/aspnet/AspNetKatana) from 4.0.1 to 4.2.2. Release notes Sourced from Microsoft.Owin.Security.Cookies's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Using the latest IPP version (14.6.3), whenever attempting to pass the ServiceContext as an argument, the following error message is returned; `"Method not found: 'Serilog.LoggerConfiguration Serilog.FileLoggerConfigurationExtensions.File(Serilog.Configuration.LoggerSinkConfiguration, System.String, Serilog.Events.LogEventLevel, System.String, System.IFormatProvider,...
When attempting to deserialize the JSON result of a QuickBooks Query API request into an Intuit.Ipp.Data.Invoice object, I am encountering the following error for some invoices: `Error converting value "Bounced...
I am using the SDK in a .NET 6.0 project. When I call the API to add or update an entity in QuickBooks and there is a validation error (for...
Following on from https://github.com/intuit/QuickBooks-V3-DotNET-SDK/issues/108#issuecomment-1034273153, and seeing [many Serilog-related issues](https://github.com/intuit/QuickBooks-V3-DotNET-SDK/search?q=serilog&type=issues), I tracked down how Serilog is currently used: https://github.com/intuit/QuickBooks-V3-DotNET-SDK/blob/69d0962460b09f0d8f7ea1a72083afab2fae3719/IPPDotNetDevKitCSV3/Code/Intuit.Ipp.Diagnostics/AdvancedLogging.cs#L267-L270 That's it. Everything else is providing a proprietary way to configure Serilog,...
Fixes #216 - VS 2022 compilation error - Unable to load DLL 'Microsoft.DiaSymReader.Native.amd64.dll
Fixes #216 - Changes required to get IppDotNetDevKitCSV3 compiling on a machine with VS 2022. Making these changes to the project files led to a successful build on my machine...
When pulling down the repo on a fresh install using VS 2022, 285 compilation errors are observed: CSC : error CS0041: Unexpected error writing debug information -- 'Unable to load...
Trying to make a generic repository pattern in our interface to the QBO api using the .NET SDK. It would be a lot easier if the classes that all inherit...
### Preface: We got an error because the method `DataService.Upload` https://github.com/intuit/QuickBooks-V3-DotNET-SDK/blob/c0ea9ad9efe82ee15324a8e799b4815a410210ef/IPPDotNetDevKitCSV3/Code/Intuit.Ipp.DataService/DataService.cs#L1931 returned `null`. It turned out that this is due to the fact that the API returned an error with...