Closed davidjrh closed 2 years ago
BTW, the problem in this case seems to be that the "Disabled" status is not defined on the nuget package
I created a question on Microsoft Q&A
Come on Microsoft, you're leaving your partners out in the cold. Please give us a working SDK to work with! Cc @harshabacharaju
Seems that on v3.1.1 this issue is resolved. I'm wondering why nobody from Microsoft is answering the issues posted on this repo, I'm wondering if anybody is even reading them.
https://docs.microsoft.com/en-us/partner-center/develop/dotnet-release-notes#version-311
Yes, the issue is fixed in version 3.1.1. Please refer to announcement at: https://docs.microsoft.com/en-us/partner-center/announcements/2022-july#15 and release notes at https://docs.microsoft.com/en-us/partner-center/develop/dotnet-release-notes#version-311
Cool! Thanks for the confirmation!
Steps to reproduce
When using the Microsoft.Store.PartnerCenter nuget package latest version (3.0.1), an exception occurs on deserialization when listing the subscriptions. This suddently started to happen today, July 18th, with no code changes on client side.
Expected behavior
Obtaining the list of subscriptions with no errors.
Actual behavior
An exception is thrown on deserialization, details below:
PLEASE, Make Microsoft.Store.PartnerCenter nuget source code available on a public repo as commented on #92