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
NullReferenceException in Values_CollectionChanged event handler.
System.NullReferenceException: Object reference not set to an instance of an object.
at PnP.Core.Model.SharePoint.FieldValueCollection.Values_CollectionChanged(Object sender, NotifyCollectionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollection`1.OnCollectionChanged(NotifyCollectionChangedEventArgs e)
at System.Collections.ObjectModel.ObservableCollection`1.InsertItem(Int32 index, T item)
at PnP.Core.Model.SharePoint.ListDataAsStreamHandler.Deserialize(String json, List list)
at PnP.Core.Model.SharePoint.List.LoadListDataAsStreamAsync(RenderListDataOptions renderOptions)
at MyClass() in /src/MyClass.cs:line 198
Steps to reproduce
Not sure what's causing this. I have no way to replicate it.
Since I'm a goof and don't know how to operate GitHub, this is in the same PR as before... #445 . Can't figure out how to reverse it. Will create a new branch for all subsequent PRs.
Category
Describe the bug
NullReferenceException
inValues_CollectionChanged
event handler.Steps to reproduce
Not sure what's causing this. I have no way to replicate it.
Expected behavior
NullRefs are bad, mkay? 😄
Environment details (development & target environment)
The text was updated successfully, but these errors were encountered: