Enkoni 2.6.0-beta2
This is a prerelease version of Enkoni.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Enkoni --version 2.6.0-beta2
NuGet\Install-Package Enkoni -Version 2.6.0-beta2
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="Enkoni" Version="2.6.0-beta2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Enkoni" Version="2.6.0-beta2" />
<PackageReference Include="Enkoni" />
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 Enkoni --version 2.6.0-beta2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Enkoni, 2.6.0-beta2"
#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 Enkoni@2.6.0-beta2
#: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=Enkoni&version=2.6.0-beta2&prerelease
#tool nuget:?package=Enkoni&version=2.6.0-beta2&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains numerous easy-to-use types and operations that can be utilized in any kind of project or application
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net35-client is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Enkoni:
| Package | Downloads |
|---|---|
|
Enkoni.Entities
Package Description |
|
|
Enkoni.ServiceModel
Contains a number of helper-classes that can be utilized in combination with WCF services and proxies. |
|
|
Enkoni.DataAnnotations
Package Description |
|
|
Enkoni.Testing
Package Description |
|
|
Enkoni.UI
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-beta02 | 1,082 | 6/25/2021 |
| 4.0.0-beta01 | 869 | 6/25/2021 |
| 3.0.0 | 18,928 | 12/4/2016 |
| 2.10.0 | 2,026 | 8/10/2016 |
| 2.9.0 | 1,672 | 6/30/2016 |
| 2.8.0 | 3,902 | 6/15/2016 |
| 2.7.0 | 2,190 | 9/19/2015 |
| 2.6.0 | 3,107 | 4/6/2015 |
| 2.6.0-beta2 | 1,570 | 4/5/2015 |
| 2.6.0-beta1 | 1,579 | 4/5/2015 |
| 2.5.0 | 2,773 | 2/14/2015 |
| 2.5.0-rc1 | 1,786 | 2/9/2015 |
| 2.4.0 | 2,076 | 1/5/2015 |
| 2.3.1 | 1,652 | 6/19/2014 |
| 2.3.0 | 2,392 | 5/1/2014 |
| 2.2.0.1 | 4,314 | 1/17/2014 |
| 2.2.0 | 2,820 | 11/23/2013 |
| 2.1.0 | 2,804 | 11/1/2013 |
| 2.0.1 | 3,012 | 7/4/2013 |
| 2.0.0 | 3,149 | 11/28/2012 |
| 1.3.0 | 3,007 | 10/8/2012 |
| 1.2.0 | 2,899 | 9/1/2012 |
| 1.1.0 | 3,695 | 8/27/2011 |
| 1.0.1 | 4,272 | 5/1/2011 |
Added a new property IncludePaths to the Specification{T} class which can be used to specify specific includes (primarily used for database
interaction).