Hi,
When I'm programming in VC2026 an User Defined API, I have the code:
input = JsonConvert.DeserializeObject<Input>(body ?? string.Empty, _serializerSettings);
This gives always the warning:
Consider using SecureNewtonsoftDeserialization.DeserializeObject instead. These secure methods are available in the Skyline.DataMiner.Utils.SecureCoding NuGet package.
But on NuGet there is no such package available.
Where can I find this package?
Gerrit van de Haar [DevOps Member] Selected answer as best
Hi,
I believe the NuGet you need is this one NuGet Gallery | Skyline.DataMiner.Utils.SecureCoding 2.2.3
Hope this can help
Gerrit van de Haar [DevOps Member] Selected answer as best
Thanks, this was the solution