Chad Campbell
Chad Campbell
Hello, I reviewed the Payment Request API. In my personal opinion, the `PaymentRequest` object needs an additional function. The purpose of the function would be to pre-authorize a payment for...
Hello, The [`OData` Linq Extension](https://github.com/IharYakimush/comminity-data-odata-linq/blob/develop/Community.Data.OData.Linq/OdataLinqExtensions.cs#L48) has a memory leak. A [`ServiceContainer` object is getting created](https://github.com/IharYakimush/comminity-data-odata-linq/blob/develop/Community.Data.OData.Linq/OdataLinqExtensions.cs#L70), however, it's never disposed. This causes CPU usage to spike over time. I created a...
Fixed the closing tag on the directive in the sample documentation.