LightMock.Generator
1.0.0-preview.1
See the version list below for details.
dotnet add package LightMock.Generator --version 1.0.0-preview.1
NuGet\Install-Package LightMock.Generator -Version 1.0.0-preview.1
<PackageReference Include="LightMock.Generator" Version="1.0.0-preview.1" />
paket add LightMock.Generator --version 1.0.0-preview.1
#r "nuget: LightMock.Generator, 1.0.0-preview.1"
// Install LightMock.Generator as a Cake Addin #addin nuget:?package=LightMock.Generator&version=1.0.0-preview.1&prerelease // Install LightMock.Generator as a Cake Tool #tool nuget:?package=LightMock.Generator&version=1.0.0-preview.1&prerelease
LightMock.Generator: Source generator that generates mocks by provided interfaces and abstract classes.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- LightMock (>= 2.0.1)
- LightMock.Generator.Common (>= 1.0.0-preview.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on LightMock.Generator:
Package | Downloads |
---|---|
LightMoq
Extensions for LightMock.Generator to make it more like Moq. |
|
RBG_GodotTools_AutoTest
RBG_GodotTools_AutoTest description. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on LightMock.Generator:
Repository | Stars |
---|---|
chickensoft-games/GodotEnv
Manage Godot versions and addons from the command line on Windows, macOS, and Linux.
|
|
chickensoft-games/GodotGame
C# game template for Godot 4 with debug launch configurations, testing (locally and on CI/CD), code coverage, dependency update checks, and spell check working out-of-the-box!
|
Version | Downloads | Last updated |
---|---|---|
1.2.2 | 14,994 | 1/26/2023 |
1.2.1 | 314 | 1/25/2023 |
1.2.0 | 310 | 12/8/2022 |
1.2.0-preview.3 | 124 | 11/22/2022 |
1.2.0-preview.2 | 120 | 11/14/2022 |
1.2.0-preview.1 | 123 | 11/8/2022 |
1.1.2 | 1,873 | 8/4/2022 |
1.1.1 | 485 | 4/5/2022 |
1.1.0 | 446 | 3/24/2022 |
1.1.0-preview.3 | 171 | 12/3/2021 |
1.1.0-preview.2 | 184 | 11/4/2021 |
1.0.1 | 356 | 4/15/2021 |
1.0.0 | 343 | 4/12/2021 |
1.0.0-preview.3 | 159 | 3/30/2021 |
1.0.0-preview.2 | 206 | 3/11/2021 |
1.0.0-preview.1 | 184 | 2/17/2021 |
0.904.0-beta | 256 | 2/10/2021 |
0.903.0-beta | 244 | 2/9/2021 |
0.902.0-beta | 276 | 2/5/2021 |
0.901.0-beta | 248 | 2/3/2021 |
0.900.0-beta | 234 | 2/1/2021 |
0.99.0-beta | 229 | 1/26/2021 |
0.98.0-beta | 225 | 1/25/2021 |
0.97.0-beta | 256 | 1/22/2021 |
0.96.0-beta | 259 | 1/20/2021 |
0.95.0-beta | 221 | 1/20/2021 |
0.94.0-beta | 225 | 1/19/2021 |
0.93.0-beta | 232 | 12/29/2020 |
0.92.0-beta | 330 | 12/18/2020 |
0.91.0-beta | 308 | 12/17/2020 |
0.90.0-beta | 321 | 12/17/2020 |
* fix: return empty enumerables by default
* fix: throw exception on ref-struct methods
* feat: more informative exception when mock isn't found
* feat: support for nested classes, interfaces and delegates
* feat: emit Obsolete attribute when overriding obsolete class members
* feat: new attribute DisableCodeGenerationAttribute.
* feat: new attribute DontOverrideAttribute.