![]() |
VOOZH | about |
dotnet add package Sardine.Core.Views.WPF --version 1.1.12
NuGet\Install-Package Sardine.Core.Views.WPF -Version 1.1.12
<PackageReference Include="Sardine.Core.Views.WPF" Version="1.1.12" />
<PackageVersion Include="Sardine.Core.Views.WPF" Version="1.1.12" />Directory.Packages.props
<PackageReference Include="Sardine.Core.Views.WPF" />Project file
paket add Sardine.Core.Views.WPF --version 1.1.12
#r "nuget: Sardine.Core.Views.WPF, 1.1.12"
#:package Sardine.Core.Views.WPF@1.1.12
#addin nuget:?package=Sardine.Core.Views.WPF&version=1.1.12Install as a Cake Addin
#tool nuget:?package=Sardine.Core.Views.WPF&version=1.1.12Install as a Cake Tool
Addons to Sardine that enable the generation of WPF desktop applications from Sardine Fleets.
--- XAML
<sardine:SardineApplication
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sardine="clr-namespace:Sardine.Core.Views.WPF;assembly=Sardine.Core.Views.WPF"
xmlns:fleet="clr-namespace:ExampleFleet;assembly=ExampleFleet"
x:TypeArguments="fleet:MySystem"
x:Class="ExampleApplication.App"
/>
--- Code behind
using Sardine.Core.Views.WPF;
namespace ExampleApplication;
// Have the entrypoint derive from SardineApplication
public partial class App : SardineApplication<MySystem> { }
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 net8.0-windows7.0 is compatible. net9.0-windows net9.0-windows was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.1.12 | 274 | 2/12/2025 |