Solid.Patterns.Visitor
1.0.5
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 Solid.Patterns.Visitor --version 1.0.5
NuGet\Install-Package Solid.Patterns.Visitor -Version 1.0.5
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="Solid.Patterns.Visitor" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Solid.Patterns.Visitor --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Solid.Patterns.Visitor, 1.0.5"
#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 Solid.Patterns.Visitor as a Cake Addin #addin nuget:?package=Solid.Patterns.Visitor&version=1.0.5 // Install Solid.Patterns.Visitor as a Cake Tool #tool nuget:?package=Solid.Patterns.Visitor&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Contains reusable components for *Visitor* design pattern implementation, namely different variations of acceptor interfaces.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch 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 (1)
Showing the top 1 NuGet packages that depend on Solid.Patterns.Visitor:
Package | Downloads |
---|---|
Attest.Fake.Setup
This package provides facilities for complex fake setups: chained calls, various methods, long running operation. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.6 | 4,376 | 10/21/2022 |
2.3.6-rc1 | 1,018 | 10/4/2022 |
2.3.5 | 487 | 4/15/2022 |
2.3.4 | 7,885 | 1/23/2022 |
2.3.3 | 8,329 | 11/24/2021 |
2.3.3-rc1 | 743 | 11/21/2021 |
2.3.2 | 7,044 | 9/5/2021 |
2.3.2-rc2 | 715 | 9/4/2021 |
2.3.2-rc1 | 728 | 9/1/2021 |
2.3.1 | 7,176 | 6/21/2021 |
2.3.1-rc1 | 757 | 6/21/2021 |
2.3.0 | 9,573 | 4/23/2021 |
2.3.0-rc1 | 1,264 | 4/15/2021 |
2.2.0 | 5,346 | 5/10/2019 |
2.1.0 | 920 | 3/10/2019 |
2.0.0 | 1,008 | 1/15/2019 |
2.0.0-rc1 | 814 | 12/3/2018 |
1.2.1-rc3 | 1,186 | 5/20/2018 |
1.2.1-rc2 | 1,344 | 12/15/2017 |
1.2.1-rc1 | 966 | 12/2/2017 |
1.2.0 | 1,380 | 8/9/2017 |
1.2.0-rc2 | 1,158 | 7/10/2017 |
1.2.0-rc1 | 736 | 5/20/2017 |
1.0.5 | 5,165 | 2/1/2016 |
1.0.4 | 1,038 | 1/3/2016 |
1.0.3 | 1,553 | 9/21/2015 |
Added more targets for portability.