jnyrup / fluentassertions.analyzers

Analyzers based on the FluentAssertions best practices docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"With Fluent Assertions, the assertions look beautiful, natural and most importantly, extremely readable" -Girish

  • Latest stable nuget NuGet Badge
  • Latest nuget NuGet Badge
  • The build status is Build status

A collection of Analyzers based on the best practices tips.

Analysis and Code Fix in Action

Demo

Install

using the latest stable version:

Install-Package FluentAssertions.Analyzers

using the latest prerelease version:

Install-Package FluentAssertions.Analyzers -IncludePrerelease -Source https://ci.appveyor.com/nuget/fluentassertions-bestpractices

Getting Started

Build

using cake

windows:

.\build.ps1

linux

. build.sh

About

Analyzers based on the FluentAssertions best practices docs

License:MIT License


Languages

Language:C# 96.3%Language:PowerShell 2.8%Language:Shell 0.8%