Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Created by Guest
Created on Dec 3, 2024

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