albanian-xrm / PowerPlatform-Entity-Serializer

This library can serialize an Microsoft.Xrm.Sdk.Entity to Json and back using System.Text.Json
MIT License
2 stars 0 forks source link

Reading JSON Number as int? #1

Open ArneMancofi opened 2 months ago

ArneMancofi commented 2 months ago

When reading a property of type int? where the actual JSON provided is an integer, shouldn't AlbanianXrm.PowerPlatform.JsonConverters.IntegerConverter.Read(...) also handle the case where reader.TokenType == JsonTokenType.Number?

BetimBeja commented 2 months ago

Hi @ArneMancofi, do you mind providing a Unit Test with a property type int? where the tool is breaking?

That would really help me validate the proposed fix.

Thanks, Betim.