intuit / QuickBooks-V3-DotNET-SDK

.Net SDK for QuickBooks REST API v3 services
Apache License 2.0
107 stars 140 forks source link

Consider renaming Intuit.Ipp.Data.Task #194

Closed pablo-martinez closed 3 years ago

pablo-martinez commented 3 years ago

There could be ambiguous reference type issues when using Intuit.Ipp.Data; and using System.Threading.Tasks; in the same file. This occurs when you want to implement an async method with a void return, so you need to use Task as a return type, and this is conflicting with your "IppTask" Task type.

nimisha84 commented 3 years ago

Again agree with you. But as suggested in other issues, please either do a PR or fork and update your copy or use the other community SDK shared by @clement911

clement911 commented 3 years ago

In https://github.com/better-reports/QuickBooksSharp we avoid the problem by naming the Task class QbTask