I have issues with the latest version (1.2.10) of library when using transactions: one update and one create. The library is used in Azure functions with .net 8.0
Exception: Element 'http://schemas.datacontract.org/2004/07/System.Collections.Generic:value' contains data from a type that maps to the name 'Microsoft.Crm.Sdk:OptionalParameter[]'. The deserializer has no knowledge of any type that maps to this name. Consider changing the implementation of the ResolveName method on your DataContractResolver to return a non-null value for name 'OptionalParameter[]' and namespace 'Microsoft.Crm.Sdk'. - Stack trace: at Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.ThrowIfResponseIsEmpty(OrganizationResponse resp, OrganizationRequest request) at Microsoft.PowerPlatform.Dataverse.Client.ServiceClient.Execute(OrganizationRequest request)
