[DRK-133] Split AuditLogAttribute XML doc: move property-level behaviour into remarks - #335
Merged
Merged
Conversation
Class-level meaning stays in <summary>; the property-level, policy- dependent meaning moves to a separate <remarks> section. Co-authored-by: multica-agent <github@multica.ai>
📊 Code Coverage Report |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #335 +/- ##
=======================================
Coverage 78.65% 78.65%
=======================================
Files 169 169
Lines 4155 4155
Branches 609 609
=======================================
Hits 3268 3268
Misses 703 703
Partials 184 184
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Owner
Author
PR Review: #335 — Split AuditLogAttribute XML docVerdict: APPROVED — docs-only change, spec-perfect, all preconditions pass. Findings
Score
Score: 10.0 / 10 Auto-merge preconditions
|
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.
Doc-only change: split
AuditLogAttribute's XML doc so the class-level and property-level meanings each get their own audience.<summary>now covers only the class-level meaning (entity inclusion in the audit log).RedactSensitive, allow-listing underOnlyAttributedProperties) moved into a separate<remarks>block.No behavioural, API-surface, or public-signature change.
dotnet build -c Debugverified warning-free.