Skip to content

A fork of FluentAssertions controlled by the community.

License

Notifications You must be signed in to change notification settings

IT-VBFK/AwesomeAssertions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A fork of FluentAssertions controlled by the community

Coveralls branch Quality Gate Status GitHub Repo stars GitHub contributors GitHub last commit GitHub commit activity open issues

By the community, for the community

I, @meenzen hereby commit to keeping the Apache 2 license of AwesomeAssertions intact so that you may depend on in as a drop-in replacement without having to fear any license violations by accidentally upgrading.

Automatic replacement using Renovate Bot

If you are using Renovate Bot, you can automatically replace FluentAssertions with AwesomeAssertions by adding the following rule to your renovate.json:

{
  "packageRules": [
    {
      "matchPackageNames": ["FluentAssertions"],
      "replacementName": "AwesomeAssertions",
      "replacementVersion": "7.0.0"
    }
  ]
}

Renovate will then open PRs to replace FluentAssertions with AwesomeAssertions where applicable.

Acknowledgements

This was made possible by the hard work and dedication of the original authors and more than 200 contributors of FluentAssertions. We are extremely grateful for their efforts.

About

A fork of FluentAssertions controlled by the community.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%