Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MessagePack-CSharp/MessagePack-CSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.171
Choose a base ref
...
head repository: MessagePack-CSharp/MessagePack-CSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.172
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 19, 2023

  1. Allow applying [MessagePackFormatter] on parameters and return values

    This enables RPC libraries such as StreamJsonRpc to support this attribute being applied to RPC methods directly and invoking the correct formatter in such cases.
    AArnott committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cc48707 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Merge pull request #1901 from AArnott/parameterFormatters

    Allow applying `[MessagePackFormatter]` on parameters and return values
    AArnott authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    266fad7 View commit details
    Browse the repository at this point in the history
Loading