PartialMixin 1.0.53
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 PartialMixin --version 1.0.53
NuGet\Install-Package PartialMixin -Version 1.0.53
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="PartialMixin" Version="1.0.53" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PartialMixin --version 1.0.53
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PartialMixin, 1.0.53"
#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.
// Install PartialMixin as a Cake Addin #addin nuget:?package=PartialMixin&version=1.0.53 // Install PartialMixin as a Cake Tool #tool nuget:?package=PartialMixin&version=1.0.53
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Alows to use mixins in C#. Those are implemented using partial classes, providing intellisense.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.55 | 2,545 | 8/26/2022 |
1.0.54 | 1,791 | 1/15/2022 |
1.0.53 | 2,070 | 1/15/2022 |
1.0.52 | 1,870 | 5/13/2021 |
1.0.46 | 1,736 | 5/11/2021 |
1.0.16 | 2,167 | 5/11/2021 |
1.0.5 | 1,333 | 8/18/2019 |
1.0.4 | 1,382 | 5/12/2019 |
0.8.3.8574 | 1,668 | 12/16/2017 |
0.8.2.35720 | 1,614 | 11/14/2016 |
0.8.2.16796 | 1,659 | 7/2/2016 |
0.8.2.10417 | 1,552 | 6/12/2017 |
0.8.1.31944 | 1,550 | 4/6/2016 |
0.8.1.31524 | 1,612 | 4/6/2016 |
0.8.1.29991 | 1,601 | 4/6/2016 |
0.8.1.29112 | 1,596 | 4/6/2016 |
0.8.1.16530 | 1,552 | 7/2/2016 |
0.8.1.15911 | 1,586 | 7/2/2016 |
0.8.0.34846 | 1,608 | 4/3/2016 |
0.8.0.25240 | 1,603 | 4/3/2016 |
0.8.0.24528 | 1,546 | 4/3/2016 |
0.8.0.4748 | 1,631 | 4/3/2016 |
0.8.0.2685 | 1,589 | 4/2/2016 |
0.8.0.2188 | 1,546 | 4/2/2016 |
Fix #10 Nested generics where not correctly used.