chvollm / fluentassertions.analyzers

Analyzers based on the FluentAssertions best practices docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension methods to fluently assert the outcome of .NET tests

CI GitHub Repo stars GitHub contributors GitHub last commit GitHub commit activity open issues

A collection of Analyzers based on the best practices tips.

Alt

Analysis and Code Fix in Action

Demo

Install

using the latest stable version:

Install-Package FluentAssertions.Analyzers

Getting Started

Build

dotnet build

Tests

dotnet test --configuration Release  --filter 'TestCategory=Completed'

Example Usages

About

Analyzers based on the FluentAssertions best practices docs

License:MIT License


Languages

Language:C# 99.4%Language:PowerShell 0.6%