Platform.NET 1.1.0.197

dotnet add package Platform.NET --version 1.1.0.197
                    
NuGet\Install-Package Platform.NET -Version 1.1.0.197
                    
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="Platform.NET" Version="1.1.0.197" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Platform.NET" Version="1.1.0.197" />
                    
Directory.Packages.props
<PackageReference Include="Platform.NET" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Platform.NET --version 1.1.0.197
                    
#r "nuget: Platform.NET, 1.1.0.197"
                    
#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.
#:package Platform.NET@1.1.0.197
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Platform.NET&version=1.1.0.197
                    
Install as a Cake Addin
#tool nuget:?package=Platform.NET&version=1.1.0.197
                    
Install as a Cake Tool

Platform.NET

A cross-platform library of useful classes and extensions for C# and .NET.

This library was initially developed between 2003-2008. It has been updated to use modern C# syntax and released as open source under the BSD license. It is the foundation of my other C# projects including the projects located at the GitHub [Platform.NET](https://github.com/platformdotnet) organisation.

Some notable classes provided are: TimedReferenceDictionary, ExpressionVisitor, NetworkTimeClient, NotifyingWeakReference, TimedReference, ReferenceQueue, ITask, IMeter, InteractiveCryptoStream, TextConversion, InvocationQueue, XmlSerializer, BoundedFifoBuffer, CircularFifoBuffer

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  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.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Platform.NET:

Repository Stars
tumtumtum/Shaolinq
ORM for .NET with full LINQ support for Postgres, Sqlite, MySql and SqlServer
Version Downloads Last Updated
1.1.0.197 501 2/24/2015
1.1.0.196 137 1/31/2015
1.1.0.189 476 11/16/2014
1.1.0.188 266 11/16/2014
1.1.0.186 377 11/15/2014
1.1.0.185 477 11/15/2014
1.1.0.183 184 11/15/2014
1.1.0.178 285 11/15/2014
1.1.0.177 445 11/15/2014
1.1.0.175 293 11/15/2014
1.0.0.154 942 11/7/2014
1.0.0.149 113 10/30/2014
1.0.0.147 157 10/18/2014
1.0.0.146 146 10/9/2014
1.0.0.143 99 10/7/2014
1.0.0.142 105 9/25/2014
1.0.0.141 144 9/16/2014
1.0.0.139 102 9/15/2014
1.0.0.138 92 9/15/2014
1.0.0.136 125 9/11/2014
Loading failed

- ExpressionVisitor.VisitNew now returns Expression rather than NewExpression
- Enhanced ExpressionVisitor features
- Massive refactor
- New dependency on .NET 4.0
- Removed legacy code that's no longer required for .NET 4.0