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
Using version 1.1.1.1 (from Nuget) within an Azure Function:
The AddOrder method call is returning the error below.
Exception while executing function: Shipment. System.Private.CoreLib: Could not load file or assembly 'System.Text.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified
The previous version allowed Order creation, but it also had HTTP errors when adding ExtFieldCustomData to the Order.
Using version 1.1.1.1 (from Nuget) within an Azure Function:
The AddOrder method call is returning the error below.
Exception while executing function: Shipment. System.Private.CoreLib: Could not load file or assembly 'System.Text.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified
The previous version allowed Order creation, but it also had HTTP errors when adding ExtFieldCustomData to the Order.
Example code:
The text was updated successfully, but these errors were encountered: