0
Josh.Cunningham created
Created a Feature (using FeatureDefinitionProvider) without specifying a description.
With DynamicFeatureDefinitionStore the FeatureDefinition's Description has a FixedLocalizableString with a null value, whereas FeatureDefinition from static feature store has a null Description.
Then in FeatureAppService.GetAsync (in CreateFeatureDto method) the FeatureDefinition from DynamicFeatureDefinitionStore throws an exception when calling the Localize method for Description.
1 Answer(s)
-
0
Hi,
I have tested the problem you mentioned both with and without description but I didn't have any problem. Here are the screenshots from my test:
How can I reproduce your problem?