BindOpen.Hosting.Abstractions
1.1.22
See the version list below for details.
dotnet add package BindOpen.Hosting.Abstractions --version 1.1.22
NuGet\Install-Package BindOpen.Hosting.Abstractions -Version 1.1.22
<PackageReference Include="BindOpen.Hosting.Abstractions" Version="1.1.22" />
paket add BindOpen.Hosting.Abstractions --version 1.1.22
#r "nuget: BindOpen.Hosting.Abstractions, 1.1.22"
// Install BindOpen.Hosting.Abstractions as a Cake Addin #addin nuget:?package=BindOpen.Hosting.Abstractions&version=1.1.22 // Install BindOpen.Hosting.Abstractions as a Cake Tool #tool nuget:?package=BindOpen.Hosting.Abstractions&version=1.1.22
BindOpen.Hosting
BindOpen is a framework that enables the development of highly extensible applications. It allows you to enhance your .NET projects with custom script functions, connectors, entities, and tasks.
About
BindOpen.Hosting provides full integration of BindOpen to the .NET standard configuration and dependency injection mechanisms.
This repository contains the BindOpen.Hosting code source.
A full list of all the BindOpen.Kernel repos is available as well.
Install
To get started, install the BindOpen.Hosting module you want to use.
Note: We recommend that later on, you install only the package you need.
From Visual Studio
Module | Instruction |
---|---|
BindOpen.Hosting | PM> Install-Package BindOpen.Hosting |
From .NET CLI
Module | Instruction |
---|---|
BindOpen.Hosting | > dotnet add package BindOpen.Hosting |
License
This project is licensed under the terms of the MIT license. See LICENSE.
Packages
This BindOpen.Hosting module contains the following Nuget packages:
Package | Provision |
---|---|
BindOpen.Hosting.Abstractions | Interfaces and enumerations |
BindOpen.Hosting | Core package |
The atomicity of these packages allows you install only what you need respecting your solution's architecture.
All of our NuGet packages are available from our NuGet.org profile page.
Other repos and Projects
BindOpen.Kernel provides the core packages of BindOpen.
BindOpen.Logging provides a simple and multidimensional logging system, perfect to monitor nested task executions.
BindOpen.Labs is a collection of projects based on BindOpen.
A full list of all the repos is available as well.
Documentation and Further Learning
BindOpen Docs
The BindOpen Docs are the ideal place to start if you are new to BindOpen. They are categorized in 3 broader topics:
- Articles to learn how to use BindOpen;
- Notes to follow our releases;
- Api to have an overview of BindOpen APIs.
BindOpen Blog
The BindOpen Blog is where we announce new features, write engineering blog posts, demonstrate proof-of-concepts and features under development.
Feedback
If you're having trouble with BindOpen, file a bug on the BindOpen Issue Tracker.
Donation
You are welcome to support this project. All donations are optional but are greatly appreciated.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- BindOpen.Logging.Abstractions (>= 1.2.53)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BindOpen.Hosting.Abstractions:
Package | Downloads |
---|---|
BindOpen.Hosting
BindOpen.Hosting provides full integration of BindOpen to the .NET standard configuration and dependency injection mechanisms. |
GitHub repositories
This package is not used by any popular GitHub repositories.