Draft
Fix all Mapperly warnings in Models/Mappers and add IDE setup documentation#28
Conversation
Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix warnings and errors in mappers methods
Fix Mapperly warnings in Models/Mappers by adding ignore attributes
Dec 13, 2025
Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Author
The errors you're seeing in Rider are IntelliSense warnings before source generators complete. The project actually builds successfully (verified with tests passing). I've added explicit ignore attributes for the ProfileDto mapping in commit 552a42e which should help Rider's analyzer. To resolve the IDE errors:
The generated implementation code will then be recognized by IntelliSense and the red underlines will disappear. |
vl336
requested changes
Dec 14, 2025
…e to README Co-authored-by: vl336 <44336551+vl336@users.noreply.github.com>
Author
Fixed in commit d03d19f: Remaining warnings resolved:
README updated:
The project now builds cleanly with full Mapperly source generation support. |
Copilot
AI
changed the title
Fix Mapperly warnings in Models/Mappers by adding ignore attributes
Fix all Mapperly warnings in Models/Mappers and add IDE setup documentation
Dec 14, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Resolved all Mapperly (RMG) warnings in the Meethub/Models/Mappers directory and added comprehensive IDE setup documentation to help developers resolve source generator issues in Rider.
Changes Made
Mapper Fixes
isReadyToMatchtoisReadyToMatchingto match the target property name, enabling automatic mapping. Added ignore attributes for Id, User, Event, ProfileId, Profile.Code Updates
isReadyToMatchingDocumentation
Testing
Note About Rider IDE Errors
The errors that may appear in Rider are IntelliSense warnings before source generators complete. The project builds successfully. Following the README instructions (build solution and invalidate caches if needed) will resolve these IDE analysis issues.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.