10000 Comparing 1.3.0...1.4.0 · adrianiftode/FluentAssertions.Web · GitHub
[go: up one dir, main page]

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: adrianiftode/FluentAssertions.Web
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: adrianiftode/FluentAssertions.Web
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 17, 2024

  1. Version ci to 1.4.0

    adrianiftode committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    cff5c8b View commit details
    Browse the repository at this point in the history
  2. Fix sonar links

    adrianiftode committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    08b64c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update readme.md

    adrianiftode authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a5423d4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Print the Content-Length header only if it actually exists

    It is unsettling to see the "Content-Length" header printed in the diagnosis messages even though it is not actually present in the request and/or response headers.
    
    Note that we can't just test whether the `ContentLength` property is null or not because the [HttpContentHeaders.ContentLength implementation][1] automatically computes a value even if the Content-Length is not present. This is why using `content.Headers.TryGetValues` is mandatory.
    
    [1]: https://github.com/dotnet/runtime/blob/v8.0.5/src/libraries/System.Net.Http/src/System/Net/Http/Headers/HttpContentHeaders.cs#L41-L55
    0xced committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f4cfe55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #122 from 0xced/ContentLength

    Print the Content-Length header only if it actually exists
    adrianiftode authored May 24, 2024
    Configuration menu
    Copy the full SHA
    8dd989b View commit details
    Browse the repository at this point in the history
Loading
0