LiveScope.Avalonia.Windows 0.5.501-beta

This is a prerelease version of LiveScope.Avalonia.Windows.
dotnet add package LiveScope.Avalonia.Windows --version 0.5.501-beta
                    
NuGet\Install-Package LiveScope.Avalonia.Windows -Version 0.5.501-beta
                    
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="LiveScope.Avalonia.Windows" Version="0.5.501-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LiveScope.Avalonia.Windows" Version="0.5.501-beta" />
                    
Directory.Packages.props
<PackageReference Include="LiveScope.Avalonia.Windows" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LiveScope.Avalonia.Windows --version 0.5.501-beta
                    
#r "nuget: LiveScope.Avalonia.Windows, 0.5.501-beta"
                    
#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.
#:package LiveScope.Avalonia.Windows@0.5.501-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LiveScope.Avalonia.Windows&version=0.5.501-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=LiveScope.Avalonia.Windows&version=0.5.501-beta&prerelease
                    
Install as a Cake Tool

LiveScope

Nuget

Real-time charting library for .NET applications. High performance, easy to use. Supports Windows, Android, & MacOS.

See https://www.livescope.net/ for more information.

Examples

Check out the LiveScope.Examples repository to get up-and-running with LiveScope in minutes.

Documentation

Full API reference and other valuable information is available at livescope.docs.io

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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on LiveScope.Avalonia.Windows:

Package Downloads
LiveScope

LiveScope is a real-time charting component for .NET. See https://www.livescope.net/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.501-beta 120 6/3/2025
0.5.400-beta 132 5/1/2025
0.5.335-beta 131 4/21/2025
0.4.4-alpha10 104 9/16/2024

* Added `FileDataSink` for streaming data to disk
* Cursor values now display properly while acquiring data
* Fixes display of y-axis labels when in "Stacked" series modespec
* Fixes inclusion of missing XML files for intellisense