You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
namespaceX{internalclassProgram{[DynamicLinqType]publicenumExampleEnum{Value1,Value2,};
privatestaticreadonlyParsingConfigDefaultParsingConfig=new(){};staticvoidMain(string[]args){vardata=new[]{new{Value=ExampleEnum.Value1},new{Value=ExampleEnum.Value2},};// This should work:data.AsQueryable().Select(DefaultParsingConfig,$"\"{typeof(ExampleEnum).FullName}\"?(Value)");}}}
@StefH
I've tried the preview in my scenario. I can confirm this works for me using fully qualified names, without the DynamicLinqType attribute on the types. Thank you!
Related: #643
The text was updated successfully, but these errors were encountered: