Tungsten.WPF 4.6.7.10

dotnet add package Tungsten.WPF --version 4.6.7.10                
NuGet\Install-Package Tungsten.WPF -Version 4.6.7.10                
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="Tungsten.WPF" Version="4.6.7.10" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tungsten.WPF --version 4.6.7.10                
#r "nuget: Tungsten.WPF, 4.6.7.10"                
#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 Tungsten.WPF as a Cake Addin
#addin nuget:?package=Tungsten.WPF&version=4.6.7.10

// Install Tungsten.WPF as a Cake Tool
#tool nuget:?package=Tungsten.WPF&version=4.6.7.10                

Notes:

  • 2/11/25 - Updated package descriptions. Added Tungsten.WPF.
  • 2/3/25 - Added FileInformation constructor overload with a SpecialFolder
  • 2/3/25 - Added W.PropertyExtensions.CopyProperties()
  • 1/19/25 - fixed a reference bug in Tungsten.Data.Core and Tungsten.Data
  • 1/15/25 - Moved Reliable functionality into Tungsten. Added FileInformation to Tungsten. Deprecated Tungsten.Reliable and Tungsten.Property.
  • 12/21/24 - Breaking release. Many bug fixes. Merged some packages into Tungsten (As, From, SolitaryApplication).
  • 3/30/2021 - NuGet package for v3.0.6 has been published
  • 3/30/2021 - Small changes to W.Net.Tcp to expose connections and to W.Threading.Lockers.SpinLocker
  • 1/1/2020 - Initial checkin for v3.0.0
  • The first commit of Tungsten as a single package(version 3.0 of the Tungsten library)

Key features
Package Feature
Tungsten AsXXX extensions, Atomic, FileInformation, FromXXX extensions, NotifyPropertyChanged, Reliable, ReliableSlim, SolitaryApplication, RandomWordGenerator, Undoable
.ArrayExtensions Provides additional functionality for arrays (Peek, Take, Trim, Append, Insert)
.CallResult A class which can be used as a return value to specify success/fail, an exception if on occurred, and a result
.Data A database api. Utilizes LiteDB.
.Data.Core Provides core definitions for Tungsten.Data.
.Discovery Provides mechanism to for client/server discovery
.Encryption Provides several utility classes for RSA encryption and MD5 password hashes
.EventTemplate A class which makes exposing and raising an event somewhat easier
.Firewall Static methods to add and remove firewall rules
.Logging Provides basic support for logging. Handle the W.Logging.Log.LogTheMessage event to provide additional logging functionality.
.Management Provides basic BIOS and Motherboard information via System.Management.
.NanoId Copy of Nanoid (with no changes), as provided by codeyu
.Net Client and server for Tcp and Udp with Generics support and assymetric encryption (public key/private key encryption with no symmetric key; secure transmission, but does not prevent man-in-the-middle attacks)
.Reflection Additional reflection helpers.
.Serialize.Linq Copy of Serialize.Linq (with no changes) as provided by esskar
.Threading Provides a Thread.Sleep method and ThreadMethod which makes creating a background thread (long running task) easy
.Threading.Lockers Provides classes which support resource locking (MonitorLocker, ReaderWriterLocker, SemaphoreLocker and SpinLocker)
.WPF Some WPF base classes, controls and converters

Product Compatible and additional computed target framework versions.
.NET net5.0-windows7.0 is compatible.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible. 
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 is compatible.  net472 was computed.  net48 was computed.  net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

    • No dependencies.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.8.1

    • No dependencies.
  • net5.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.0-windows7.0

    • No dependencies.

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
4.6.7.10 40 2/11/2025

Some WPF base classes, controls and converters