10000 Comparing 1.5.0...1.6.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.5.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.6.0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 2 contributors

Commits on Sep 2, 2024

  1. Next to 1.6.0

    adrianiftode committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a01eb4d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Use Central Package Management

    Instead of using custom <Import Project=...> use the standard [Central Package Management](https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management) mechanism.
    0xced committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    b7f98fe View commit details
    Browse the repository at this point in the history
  2. Add a nuget.config file to fix the NU1507 warning

    > warning NU1507: There are 3 package sources defined in your configuration. When using central package management, please map your package sources with package source mapping (https://aka.ms/nuget-package-source-mapping) or specify a single package source. The following sources are defined: nuget.org, AnotherSource, YetAnotherSource
    0xced committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a0c4db0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b0ed0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0de0e11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83b8e0d View commit details
    Browse the repository at this point in the history
  6. Upgrade Newtonsoft.Json to fix NU1903 (high severity vulnerability)

    > warning NU1903: Package 'Newtonsoft.Json' 10.0.1 has a known high severity vulnerability, GHSA-5crp-9r3c-p9vr
    0xced committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2ad6f10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    090b787 View commit details
    Browse the repository at this point in the history
  8. Test on .NET 8 and .NET 9

    0xced committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    5b3ffa9 View commit details
    Browse the repository at this point in the history
  9. Fix tests that started failing on .NET 8

    Something apparently changed in the runtime when boxing enums values with multiple definitions sharing the same values such as HttpStatusCode. E.g. HttpStatusCode.Ambiguous == HttpStatusCode.MultipleChoices == 300
    0xced committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    778b497 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    eb40ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    408348a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #125 from 0xced/central-package-management

    Use Central Package Management
    adrianiftode authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b6385df View commit details
    Browse the repository at this point in the history
Loading
0