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: jskeet/sdk-csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jskeet/sdk-csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-dependencies
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 19 files changed
  • 1 contributor

Commits on Aug 2, 2024

  1. Update dependencies

    Many of these are just build/test/packaging, but customer-relevant dependency updates are:
    
    - AMQPNetLite and AMQPNetLite.Serialization: 2.4.2 => 2.4.11
    - System.Text.Encodings.Web: 6.0.0 => 8.0.0 (only used in netstandard2.0 and netstandard2.1 targets)
    - Apache.Avro: 1.11.1 => 1.11.3
    - Newtonsoft.Json: 13.0.2 => 13.0.3
    - Google.Protobuf: 3.22.0 => 3.27.3
    - Confluent.Kafka: 1.6.3 => 1.9.3 (see cloudevents#297 for consideration of a bump to 2.x)
    
    Signed-off-by: Jon Skeet <[email protected]>
    jskeet committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cdbd54a View commit details
    Browse the repository at this point in the history
  2. Update unit test parameter nullability

    Signed-off-by: Jon Skeet <[email protected]>
    jskeet committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d9831a3 View commit details
    Browse the repository at this point in the history
  3. Fix Kafka test which was broken by xUnit upgrade

    The production code behavior hasn't changed here, but Assert.Equal used to pass when presented with an empty string and an empty byte array.
    
    Signed-off-by: Jon Skeet <[email protected]>
    jskeet committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    14cb9f5 View commit details
    Browse the repository at this point in the history
Loading