Update Cratis.Chronicle to 16.9.4 - #2414
#2414Open
cratis-bot wants to merge 1 commit into
Open
Update Cratis.Chronicle to 16.9.4#2414cratis-bot wants to merge 1 commit into
cratis-bot wants to merge 1 commit into
Conversation
Contributor
Author
Verification gate
|
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
Cratis.Chronicle,Cratis.Chronicle.AspNetCoreandCratis.Chronicle.Testingare updated from16.9.1to16.9.4, picking up 16.9.2, 16.9.3 and 16.9.4.Added
ComplianceMetadataActionFailedreplaces the bareInvalidOperationExceptionwhen applying or releasing compliance metadata fails. On a failed release it names the property, the subject the value was released under, and explains that the value was encrypted under a different subject, pointing at CHR0038 — rather than surfacing only the underlying OpenSSLoaep decoding error.Changed
Cratis.Chronicle,Cratis.Chronicle.AspNetCoreandCratis.Chronicle.Testingare updated to16.9.4CHR0038now also reports the fluentbuilder.Join<TEvent>(_ => _.On(...))form, not just the model-bound[Join<TEvent>]attribute. A[PII]value counts as reaching the read model through an explicit.Set(...).To(...)mapping or through AutoMap matching an identically named property.Fixed
CHR0038no longer reports a fluent join when AutoMap cannot carry the value across —[NoAutoMap]on the read model, and[NoAutoMap]on the target property of a positional record, were both still reported. Since the rule is an error, each was a build break on correct code./arc/backend/chronicle/aggregates/aggregate-root.md, which no longer exists — the Arc page isdefining-an-aggregate-root.md. This was breaking the Documentation site's internal-links check.