Skip to content
New issue

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

Enable AutoMapper dependency injection to load all profiles #1264 #1306

Merged
merged 2 commits into from
Oct 4, 2022

Conversation

hocinehacherouf
Copy link
Contributor

Description

What's new?

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests
  • Other

@codecov
Copy link

codecov bot commented Oct 3, 2022

Codecov Report

Base: 88.64% // Head: 88.73% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (fdca68e) compared to base (7992143).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1306      +/-   ##
==========================================
+ Coverage   88.64%   88.73%   +0.08%     
==========================================
  Files         240      241       +1     
  Lines        7352     7356       +4     
==========================================
+ Hits         6517     6527      +10     
+ Misses        835      829       -6     
Impacted Files Coverage Δ
...eIoTHub.Portal/Server/Mappers/EnumerableProfile.cs 100.00% <100.00%> (ø)
...Hub.Portal/Server/Mappers/DevicePropertyProfile.cs 100.00% <0.00%> (+100.00%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hocinehacherouf hocinehacherouf marked this pull request as ready for review October 3, 2022 17:32
@hocinehacherouf hocinehacherouf requested a review from a team as a code owner October 3, 2022 17:32
@hocinehacherouf hocinehacherouf merged commit ce82f4e into main Oct 4, 2022
@hocinehacherouf hocinehacherouf deleted the feature/1264_add_automapper_config branch October 4, 2022 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: AutoMapper should be configured to load all mapping profiles
2 participants