BindOpen.Messages.IO.Dtos
1.1.14
dotnet add package BindOpen.Messages.IO.Dtos --version 1.1.14
NuGet\Install-Package BindOpen.Messages.IO.Dtos -Version 1.1.14
<PackageReference Include="BindOpen.Messages.IO.Dtos" Version="1.1.14" />
paket add BindOpen.Messages.IO.Dtos --version 1.1.14
#r "nuget: BindOpen.Messages.IO.Dtos, 1.1.14"
// Install BindOpen.Messages.IO.Dtos as a Cake Addin #addin nuget:?package=BindOpen.Messages.IO.Dtos&version=1.1.14 // Install BindOpen.Messages.IO.Dtos as a Cake Tool #tool nuget:?package=BindOpen.Messages.IO.Dtos&version=1.1.14
BindOpen.Messages
BindOpen is a framework that enables the construction of highly extensible applications. It allows you to enhance your .NET projects with custom script functions, connectors, entities, and tasks.
About
BindOpen.Messages provides a unified mechanism for sending and receiving messages.
It is composed of the following modules:
- Messages.Email for email messages (supporting Pop3, Smtp and Imap protocoles).
- Messages.Feeds for feed messages (like Atom).
A full list of all the BindOpen repos is available as well.
Install
To get started, install the BindOpen.Messages module you want to use.
Note: We recommend that later on, you install only the package you need.
From Visual Studio
Module | Instruction |
---|---|
BindOpen.Messages.Email | PM> Install-Package BindOpen.Messages.Email |
BindOpen.Messages.Feeds | PM> Install-Package BindOpen.Messages.Feeds |
From .NET CLI
Module | Instruction |
---|---|
BindOpen.Messages.Email | > dotnet add package BindOpen.Messages.Email |
BindOpen.Messages.Feeds | > dotnet add package BindOpen.Messages.Feeds |
Get started
Feeds
var meta = BdoData.NewMeta("host", DataValueTypes.Text, "my-test-host");
var meta = BdoData.NewMeta("host", DataValueTypes.Text, "my-test-host");
License
This project is licensed under the terms of the MIT license. See LICENSE.
Packages
This repository contains the code of the following Nuget packages:
Package | Provision |
---|---|
BindOpen.Messages | Core message management |
BindOpen.Messages.Abstractions | Interfaces and enumerations |
BindOpen.Messages.Email | Email message management |
BindOpen.Messages.Feeds | Feed message management |
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.Plus 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 | net8.0 is compatible. 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. |
-
net8.0
- BindOpen.IO.Dtos (>= 1.2.166)
- BindOpen.Messages.Abstractions (>= 1.1.14)
- MTT (>= 0.7.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BindOpen.Messages.IO.Dtos:
Package | Downloads |
---|---|
BindOpen.Messages.Feeds
A package to easily deal with feeds. |
GitHub repositories
This package is not used by any popular GitHub repositories.