NETStandard.WindowsCE 1.0.0-alpha002

This is a prerelease version of NETStandard.WindowsCE.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NETStandard.WindowsCE --version 1.0.0-alpha002
                    
NuGet\Install-Package NETStandard.WindowsCE -Version 1.0.0-alpha002
                    
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="NETStandard.WindowsCE" Version="1.0.0-alpha002" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NETStandard.WindowsCE" Version="1.0.0-alpha002" />
                    
Directory.Packages.props
<PackageReference Include="NETStandard.WindowsCE" />
                    
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 NETStandard.WindowsCE --version 1.0.0-alpha002
                    
#r "nuget: NETStandard.WindowsCE, 1.0.0-alpha002"
                    
#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.
#addin nuget:?package=NETStandard.WindowsCE&version=1.0.0-alpha002&prerelease
                    
Install NETStandard.WindowsCE as a Cake Addin
#tool nuget:?package=NETStandard.WindowsCE&version=1.0.0-alpha002&prerelease
                    
Install NETStandard.WindowsCE as a Cake Tool

A set of standard .NET APIs that are prescribed to be used and supported together. This includes most of the APIs in the NETStandard.Platform package built on top of WindowsCE platform.
     Mimics the package NETStandard.Library.

Product Compatible and additional computed target framework versions.
.NET Framework net35-cf 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 (7)

Showing the top 5 NuGet packages that depend on NETStandard.WindowsCE:

Package Downloads
Hprose.RPC

Hprose is a popular high-performance RPC library for .NET

Hprose.IO

Hprose is a popular high-performance serialization library for .NET

Hprose.RPC.Plugins

Hprose is a popular high-performance RPC library for .NET

Hprose.RPC.Codec.JSONRPC

Hprose is a popular high-performance RPC library for .NET

WindowsCE.Collections.Immutable

This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NETStandard.WindowsCE:

Repository Stars
hprose/hprose-dotnet
Hprose 3.0 for .NET
Version Downloads Last updated
1.8.1 39,705 3/8/2020
1.8.0 673 12/4/2019
1.7.1 1,180 10/29/2019
1.7.0 641 10/14/2019
1.6.0 51,069 12/7/2018
1.5.0 1,099 8/1/2018
1.4.0 1,308 6/14/2018
1.3.1 1,282 4/13/2018
1.3.0 1,093 4/10/2018
1.2.0 1,266 3/5/2018
1.1.0 1,249 1/7/2018
1.0.0 1,123 12/3/2017
1.0.0-alpha010 1,039 11/5/2017
1.0.0-alpha009 1,061 10/4/2017
1.0.0-alpha008 1,479 9/24/2017
1.0.0-alpha007 1,098 9/10/2017
1.0.0-alpha006 1,084 9/2/2017
1.0.0-alpha005 1,059 8/22/2017
1.0.0-alpha004 1,166 8/18/2017
1.0.0-alpha003 1,052 8/17/2017
1.0.0-alpha002 1,024 8/15/2017
1.0.0-alpha001 853 8/14/2017

Fixes for CancellationToken(Source)