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.4.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.5.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 24, 2024

  1. Next version to 1.5.0

    adrianiftode committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9fe220f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Fix NullReferenceException

    Pull request #122 accidentally introduced a potential NullReferenceException.
    
    Unfortunately the .NET Standard 2.0 assemblies don't have correct nullable annotations. `System.Net.Http.HttpRequestMessage.Content` is actually nullable and should be handled as such.
    0xced committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1872bf4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #123 from 0xced/Fix-NullReferenceException

    Fix NullReferenceException
    adrianiftode authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5036af7 View commit details
    Browse the repository at this point in the history
Loading