An open API service indexing awesome lists of open source software.

https://github.com/fakeiteasy/fakeiteasy.analyzers

Roslyn analyzers to detect incorrect usages of FakeItEasy
https://github.com/fakeiteasy/fakeiteasy.analyzers

Last synced: about 1 year ago
JSON representation

Roslyn analyzers to detect incorrect usages of FakeItEasy

Awesome Lists containing this project

README

          

![Are you mocking me?](https://fakeiteasy.github.io/img/fakeiteasy_logo_256.png)

[![CSharp Analyzer NuGet version](https://img.shields.io/nuget/v/FakeItEasy.Analyzer.CSharp.svg?style=flat&logo=nuget&label=C%23)](https://www.nuget.org/packages/FakeItEasy.Analyzer.CSharp)
[![Visual Basic Analyzer NuGet version](https://img.shields.io/nuget/v/FakeItEasy.Analyzer.VisualBasic.svg?style=flat&logo=nuget&label=Visual%20Basic)](https://www.nuget.org/packages/FakeItEasy.Analyzer.VisualBasic)
[![Build status](https://github.com/FakeItEasy/FakeItEasy.Analyzers/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/FakeItEasy/FakeItEasy.Analyzers/actions/workflows/ci.yml?query=branch%3Amaster)

Roslyn analyzer packages to detect incorrect usages of FakeItEasy.

Add an analyzer package to your project to avoid, detect, and fix common programming errors when working with FakeItEasy.
Packages exist for both C# and VisualBasic.
* [Documentation](https://fakeiteasy.github.io/docs/analyzers/stable/)
* [Chat](https://gitter.im/FakeItEasy/FakeItEasy)
* NuGet packages on NuGet.org:
* [FakeItEasy.Analyzer.CSharp](https://www.nuget.org/packages/FakeItEasy.Analyzer.CSharp)
* [FakeItEasy.Analyzer.VisualBasic](https://www.nuget.org/packages/FakeItEasy.Analyzer.VisualBasic)

---

FakeItEasy logo designed by [Vanja Pakaski](https://github.com/vanpak).