Bifrost.XAML 1.0.2

dotnet add package Bifrost.XAML --version 1.0.2
NuGet\Install-Package Bifrost.XAML -Version 1.0.2
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="Bifrost.XAML" Version="1.0.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bifrost.XAML --version 1.0.2
#r "nuget: Bifrost.XAML, 1.0.2"
#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 Bifrost.XAML as a Cake Addin
#addin nuget:?package=Bifrost.XAML&version=1.0.2

// Install Bifrost.XAML as a Cake Tool
#tool nuget:?package=Bifrost.XAML&version=1.0.2

Extension methods:
DependencyObject.GetAncestors<T>() - finds all children of a specific type
DependencyObject.GetParent<T>() - finds the first parent of a specific type

Converters:
CountToVisibilityConverter - converts the count of an enumerable property to Visibility

DateTimeToDateTimeOffsetConverter - converts a DateTime object to a DateTimeOffset object which can be bound to a DatePicker

DateTimeToStringConverter - converts a DateTime object to string with the optional format string

DateTimeToTimeSpanConverter - converts a DateTime object to a TimeSpan object that can be bound to TimePicker

StringToVisibilityConverter - converts a string to a Visibility value based on the result of string.IsNullOrEmpty()

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
1.0.2 1,474 6/23/2015
1.0.1 1,019 6/14/2015
1.0.0 1,007 6/14/2015