Make Microsoft.Store.PartnerCenter nuget source code available on a public repo
Feature Request
Is your feature request related to a problem? Please describe. I spent a whole day discovering a bug related with a property (refundable quantities) in the latest version of the nuget package, and I needed to implement a workaround by calling directly the Partner Center API without using the nuget package. I would have solved this by doing a pull request on the public repository, as it is being done in almost all the Microsoft .NET projects and saved time to others having the same issue.
The nuget package is a wrapper of a well-document public API, so I don't understand the reason for not making publicly available.
Describe the solution you would like Share the Microsoft.Store.PartnerCenter source code in a GitHub public repo
Describe alternatives you have considered The alternative is not to use Microsoft's nuget package, and build my own wrapper of the API, but that would be against the latest Microsoft open sourcing spirit, right?
I also reported this via Partner Center and unfortunately, they simply don't seem to care about this issue. I wholeheartedly second this request.