valdisiljuconoks / optimizely-advanced-contentarea

Optimizely content area renderer on steroids
Apache License 2.0
34 stars 14 forks source link

DisplayOptions.Default giving an error "'DisplayOptions' does not contain a definition for 'Default' " #121

Closed KumarSatuluri closed 8 months ago

KumarSatuluri commented 8 months ago

While adding the below code, the DisplayOptions.Default giving an error. The error is "'DisplayOptions' does not contain a definition for 'Default' "

public class Startup { public void ConfigureServices(IServiceCollection services) { services.AddAdvancedContentArea(o => { o.DisplayOptions = DisplayOptions.Default; }); } }

KumarSatuluri commented 8 months ago

It's having ambiguous issues between EpiServer.Web and TechFellow.Optimizely.AdvancedContentArea. So it has been resolved