CCSWE.nanoFramework.Core 1.1.139

dotnet add package CCSWE.nanoFramework.Core --version 1.1.139
                    
NuGet\Install-Package CCSWE.nanoFramework.Core -Version 1.1.139
                    
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="CCSWE.nanoFramework.Core" Version="1.1.139" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CCSWE.nanoFramework.Core" Version="1.1.139" />
                    
Directory.Packages.props
<PackageReference Include="CCSWE.nanoFramework.Core" />
                    
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 CCSWE.nanoFramework.Core --version 1.1.139
                    
#r "nuget: CCSWE.nanoFramework.Core, 1.1.139"
                    
#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 CCSWE.nanoFramework.Core@1.1.139
                    
#: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=CCSWE.nanoFramework.Core&version=1.1.139
                    
Install as a Cake Addin
#tool nuget:?package=CCSWE.nanoFramework.Core&version=1.1.139
                    
Install as a Cake Tool

Build License NuGet

CCSWE.nanoFramework.Core

Shared utility classes used across the CCSWE.nanoFramework libraries.

API

Ensure / ThrowHelper

Argument validation helpers for use at public API boundaries:

  • Ensure.IsNotNull(paramName, value) — throws ArgumentNullException if value is null
  • Ensure.IsNotNullOrEmpty(paramName, value) — throws if the string is null or empty
  • ThrowHelper — centralized exception throwing to keep call sites small

StringExtensions

Extension methods on string:

  • Equals(string value, bool ignoreCase) — case-insensitive equality comparison
  • Truncate(int maxLength) — truncates to maxLength characters, appending if truncated

Strings

Static helpers for string operations:

  • Strings.EqualsIgnoreCase(string a, string b) — null-safe case-insensitive comparison

Arrays

Extension methods on Array:

  • ToArray(Array source, Type type) — copies elements into a new typed array

Reflection Extensions

  • MethodInfoExtensions — helpers for working with MethodInfo
  • TypeExtensions — helpers for working with Type
Product Compatible and additional computed target framework versions.
.NETnanoFramework netnano1.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on CCSWE.nanoFramework.Core:

Package Downloads
CCSWE.nanoFramework.Collections.Concurrent

Simple thread-safe collections.

CCSWE.nanoFramework.Threading

A collection of utilities to simplify thread usage.

CCSWE.nanoFramework.Mediator

A simple asynchronous mediator implementation for nanoFramework.

CCSWE.nanoFramework.WebServer

A simple asynchronous web server implementation for .NET nanoFramework that tries to mimic the ASP.NET Core implementation.

CCSWE.nanoFramework.Hosting

Hosting and startup infrastructures for applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.139 46 6/24/2026
1.1.138 89 6/24/2026
1.1.137 95 6/24/2026
1.1.136 115 6/23/2026
1.1.135 140 6/1/2026
1.1.134 130 6/1/2026
1.1.133 128 6/1/2026
1.1.130 131 5/31/2026
1.1.129 136 4/23/2026
1.1.128 117 4/23/2026
1.1.127 134 4/15/2026
1.1.124 122 4/15/2026
1.1.123 126 4/14/2026
1.1.122 123 4/13/2026
1.1.117 382 4/13/2026
1.1.114 403 4/10/2026
1.1.113 389 4/10/2026
1.1.112 403 4/9/2026
1.1.104 398 4/8/2026
1.1.103 394 4/8/2026
Loading failed