Thanks to visit codestin.com
Credit goes to github.com

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: v3.0.129-beta
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: v3.0.134-beta
Choose a head ref
  • 7 commits
  • 13 files changed
  • 2 contributors

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

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    4741884 View commit details
    Browse the repository at this point in the history
  2. Allow deserializing constructor parameters to accept any type assigna…

    …ble from its associated member type
    
    Closes #1851
    AArnott committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    eca5313 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Merge pull request #1905 from MessagePack-CSharp/fix1904

    Fix and improve generated formatters
    AArnott authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    4788d1a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Honor ExcludeFormatterFromSourceGeneratedResolverAttribute by suppr…

    …essing certain warnings
    
    Fixes #1902
    AArnott committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4ab383c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51f737c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1907 from MessagePack-CSharp/fix1902

    Honor `ExcludeFormatterFromSourceGeneratedResolverAttribute` by suppressing certain warnings
    AArnott authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2b3779b View commit details
    Browse the repository at this point in the history
Loading