LeXtudio.DevFlow.Agent.LibreWpf
0.2.0
Prefix Reserved
dotnet add package LeXtudio.DevFlow.Agent.LibreWpf --version 0.2.0
NuGet\Install-Package LeXtudio.DevFlow.Agent.LibreWpf -Version 0.2.0
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="LeXtudio.DevFlow.Agent.LibreWpf" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LeXtudio.DevFlow.Agent.LibreWpf" Version="0.2.0" />
<PackageReference Include="LeXtudio.DevFlow.Agent.LibreWpf" />
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 LeXtudio.DevFlow.Agent.LibreWpf --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LeXtudio.DevFlow.Agent.LibreWpf, 0.2.0"
#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 LeXtudio.DevFlow.Agent.LibreWpf@0.2.0
#: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=LeXtudio.DevFlow.Agent.LibreWpf&version=0.2.0
#tool nuget:?package=LeXtudio.DevFlow.Agent.LibreWpf&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LeXtudio.DevFlow.Agent.LibreWpf
LibreWPF-specific DevFlow runtime package for instrumenting LibreWPF applications.
This package builds on LeXtudio.DevFlow.Agent.Core and shares source files with LeXtudio.DevFlow.Agent.Wpf, adding LibreWPF-specific rendering, input, and diagnostic support.
Install
dotnet add package LeXtudio.DevFlow.Agent.LibreWpf
Usage
using LeXtudio.DevFlow.Agent.Wpf;
public partial class App : Application
{
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
this.AddWpfDevFlowAgent();
}
}
Menu and popup diagnostics
The LibreWPF agent exposes a wpf.menu-popup-diagnostics invoke action for diagnosing popup placement, DPI conversion, monitor selection, mouse hit-testing, and LibreWPF menu logs from a running application.
Related Packages
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0-windows7.0 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0-windows7.0
- LeXtudio.DevFlow.Agent.Core (>= 0.2.0)
- LibreWPF.Interop (>= 0.1.0-preview.14)
- LibreWPF.ProGPU (>= 0.1.0-preview.14)
- LibreWPF.Transport (>= 0.1.0-preview.14)
- OpenFontSharp (>= 1.0.0)
- ProGPU.Backend (>= 0.1.0-preview.14)
- ProGPU.Compute (>= 0.1.0-preview.14)
- ProGPU.DirectX (>= 0.1.0-preview.14)
- ProGPU.Scene (>= 0.1.0-preview.14)
- ProGPU.Text (>= 0.1.0-preview.14)
- ProGPU.Transpiler (>= 0.1.0-preview.14)
- ProGPU.Vector (>= 0.1.0-preview.14)
- Silk.NET.Input (>= 2.23.0)
- Silk.NET.WebGPU (>= 2.23.0)
- Silk.NET.WebGPU.Native.WGPU (>= 2.23.0)
- Silk.NET.Windowing (>= 2.23.0)
- StbImageSharp (>= 2.30.15)
- System.Configuration.ConfigurationManager (>= 10.0.9)
- System.Formats.Nrbf (>= 10.0.9)
- System.IO.Packaging (>= 10.0.9)
- System.Security.Cryptography.Xml (>= 10.0.9)
- System.Security.Permissions (>= 10.0.9)
- System.Windows.Extensions (>= 10.0.9)
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 | 34 | 7/15/2026 |