Grace.Moq 2.2.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Grace.Moq --version 2.2.3
                    
NuGet\Install-Package Grace.Moq -Version 2.2.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Grace.Moq" Version="2.2.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Grace.Moq" Version="2.2.3" />
                    
Directory.Packages.props
<PackageReference Include="Grace.Moq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Grace.Moq --version 2.2.3
                    
#r "nuget: Grace.Moq, 2.2.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Grace.Moq@2.2.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Grace.Moq&version=2.2.3
                    
Install as a Cake Addin
#tool nuget:?package=Grace.Moq&version=2.2.3
                    
Install as a Cake Tool

Grace.Moq provides integration classes between Moq and Grace (Dependency Injection Container)

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
    • Grace (>= 2.2.3)
    • Moq (>= 4.1.1311.615)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.4.2 205 10/28/2014
2.4.1 71 9/29/2014
2.4.0 67 9/22/2014
2.3.10 78 8/15/2014
2.3.9 110 7/14/2014
2.3.8 63 7/10/2014
2.3.7 56 6/28/2014
2.3.6 54 6/21/2014
2.3.5 52 6/17/2014
2.3.4 51 6/14/2014
2.3.3 56 6/14/2014
2.3.2 55 6/11/2014
2.3.1 51 5/31/2014
2.3.0 54 5/25/2014
2.2.5 53 5/17/2014
2.2.4 54 4/23/2014
2.2.3 49 4/15/2014
2.2.2 55 4/8/2014
2.2.1 56 3/22/2014
2.2.0 53 3/3/2014
2.1.0 64 2/13/2014
2.1.0-Nightly1135 43 2/12/2014
2.1.0-Nightly1133 43 2/10/2014
2.0.4 50 2/6/2014
2.0.4-Nightly1130 45 2/5/2014
2.0.4-Nightly1126 44 2/3/2014
2.0.3 52 1/27/2014
2.0.2 54 1/21/2014
2.0.1 54 1/15/2014
2.0.0 56 1/5/2014
2.0.0-Nightly1084 44 12/20/2013
2.0.0-Nightly1083 46 12/20/2013
2.0.0-Nightly1082 46 12/19/2013
2.0.0-Nightly1080 45 12/18/2013
2.0.0-Nightly1077 46 12/17/2013
2.0.0-Nightly1076 46 12/15/2013
2.0.0-Nightly1075 47 12/14/2013
2.0.0-Nightly1069 46 12/13/2013
2.0.0-Nightly1068 45 12/12/2013
2.0.0-Nightly1065 47 12/7/2013
2.0.0-Nightly1063 46 12/7/2013
2.0.0-Nightly1052 46 11/28/2013
1.0.1-Nightly10500 47 11/24/2013
1.0.1-Nightly1027 46 11/22/2013
1.0.1-Nightly1025 45 11/20/2013
1.0.1-Nightly1009 45 11/19/2013
1.0.0 56 11/17/2013
1.0.0-Beta1050 46 11/15/2013
1.0.0-Beta1048 45 11/14/2013
1.0.0-Beta1047 44 11/13/2013
1.0.0-Beta1044 43 11/11/2013
1.0.0-Beta1036 44 11/10/2013
1.0.0-Beta1026 47 11/8/2013
1.0.0-Beta1024 45 11/7/2013
1.0.0-Beta1022 46 11/6/2013
1.0.0-Beta1020 44 11/6/2013

This release includes a new feature to export connection strings from the App.config, it also contains a bug fix for registering classes with static constructors.