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
ensItem["MyNumberColumn"] == 10 when the value is 10
ensItem["MyNumberColumn"] == 0 when the value is 0
ensItem["MyNumberColumn"] == null (or something else) when there is no value
@TanguyPa : and the fix is in. Please try again with our next nightly build that will be available as of tomorrow (you need version 1.5.51 or higher) and let us know if things work as expected. Thanks for reporting this issue!
Category
Describe the bug
I try to read the data of an item that has a column of type "Number", when the latter is filled the right value is returned.
Except that when it is not filled, the value 0 is returned, so I can't distinguish an item with a value of 0 from an item that has no value.
I'm using LoadListDataAsStreamAsync with camlquery, the item has the content type "Document set".
Steps to reproduce
I get the items this way (filter to differentiate between doc sets and files)
Expected behavior
ensItem["MyNumberColumn"] == 10 when the value is 10
ensItem["MyNumberColumn"] == 0 when the value is 0
ensItem["MyNumberColumn"] == null (or something else) when there is no value
Environment details (development & target environment)
SDK version: 1.5.0 (try 1.4.0 too)
OS: Windows 10
SDK used in: Console App
Framework: .NET 5.0
Tooling: Visual Studio 2019
The text was updated successfully, but these errors were encountered: