We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. Currently, AutoMapper is configured to load specific mapping profiles
IoT-Hub-Portal/src/AzureIoTHub.Portal/Server/Startup.cs
Lines 270 to 281 in 43e85a2
Describe the solution you'd like AutoMapper should be configured to load all mapping profiles within portal:
_ = services.AddAutoMapper(Assembly.GetExecutingAssembly());
The text was updated successfully, but these errors were encountered:
Enable AutoMapper dependency injection to load all profiles #1264
5614981
Enable AutoMapper dependency injection to load all profiles #1264 (#1306
ce82f4e
) * Enable AutoMapper dependency injection to load all profiles #1264 * Fix missing Mapper initialization
hocinehacherouf
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Currently, AutoMapper is configured to load specific mapping profiles
IoT-Hub-Portal/src/AzureIoTHub.Portal/Server/Startup.cs
Lines 270 to 281 in 43e85a2
Describe the solution you'd like
AutoMapper should be configured to load all mapping profiles within portal:
The text was updated successfully, but these errors were encountered: