KevInc.Avalonia.Timeline 0.1.3

dotnet add package KevInc.Avalonia.Timeline --version 0.1.3
                    
NuGet\Install-Package KevInc.Avalonia.Timeline -Version 0.1.3
                    
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="KevInc.Avalonia.Timeline" Version="0.1.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="KevInc.Avalonia.Timeline" Version="0.1.3" />
                    
Directory.Packages.props
<PackageReference Include="KevInc.Avalonia.Timeline" />
                    
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 KevInc.Avalonia.Timeline --version 0.1.3
                    
#r "nuget: KevInc.Avalonia.Timeline, 0.1.3"
                    
#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 KevInc.Avalonia.Timeline@0.1.3
                    
#: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=KevInc.Avalonia.Timeline&version=0.1.3
                    
Install as a Cake Addin
#tool nuget:?package=KevInc.Avalonia.Timeline&version=0.1.3
                    
Install as a Cake Tool

KevInc.Avalonia

KevInc.Avalonia provides reusable Avalonia UI building blocks for desktop applications: Mica window styling, MVVM base types, path drag-and-drop behavior, in-memory UI logging, dock styling, and timeline primitives.

Packages

Package Purpose
KevInc.Avalonia Shared Avalonia styles, Mica window chrome, view-location helpers, path drop behavior, UI logging, and base view model types.
KevInc.Avalonia.Dock Dock.Avalonia resources and styling for transparent/Mica-aware docked layouts.
KevInc.Avalonia.Timeline Timeline math, rendering helpers, resources, and small timeline model contracts.

Install

dotnet add package KevInc.Avalonia
dotnet add package KevInc.Avalonia.Dock
dotnet add package KevInc.Avalonia.Timeline

Avalonia Resource Usage

Include the resources your application needs:

<ResourceInclude Source="avares://KevInc.Avalonia/Resources/FlyoutResources.axaml" />
<StyleInclude Source="avares://KevInc.Avalonia/Styles/MicaFluentTheme.axaml" />
<StyleInclude Source="avares://KevInc.Avalonia/Styles/MicaWindowChrome.axaml" />

For docked applications:

<ResourceInclude Source="avares://KevInc.Avalonia.Dock/Resources/DockMicaResources.axaml" />
<StyleInclude Source="avares://KevInc.Avalonia.Dock/Styles/TransparentDockFluent.axaml" />

Convention View Location

ConventionViewLocator resolves SomeFeatureViewModel to SomeFeatureView. It checks the view model assembly first and then loaded assemblies, which supports applications that keep views and view models in separate assemblies.

<Application.DataTemplates>
  <kev:ConventionViewLocator />
</Application.DataTemplates>

Build And Test

./run.ps1

Create local NuGet packages:

./run.ps1 -Configuration Release -Pack

Packages are written to artifacts/packages.

Publishing

See PUBLISHING.md for the GitHub, NuGet API key, release tag, and post-publish smoke-test checklist.

Test Coverage

The test suite covers convention-based view resolution and cross-assembly lookup behavior.

Versioning

The repository uses Nerdbank.GitVersioning. Package versions come from version.json and Git metadata.

License

This repository is licensed under GPL-3.0-only unless a package explicitly states otherwise.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
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
0.1.3 97 5/11/2026
0.1.2 95 5/11/2026
0.1.1 91 5/10/2026