Conversation
…rchitecture Agent-Logs-Url: https://github.com/RFBCodeWorks/MvvmControls/sessions/133ab50b-2a1a-4dce-aeb8-52e0a39b4590 Co-authored-by: RFBomb <20431767+RFBomb@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
RFBomb
April 17, 2026 21:16
View session
There was a problem hiding this comment.
Pull request overview
Adds an AGENTS.md guide to help AI agents and contributors navigate and work in the repository, focusing on the active Mvvm.Controls and source generator work.
Changes:
- Adds build/test/pack and CI workflow guidance (including
EnableWindowsTargeting=truecontext and TFM matrix). - Documents
Mvvm.Controlsstructure, key primitives/command hierarchies, and XAML namespace URIs. - Documents source generator architecture (multi-Roslyn builds, Parse → Data → Emit, diagnostics/attributes overview) and testing conventions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Documents the repository for AI agents and contributors, with primary focus on the two actively developed libraries:
Mvvm.ControlsandMvvm.Controls.SourceGenerators.Coverage
EnableWindowsTargeting=truerequirement on non-Windows, TFM matrix, CI overviewDataOrDiagnostics<T>, diagnostic ID reference table (RFB_MVVM_000–013)[Button],[Selector],[ComboBox],[ListBox], etc.) generates and the property-naming conventionGeneratorInputs/embedded resources, what to update when adding/modifying a generatorpartialrequirement, async method signatures, XAML namespace URIs