Zyan.SafeDeserializationHelpers 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Zyan.SafeDeserializationHelpers --version 0.2.0
NuGet\Install-Package Zyan.SafeDeserializationHelpers -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="Zyan.SafeDeserializationHelpers" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Zyan.SafeDeserializationHelpers --version 0.2.0
#r "nuget: Zyan.SafeDeserializationHelpers, 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.
// Install Zyan.SafeDeserializationHelpers as a Cake Addin
#addin nuget:?package=Zyan.SafeDeserializationHelpers&version=0.2.0

// Install Zyan.SafeDeserializationHelpers as a Cake Tool
#tool nuget:?package=Zyan.SafeDeserializationHelpers&version=0.2.0

Safe deserialization helper library to fix known BinaryFormatter vulnerabilities.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (2)

Showing the top 2 NuGet packages that depend on Zyan.SafeDeserializationHelpers:

Package Downloads
Zyan

Zyan is a framework that simplifies development of distributed applications for desktop and mobile platforms. With Zyan you can publish any .NET class for remote access over the network. Zyan is highly customizable and provides you with tools to build modular and plugable distributed applications.

GenuineChannels

Genuine Channels is a high-end transport environment accessible through .NET Remoting and Direct eXchange Manager (DXM) API. Besides offering steady connections in any environment thanks to configurable reconnect feature, Genuine Channels support communication with clients located behind firewalls, NAT and proxy servers (including those requiring authorization). Data encryption managed by security sessions and data compression without installing sinks provide for both easier coding and fast and secure client-server communication.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.1 36,103 12/15/2019
0.5.0 13,313 5/4/2018
0.4.0 885 5/3/2018
0.3.0 3,056 4/30/2018
0.2.0 1,044 4/28/2018
0.1.0 894 4/27/2018

Updated TypeFilterLevel to match the .NET defaults.