You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspected the http trace via fiddler - the request was successfully going through. Finally noticed GetSubNameInfoListAsync is using PropertyInfoConverter.Deserialize for deserialization which is not correct. That serializer does not handle response from $/GetSubNames.
Calling
Get-SFSubNameInfoList
does not work. After digging into the code I attempted to repro in powershellInspected the http trace via fiddler - the request was successfully going through. Finally noticed
GetSubNameInfoListAsync
is usingPropertyInfoConverter.Deserialize
for deserialization which is not correct. That serializer does not handle response from $/GetSubNames.service-fabric-client-dotnet/src/Microsoft.ServiceFabric.Client.Http/Generated/PropertyManagementClient.cs
Line 199 in 0827ea0
The text was updated successfully, but these errors were encountered: