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.

ADD FEEDBACK

Technical

Showing 70

Give warning in Visual Studio if Optimizely nuget package has security vulnerability

I do not get a warning for a vulnerable package from Optimizely like the 4.30 version of Forms. Currently visual studio gives warning if solution contains packages from nuget.org that has a security vulnerability. This is a really nice feature tha...
5 months ago in Content Management / Technical 0

Parameters for scheduled jobs in Net 5/6

As a admin I would like to be able to add parameters for my scheduled jobs so I can make configurable certain actions within the scheduled jobs. In full framework there is a popular addon that does this. https://github.com/Geta/Geta.ScheduledParam...
over 2 years ago in Content Management / Technical 0 Investigating

Support for Managed Identity in EPiServer.Azure

We are hosting Optimizely CMS in Azure for some customers so we are using the EPiServer.Azure nuget package for connection to Azure Storage Account and Azure Service Bus. To do this we have use the SAS key connection string. Are there any plans to...
11 months ago in Content Management / Technical 0

Task async/await support for scheduled jobs

The scheduled jobs are executed as tasks by the scheduled job executor (IScheduledJobExecutor). However the Execute method that is required to create and run a custom job does not support return type Task or Task<T> and therefore the async/a...
almost 3 years ago in Content Management / Technical 2 Future consideration

Code Optimizations suggestions

Feedback from our Azure Cloud environment, attaching call stack. Memory:1) 6 % of your Memory was spent in List.ForEach called from EPiServer.ContentApi.Core.Serialization.Internal.ContentConvertingService.ConvertToContentApiModel 2) 3 % of your M...
about 1 month ago in Content Management / Technical 1

Migration Process - Abort Action

As a developer working closely with the platform, I’d like to share some feedback about this incident and hope it can be passed along to the Optimizely management and product owners. The migration abort action had some unexpected consequences. Eve...
about 1 month ago in Content Management / Technical 0

Add an option to DXC for a NodeJS server in addition to an Episerver instance

I want to have a NodeJS server running on Azure, alongside my Episerver instance. To start, this would be a simple, naked NodeJS instance. I could do whatever I like with this. It would be deployable apart from the Episerver instance -- I could pu...
almost 4 years ago in Content Management / APIs / Technical 1 Investigating

Add NotNullWhen attribute to ContentReference.IsNullOrEmpty

As a Developer I would like my static code analysis to understand that ContentReference.IsNullOrEmpty is performing an implicit null check. I have found that if (!ContentReference.IsNullOrEmpty(someLink)) is false, then my IDE will suggest me to a...
4 months ago in Content Management / Technical 0

Hide broken links on expired content from Link Status report

Currently, the Link Status report shows broken links that are present on expired pages. I would prefer it if broken links on expired content could be excluded from the report. This could be configurable. Jira ticket
over 3 years ago in Content Management / Technical 1 Future consideration

Add Generics Support to Various Attributes

C# 11 added support for attributes with generics. It would be nice to be able to use that with various Optimizely attributes. Some examples of attribute I can think of this can be added to are SelectOne, SelectMany and ModuleDependency. [SelectOne...
2 months ago in Content Management / Technical 0