Benchmark.netCoreMappers
Benchmark.netCoreMappers copied to clipboard
Bump Riok.Mapperly from 3.4.0 to 3.5.1
Bumps Riok.Mapperly from 3.4.0 to 3.5.1.
Release notes
Sourced from Riok.Mapperly's releases.
v3.5.1
3.5.1 (2024-04-23)
Bug Fixes
- Add missing generic constraints to generated methods (#1227) (5324612)
- Do not discover mapping methods marked as [ObjectFactory] automatically (#1234) (1cd6814)
- expand target type new when inlining in queryable projection mappings (#1238) (840b6e1)
- extend queryable project inlined arguments with full namespace (#1233) (de3b332)
- respect user mapping attributes in generic mappings (#1230) (f753ceb)
- use correct nullable types when referencing named mappings (#1237) (b3f79e8)
v3.5.1-next.2
3.5.1-next.2 (2024-04-15)
Bug Fixes
- Do not discover mapping methods marked as [ObjectFactory] automatically (#1234) (1cd6814)
- expand target type new when inlining in queryable projection mappings (#1238) (840b6e1)
- extend queryable project inlined arguments with full namespace (#1233) (de3b332)
- respect user mapping attributes in generic mappings (#1230) (f753ceb)
- use correct nullable types when referencing named mappings (#1237) (b3f79e8)
v3.5.1-next.1
3.5.1-next.1 (2024-04-09)
Bug Fixes
v3.5.0
3.5.0 (2024-04-05)
Bug Fixes
- correctly assign null if target is nullable instead of throwing (#1191) (f08b7b4)
- do not generalise enumerable dictionary value types (#1155) (b4d5e74)
- Increase RMG060 default severity from info to warning (#1173) (3cba05b)
- map init only collection in existing target mapping correctly (#1190) (c9b4b17)
- resolve user mappings correctly when reference handling is enabled (#1162) (d303198)
Features
... (truncated)
Commits
840b6e1fix: expand target type new when inlining in queryable projection mappings (#...b3f79e8fix: use correct nullable types when referencing named mappings (#1237)de3b332fix: extend queryable project inlined arguments with full namespace (#1233)f753cebfix: respect user mapping attributes in generic mappings (#1230)1cd6814fix: Do not discover mapping methods marked as [ObjectFactory] automatically ...fb3bf3achore: fix github action test condition (#1231)8dd429edocs: fix deployment version (#1228)47062c3chore: add test report (#1225)5324612fix: Add missing generic constraints to generated methods (#1227)aedada4docs: prevent docs deployment without a version (#1226)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>.Generate unit testing code for this file.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. Examples:@coderabbitai generate unit testing code for this file.@coderabbitai modularize this function.
- PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai generate interesting stats about this repository and render them as a table.@coderabbitai show all the console.log statements in this repository.@coderabbitai read src/utils.ts and generate unit testing code.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.
CodeRabbit Commands (invoked as PR comments)
@coderabbitai pauseto pause the reviews on a PR.@coderabbitai resumeto resume the paused reviews.@coderabbitai reviewto trigger a review. This is useful when automatic reviews are disabled for the repository.@coderabbitai resolveresolve all the CodeRabbit review comments.@coderabbitai helpto get help.
Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.