Sardine.Core.Views.WPF
1.1.12
dotnet add package Sardine.Core.Views.WPF --version 1.1.12
NuGet\Install-Package Sardine.Core.Views.WPF -Version 1.1.12
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="Sardine.Core.Views.WPF" Version="1.1.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sardine.Core.Views.WPF --version 1.1.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sardine.Core.Views.WPF, 1.1.12"
#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 Sardine.Core.Views.WPF as a Cake Addin #addin nuget:?package=Sardine.Core.Views.WPF&version=1.1.12 // Install Sardine.Core.Views.WPF as a Cake Tool #tool nuget:?package=Sardine.Core.Views.WPF&version=1.1.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Sardine
Addons to Sardine that enable the generation of WPF desktop applications from Sardine Fleets.
Quick Start
Creating an application
--- 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 is compatible. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0-windows7.0
- AutomaticGraphLayout.WpfGraphControl (>= 1.1.12)
- Sardine.Core (>= 1.1.8)
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 |
---|---|---|
1.1.12 | 59 | 2/12/2025 |