DotnetInlineHost 0.3.0

Additional Details

This package was a small try out to write integration tests, but there are better ways to achieve integration testing in Console Applications in .NET.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package DotnetInlineHost --version 0.3.0                
NuGet\Install-Package DotnetInlineHost -Version 0.3.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="DotnetInlineHost" Version="0.3.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotnetInlineHost --version 0.3.0                
#r "nuget: DotnetInlineHost, 0.3.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 DotnetInlineHost as a Cake Addin
#addin nuget:?package=DotnetInlineHost&version=0.3.0

// Install DotnetInlineHost as a Cake Tool
#tool nuget:?package=DotnetInlineHost&version=0.3.0                

DotnetInlineHost

Introduction

DotnetInlineHost is a small utility package that allows you to quickly spin up an IHost instance with the option to pass along a custom configuration provider as simple key-values. A use-case of this utility is in Integration Tests where you can quickly spin up a host with custom configuration data without writing your own JSON appsettings.

How to use

Install the DotnetInlineHost package through the NuGet UI in Visual Studio or use the command line:

Dotnet CLI: dotnet add package DotnetInlineHost --version 0.2.0

Nuget Package manager: Install-Package DotnetInlineHost -Version 0.2.0

This tool and its README are a work-in-progress. Stay tuned for more.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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