Fix dependency property generator default value emission - #817
Merged
Arlodotexe merged 14 commits intoSep 15, 2026
Merged
Conversation
Place cached property initializers after the property block and adapt default factories that require boxing while preserving reference-returning method groups. Co-Authored-By: Copilot App <223556219+Copilot@users.noreply.github.com>
Emit generated assemblies for cached defaults and factory return types across generic containers and metadata callbacks. Cover incremental invalidation when factory return types change. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sergio0694
force-pushed
the
user/sergiopedri/dependency-property-generator-fixes
branch
from
September 9, 2026 16:11
fa210ef to
7da546b
Compare
vgromfeld
approved these changes
Sep 13, 2026
Place cached property initializers after the property block and adapt default factories that require boxing while preserving reference-returning method groups. Co-Authored-By: Copilot App <223556219+Copilot@users.noreply.github.com>
Emit generated assemblies for cached defaults and factory return types across generic containers and metadata callbacks. Cover incremental invalidation when factory return types change. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Sergio0694
force-pushed
the
user/sergiopedri/dependency-property-generator-fixes
branch
from
September 14, 2026 18:31
7da546b to
d905597
Compare
Sergio0694
marked this pull request as ready for review
September 14, 2026 18:31
…giopedri/dependency-property-generator-fixes
Add a sample documentation page with front matter for discovery, complete setup and feature guidance, and unwrapped prose. Link the experiment list to the new documentation. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Arlodotexe
approved these changes
Sep 14, 2026
Scope TKSMPL0014 suppression to the DependencyPropertyGenerator samples project while retaining existing NoWarn entries. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Arlodotexe
enabled auto-merge
September 14, 2026 21:29
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.
Summary
Fixes two dependency property generator emitter defects:
CS1014).CS0407), while preserving direct method groups for object and reference returns.Regression coverage
int,int?,bool, andstringproperties, with and without initializers.intandobjectreturns.Scope
Organized into two commits: emitter fixes with corrected snapshots, followed by compilation and incrementality regression coverage. No SDK, package, feed, project-file, or CsWinRT multi-targeting changes.