Blue.MVVM.Injection 0.2.0-beta1

This is a prerelease version of Blue.MVVM.Injection.
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 Blue.MVVM.Injection --version 0.2.0-beta1
NuGet\Install-Package Blue.MVVM.Injection -Version 0.2.0-beta1
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="Blue.MVVM.Injection" Version="0.2.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Blue.MVVM.Injection --version 0.2.0-beta1
#r "nuget: Blue.MVVM.Injection, 0.2.0-beta1"
#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 Blue.MVVM.Injection as a Cake Addin
#addin nuget:?package=Blue.MVVM.Injection&version=0.2.0-beta1&prerelease

// Install Blue.MVVM.Injection as a Cake Tool
#tool nuget:?package=Blue.MVVM.Injection&version=0.2.0-beta1&prerelease

XAML-inject UI-specific implementations into ViewModels.

     Send feedback, feature-request, unexpected breaking changes, etc. via the projects nuget-page, Blue.MVVM.Injection/ContactOwners, until there is a projet homepage...

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

0.2.0 - Supports ommiting of InjectionCollection-Tag in Xaml
     0.1.3 - ReleaseBuild
     0.1.2 - Implemented opt-in support for passing "inherited" DataContext to object that gets injected by implementing IFrameworkElement
     0.1.1 - Injection class specifies ContentProperty, so that adressing this property can be omitted in XAML
     0.1.0 - initial release