Moq.Analyzers
0.2.0-alpha
See the version list below for details.
dotnet add package Moq.Analyzers --version 0.2.0-alpha
NuGet\Install-Package Moq.Analyzers -Version 0.2.0-alpha
<PackageReference Include="Moq.Analyzers" Version="0.2.0-alpha"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Moq.Analyzers --version 0.2.0-alpha
#r "nuget: Moq.Analyzers, 0.2.0-alpha"
// Install Moq.Analyzers as a Cake Addin #addin nuget:?package=Moq.Analyzers&version=0.2.0-alpha&prerelease // Install Moq.Analyzers as a Cake Tool #tool nuget:?package=Moq.Analyzers&version=0.2.0-alpha&prerelease
Moq.Analyzers
Moq.Analyzers is a Roslyn analyzer that helps you to write unit tests using the popular Moq framework. Moq.Analyzers protects you from common mistakes and warns you if something is wrong with your Moq configuration.
Analyzer rules
- Moq1000: Sealed classes cannot be mocked
- Moq1001: Mocked interfaces cannot have constructor parameters
- Moq1002: Parameters provided into mock do not match any existing constructors
- Moq1100: Callback signature must match the signature of the mocked method
- Moq1101: SetupGet/SetupSet should be used for properties, not for methods
- Moq1200: Setup should be used only for overridable members
- Moq1201: Setup of async methods should use
.ReturnsAsync
instance instead of.Result
- Moq1300: Mock.As() should take interfaces
See docs/rules for full documentation.
Getting started
Moq.Analyzers is installed from NuGet. Run this command for your test project(s):
dotnet add package Moq.Analyzers
NOTE: You must use a supported version of the .NET SDK (i.e. 6.0 or later).
Contributions welcome
Moq.Analyzers continues to evolve and add new features. Any help will be appreciated. You can report issues, develop new features, improve the documentation, or do other cool stuff. See CONTRIBUTING.md.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Moq.Analyzers:
Package | Downloads |
---|---|
Reo.Core.Testing
Package Description |
|
Reo.Core.IntegrationTesting
Package Description |
|
Reo.Core.Testing.31
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Moq.Analyzers:
Repository | Stars |
---|---|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
Richasy/Bili.Copilot
B站第三方 Windows 桌面客户端,使用 Windows App SDK 构建的原生应用
|
Version | Downloads | Last updated |
---|---|---|
0.2.0 | 9,625 | 10/20/2024 |
0.2.0-alpha | 71 | 10/20/2024 |
0.1.2 | 46,802 | 8/28/2024 |
0.1.1 | 56,285 | 6/28/2024 |
0.1.0 | 39,871 | 6/4/2024 |
0.1.0-beta | 93 | 6/4/2024 |
0.0.9 | 767,887 | 1/11/2022 |
0.0.8 | 720,206 | 8/11/2019 |
0.0.7 | 5,248 | 7/28/2019 |
0.0.6 | 1,013 | 7/28/2019 |
0.0.4.43043 | 54,100 | 11/26/2017 |
0.0.4.41458 | 2,836 | 11/26/2017 |
0.0.3.40797 | 2,790 | 11/26/2017 |
0.0.1.22865 | 3,255 | 11/26/2017 |
A changelog is available at https://github.com/rjmurillo/moq.analyzers/releases