Add Microsoft.OData.Edm
Hello,
I am writing to request the addition of the Microsoft.OData.Edm NuGet package to the build whitelist.
In my project, I am using OData, and I have been able to complete my development without referencing any external NuGet packages because the necessary packages are included in InsiteCommerce.Public. However, during deployment to the sandbox environment, I encountered a build failure indicating that Microsoft.OData.Edm is not whitelisted.
Currently, both Microsoft.AspNet.OData and Microsoft.OData.Core are whitelisted, and since Microsoft.OData.Edm is closely related and accessible via InsiteCommerce.Public, I believe it should also be included in the whitelist.
The relevant packages are as follows:
* Microsoft.AspNet.OData
* Microsoft.OData.Core
* Microsoft.OData.Edm