Abbotware.Host 5.0.166

Prefix Reserved
dotnet add package Abbotware.Host --version 5.0.166                
NuGet\Install-Package Abbotware.Host -Version 5.0.166                
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="Abbotware.Host" Version="5.0.166" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Abbotware.Host --version 5.0.166                
#r "nuget: Abbotware.Host, 5.0.166"                
#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 Abbotware.Host as a Cake Addin
#addin nuget:?package=Abbotware.Host&version=5.0.166

// Install Abbotware.Host as a Cake Tool
#tool nuget:?package=Abbotware.Host&version=5.0.166                

Abbotware

Collection of many utility classes, interfaces, extension methods that have been accumulated over the years.

Build

  • Designed to be DI friendly and container agnostic
  • .NetStandard 2.0 and 2.1 compatible
  • uses nullable checks via C# 8.0
  • Code Coverage via (Coverlet)
  • Coverage Report aggregation via (ReportGenerator)

Abbotware.Core

This assembly has no major dependencies except for Microsoft.Extensions.Logging.Abstractions. The internal components all log to the Microsoft.Extensions.Logging.ILogger interface. For NetStandard2.0 /and NetStandard2.1, additional dependencies have been added only to add in missing features that have been added to later version of .Net.

Abbotware.Interop.{Library}

These assemblies contain interop/wrapper classes around various third-party libraries to encapsulate initialization and logic. Sometimes the are abstracted away as via interfaces

Abbotware.{Feature}

These assemblies contain feature/modules that group a common area. Sometimes these are biased towards a specific implementation and may link to specific Interop assemblies creating an external dependency.
Example. Abbotware.Data is heavily biased towards SQL Server and Entity Framework and depends on Abbotware.Interop.EntityFramework

Abbotware.{Feature}.Using.{Container}

These assemblies contain fluent api / builder syntax to help a feature be registered wuth a specific container. Example: Abbotware.Data.Using.Castle provides many ways to register contexts in castle container.

Base Objects

the following base objects make up the majority of components in this library to provide common and consistent features and behavior

Class Inherits Description
BaseLoggable n/a minimal class with a logger
BaseComponent BaseLoggable adds in disposable, eager and lazy initialization
BaseComponent<TConfiguration> BaseComponent adds in configuration

Interface and Plugins

Many features are implemented as plugins that implement an interface.

An example is: IBinarySerializaton - there are plugins such as DataContractSerializer and XmlSerializer

General interfaces are defined in Abbotware.Core and plugins maybe be in secondary assemblies to allow consumption of only the minimal number of thirdparty nugets in the end project.

Specific Libraries

Library Description
Abbotware.ShellCommand A wrapper library for executing shell commands. Captures standard output/error with timestamps as well as auto-kills processed after a specified timeout
Abbotware.Interop.Iso Enum classes and metadata for the free ISO Standard Codes (see more)
Abbotware.Interop.Aws.Timestream Fluent and POCO based publishers for AWS Timestream (see more)
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Abbotware.Host:

Package Downloads
Abbotware.Interop.Aws.Sqs

Abbotware Interop Library for Aws SQS - Contains helper methods, extension methods, and plugins

Abbotware.Host.Service

Abbotware Core Libraries

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.166 80 1/8/2025
5.0.163 143 12/20/2024
5.0.162 128 12/20/2024
5.0.160 136 12/19/2024
5.0.152 115 12/8/2024
5.0.149 108 12/8/2024
5.0.141 212 3/19/2024
5.0.140 167 3/18/2024
5.0.130 160 2/18/2024
5.0.127 171 2/17/2024
5.0.123 172 2/14/2024
5.0.107 341 10/22/2023
5.0.93 239 9/8/2023
5.0.92 182 9/8/2023
5.0.91 188 8/31/2023
5.0.89 200 8/31/2023
5.0.88 200 8/30/2023
5.0.87 190 8/21/2023
5.0.82 247 7/9/2023
5.0.81 280 6/20/2023
5.0.78 250 6/19/2023
5.0.71 239 6/16/2023
5.0.69 268 6/13/2023
5.0.68 286 6/11/2023
5.0.66 291 6/10/2023
5.0.62 307 6/9/2023
5.0.59 270 6/9/2023
5.0.58 284 6/8/2023
5.0.56 247 6/6/2023
5.0.54 293 6/6/2023
5.0.53 294 6/5/2023
5.0.51 275 6/5/2023
5.0.47 311 6/2/2023
5.0.44 327 6/2/2023
5.0.37 321 6/1/2023
5.0.24 259 5/19/2023
5.0.21 246 5/15/2023
5.0.10 594 12/21/2022
4.0.267 1,000 12/14/2021
4.0.264 797 12/12/2021
4.0.263 763 12/10/2021
4.0.261 720 12/10/2021
4.0.258 715 12/8/2021
4.0.256 696 12/8/2021
4.0.253 759 12/7/2021
4.0.230 959 8/29/2021
4.0.228 931 8/29/2021
4.0.224 915 8/16/2021
4.0.220 850 8/10/2021
4.0.219 866 8/8/2021
4.0.216 877 8/8/2021
4.0.207 821 8/6/2021
4.0.179 1,066 10/19/2020
4.0.176 1,033 8/9/2020
4.0.175 1,000 8/9/2020
4.0.171 1,130 7/28/2020
4.0.168 1,258 6/26/2020
4.0.160 1,178 6/21/2020
4.0.159 1,088 6/17/2020
4.0.154 790 6/17/2020
4.0.153 767 6/17/2020
4.0.151 825 6/2/2020
4.0.149 840 6/1/2020
4.0.148 839 5/31/2020
4.0.142 765 5/27/2020
4.0.121 821 4/27/2020
4.0.120 806 4/26/2020
4.0.118 779 4/26/2020
4.0.115 917 3/23/2020
4.0.101 897 1/23/2020
4.0.100 848 1/22/2020
4.0.92 807 1/21/2020
4.0.90 856 1/21/2020
4.0.88 586 1/20/2020