Dash.NET 0.1.0-alpha9

This is a prerelease version of Dash.NET.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Dash.NET --version 0.1.0-alpha9
NuGet\Install-Package Dash.NET -Version 0.1.0-alpha9
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="Dash.NET" Version="0.1.0-alpha9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dash.NET --version 0.1.0-alpha9
#r "nuget: Dash.NET, 0.1.0-alpha9"
#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 Dash.NET as a Cake Addin
#addin nuget:?package=Dash.NET&version=0.1.0-alpha9&prerelease

// Install Dash.NET as a Cake Tool
#tool nuget:?package=Dash.NET&version=0.1.0-alpha9&prerelease

Dotnet interface for Dash - the most downloaded framework for building ML and data science web apps - written in F#

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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 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 (4)

Showing the top 4 NuGet packages that depend on Dash.NET:

Package Downloads
Dash.NET.Giraffe

Giraffe backend implementation for Dash.NET

Dash.NET.Suave

A Suave backend implementation for Dash.NET

Dash.NET.Interactive

A Dash.NET visualizer extension for Dot NET Interactive

SampleDashComponent

A sample dash component.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.0-alpha.5 315 10/14/2021
0.2.0-alpha.4 130 10/14/2021
0.2.0-alpha.3 151 10/13/2021
0.2.0-alpha.2 146 10/12/2021
0.2.0-alpha.1 167 10/5/2021
0.1.0-alpha9 305 6/16/2021
0.1.0-alpha8 182 2/4/2021
0.1.0-alpha7 213 1/24/2021
0.1.0-alpha6 258 11/19/2020
0.1.0-alpha5 269 10/20/2020
0.1.0-alpha4 261 10/20/2020
0.1.0-alpha3 254 10/14/2020
0.1.0-alpha2 267 10/13/2020
0.1.0-alpha 302 10/6/2020
0.0.1-alpha 435 9/23/2020

[Use Feliz.Engine for HTML and CSS DSL - thanks [@kaashyapan](https://github.com/kaashyapan)](https://github.com/plotly/Dash.NET/commit/6fb16df9a22caa754afe596f286107225d5c320c)
[Target .NET 5](https://github.com/plotly/Dash.NET/commit/03e5f2a6cdbcd29bd8d6cccda83399bbc3b3a756)
[Enable callback evaluation for boxed IConvertible sequences aswell](https://github.com/plotly/Dash.NET/commit/49fcae9b281d0124013ab9b6b8b50eeb96875a88)
[Vastly Refactor callback, add multi-output callbacks ](https://github.com/plotly/Dash.NET/commit/66ba10d93aebeed550c3bbbfa5f4e640057e5cee)
[Add custom operators and the CallbackBinding type](https://github.com/plotly/Dash.NET/commit/a75eac6ee30e475f0653e8aa2f05fc30c9ac39dd)
[Init Component Property DSL](https://github.com/plotly/Dash.NET/commit/4ee018ff94676751f972392b0daf31e1254d5dc1)
[Improve type safety/conversion for callback functions](https://github.com/plotly/Dash.NET/commit/78439fb9f974b20514c2d8f696cb4126f9a67807)
[Add rudimentary support for html components](https://github.com/plotly/Dash.NET/commit/42f846417cc811d379a0635493dc8c176a356297)
[Add possibility to add custom css/scripts to the dash app](https://github.com/plotly/Dash.NET/commit/0a812476afa0f31b9c698cd4ee1a1e3ff40a7a62)
[Add Tabs and Tab core components]()
[Auto generate id for callback registration](https://github.com/plotly/Dash.NET/commit/0b9cd854b6c42463523199048130a729558ccbc5)
[Prevent initial callback calls per default](https://github.com/plotly/Dash.NET/commit/a9e6c632dfa8736afb055a3340b6513490ea6d23)
[Add Store core component](https://github.com/plotly/Dash.NET/commit/0b9cd854b6c42463523199048130a729558ccbc5)
[Add Radioitems component](https://github.com/plotly/Dash.NET/commit/9010769db4fc65f496ece6ed47c0113a6d6f5b28)