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

feat: add default mapper attribute for assemblies #657

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

ni507
Copy link
Contributor

@ni507 ni507 commented Aug 18, 2023

Fixes #201

@ni507 ni507 requested a review from latonz August 18, 2023 13:06
@ni507 ni507 self-assigned this Aug 18, 2023
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Merging #657 (a16f1dd) into main (ed84a26) will decrease coverage by 0.01%.
The diff coverage is 92.81%.

@@            Coverage Diff             @@
##             main     #657      +/-   ##
==========================================
- Coverage   91.04%   91.04%   -0.01%     
==========================================
  Files         175      177       +2     
  Lines        6200     6274      +74     
  Branches      789      802      +13     
==========================================
+ Hits         5645     5712      +67     
  Misses        377      377              
- Partials      178      185       +7     
Files Changed Coverage Δ
src/Riok.Mapperly.Abstractions/MapperAttribute.cs 100.00% <ø> (ø)
...iok.Mapperly/Helpers/MapperConfigurationBuilder.cs 78.78% <78.78%> (ø)
...ok.Mapperly/Configuration/AttributeDataAccessor.cs 73.45% <83.33%> (+1.75%) ⬆️
...apperly/Configuration/MapperConfigurationReader.cs 98.76% <98.76%> (ø)
...Riok.Mapperly/Configuration/MapperConfiguration.cs 100.00% <100.00%> (+1.31%) ⬆️
src/Riok.Mapperly/Descriptors/DescriptorBuilder.cs 100.00% <100.00%> (ø)
...apperly/Descriptors/SimpleMappingBuilderContext.cs 97.87% <100.00%> (ø)
src/Riok.Mapperly/MapperGenerator.cs 91.02% <100.00%> (+2.69%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ni507 ni507 force-pushed the feat/default-mapper branch 2 times, most recently from 099d7a8 to 9314b93 Compare August 18, 2023 13:22
src/Riok.Mapperly/AnalyzerReleases.Shipped.md Outdated Show resolved Hide resolved
src/Riok.Mapperly/AnalyzerReleases.Shipped.md Outdated Show resolved Hide resolved
docs/docs/configuration/mapper.mdx Outdated Show resolved Hide resolved
src/Riok.Mapperly/MapperGenerator.cs Outdated Show resolved Hide resolved
docs/docs/configuration/mapper.mdx Outdated Show resolved Hide resolved
src/Riok.Mapperly/MapperGenerator.cs Outdated Show resolved Hide resolved
@ni507 ni507 force-pushed the feat/default-mapper branch 6 times, most recently from 715e43c to 396cd1a Compare August 30, 2023 06:19
@latonz latonz enabled auto-merge (squash) August 30, 2023 07:53
@latonz latonz merged commit 765aa0b into riok:main Aug 30, 2023
18 of 19 checks passed
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

🎉 This PR is included in version 3.2.0-next.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

Default mapper configuration per assembly
3 participants