I am trying to read the custom attributes using reflection set by Fluent API in EntityFramework Core. I did a bit of research and found that MetadataWorkspace can be helpful as suggested in these links: Link 1, Link 2. All these solutions are on EntityFramework.
How to use metadataworkspace with EntityFramework Core?
Or, Is there any solution on Asp.Net Core 2.1 and EntityFramework Core to read the configuration properties at runtime set by Fluent API ?