Bump Trellis framework pin to 3.0.0-alpha.425#33
Merged
Conversation
Picks up the published framework build that reports index-precise field paths for value objects nested in collections and objects.
There was a problem hiding this comment.
Pull request overview
Updates the repository’s centralized Trellis framework version pin so all Trellis.* package versions (which reference $(TrellisVersion)) move in lock-step to the newer upstream build.
Changes:
- Bump
TrellisVersionfrom3.0.0-alpha.418to3.0.0-alpha.425in central package management. - Indirectly updates the pinned versions for
Trellis.Asp,Trellis.Authorization,Trellis.Core,Trellis.Mediator,Trellis.Primitives,Trellis.ServiceDefaults, andTrellis.Testingvia$(TrellisVersion).
Drops the now-redundant value-object .Value (response mapper, structured log), prefers Result.Ok(...).AsValueTask() over wrapping in a ValueTask constructor, removes ConfigureAwait(false) (unneeded in app code), and rewrites OrderResourceLoader to the ToResultAsync form with the Error.NotFound.For<T> factory instead of manual Maybe branching.
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.
Updates the framework pin from
3.0.0-alpha.418to3.0.0-alpha.425(published to NuGet.org).The new build reports index-precise RFC 6901 field paths for value objects nested inside collections or other objects (e.g.
/members/0/email) in JSON-body validation.