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
Creating a ChangeNotificationCollection from a JSON stream using CreateFromDiscriminatorValue results in an object with all fields set to null. This seems to be caused by the BackingStore never getting initialized, since there is no constructor for this class.
Creating a
ChangeNotificationCollection
from a JSON stream usingCreateFromDiscriminatorValue
results in an object with all fields set tonull
. This seems to be caused by theBackingStore
never getting initialized, since there is no constructor for this class.Note this issue also exists in the Beta SDK, see microsoftgraph/msgraph-beta-sdk-dotnet#730
Repro code
The text was updated successfully, but these errors were encountered: