WindowsBase 4.6.1055

Additional Details

The package is UNlicensed redistribution of Microsoft WPF assembly WindowsBase.dll. You should NOT use the package. Reference official WPF assemblies directly instead.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package WindowsBase --version 4.6.1055
NuGet\Install-Package WindowsBase -Version 4.6.1055
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="WindowsBase" Version="4.6.1055" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsBase --version 4.6.1055
#r "nuget: WindowsBase, 4.6.1055"
#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 WindowsBase as a Cake Addin
#addin nuget:?package=WindowsBase&version=4.6.1055

// Install WindowsBase as a Cake Tool
#tool nuget:?package=WindowsBase&version=4.6.1055

WindowsBase is unlicensed redistribution of Microsoft WPF assembly WindowsBase.dll.

You should NOT use the package. Reference official WPF assemblies directly instead.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on WindowsBase:

Package Downloads
WpfAppBar

Utilities for creating a Windows AppBar with WPF

Genexcel

Wrapper for creating xlsx files with DocumentFormat.OpenXml

Cblx.Infra.OpenXml

Wrapper for creating xlsx files with DocumentFormat.OpenXml usage: var excel = new Document(); //Get the first sheet var sheet1 = excel.GetSheets().First() //Change sheet name sheet1.Name = "My first sheet"; //Write some data sheet1.WriteToCell(1, 1, "Test 1"); //Create another sheet var sheet2 = excel.AddSheet(new Sheet("My second sheet")); //Write some data sheet2.WriteToCell(1, 1, "Test 2"); //Save to file, or stream... excel.Save("myFile.xlsx");

SMP.UIAuthomation.Encompass

UI Automation For Encompass

Plugin.Xamarin.Tools

Set of several tools and dependency services for xamarin

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on WindowsBase:

Repository Stars
dotnet/reactive
The Reactive Extensions for .NET
Warewolf-ESB/Warewolf
Effortless Microservice Design and Integration. This repository includes the code-base for the Warewolf Studio and Server.
DeadlyCrush/DeadlyTrade
DeadlyTrade for Path Of Exile - (Overhaul Version) Trade Notification, Functional Overlay, Flask&Skill Timer, Map&Region Information, Real-Time Ninja Currency, Act Helper when Leveling and other useful functions.
lulianqi/FreeHttp
a fiddler addin for modific http requset and response
PhilipRieck/WpfAppBar
WPF AppBar helper
Version Downloads Last updated