Durian.DefaultParam 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Durian.DefaultParam --version 1.2.0
NuGet\Install-Package Durian.DefaultParam -Version 1.2.0
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="Durian.DefaultParam" Version="1.2.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Durian.DefaultParam --version 1.2.0
#r "nuget: Durian.DefaultParam, 1.2.0"
#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 Durian.DefaultParam as a Cake Addin
#addin nuget:?package=Durian.DefaultParam&version=1.2.0

// Install Durian.DefaultParam as a Cake Tool
#tool nuget:?package=Durian.DefaultParam&version=1.2.0

DefaultParam, based on a similar feature in C++, allows to specify a default type for a generic parameter.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has 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
3.0.0 453 8/23/2022
2.0.1 558 1/31/2022
2.0.0 419 1/30/2022
1.2.0 366 6/19/2021
1.1.0 431 6/4/2021
1.0.0 471 6/2/2021

v1.2.0

- Added support for caching analyzer members.
- Additional diagnostics and bug-fixes for the TargetNamespace property of both configuration attributes.

v1.1.0

- Changed default values of DPTypeConvetion and DPMethodConvention to Inherit and Call respectively.
- Added mechanism for specifying a target namespace where for generated members.

v.1.0.0

- Initial release.