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
This line is replicated in a few places, and causes an issue if the Rest application returns a null. With a status code 200/201/etc.
A nullable check, and return null would suffice for my purposes.
I was going to write the change and submit a P.R. however it appears that you fixed this, but only support .Net version 5.0 with that change.
Can there be a version 3.0 compatible build?
The text was updated successfully, but these errors were encountered:
I'm happy to fix this one, but I could do with understanding the circumstances in which a 200/201 returns null / empty string.
Could you provide a small code snippet?
In my example, this table is a customized set of code that is done for communication between different systems. My calling method is a simple CreateAsync call, that is being managed on the ServiceNow side to return a null (not controllable by me).
So unfortunately, I cannot provide the exact circumstances/code required to replicate on your end. :(
In my use-case, a simple return null would suffice.
.Net Core version 3.1 Build
version 1.2.27
File: ServiceNowClient.cs
Line:
This line is replicated in a few places, and causes an issue if the Rest application returns a null. With a status code 200/201/etc.
A nullable check, and return null would suffice for my purposes.
I was going to write the change and submit a P.R. however it appears that you fixed this, but only support .Net version 5.0 with that change.
Can there be a version 3.0 compatible build?
The text was updated successfully, but these errors were encountered: