CCSWE.nanoFramework.Core 1.1.135

dotnet add package CCSWE.nanoFramework.Core --version 1.1.135
                    
NuGet\Install-Package CCSWE.nanoFramework.Core -Version 1.1.135
                    
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.135" />
                    
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.135" />
                    
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.135
                    
#r "nuget: CCSWE.nanoFramework.Core, 1.1.135"
                    
#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.135
                    
#: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.135
                    
Install as a Cake Addin
#tool nuget:?package=CCSWE.nanoFramework.Core&version=1.1.135
                    
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.135 129 6/1/2026
1.1.134 124 6/1/2026
1.1.133 123 6/1/2026
1.1.130 127 5/31/2026
1.1.129 130 4/23/2026
1.1.128 112 4/23/2026
1.1.127 129 4/15/2026
1.1.124 117 4/15/2026
1.1.123 120 4/14/2026
1.1.122 118 4/13/2026
1.1.117 377 4/13/2026
1.1.114 398 4/10/2026
1.1.113 384 4/10/2026
1.1.112 397 4/9/2026
1.1.104 383 4/8/2026
1.1.103 387 4/8/2026
1.1.101 387 4/7/2026
1.1.100 381 4/7/2026
1.1.99 381 4/7/2026
1.1.97 417 4/2/2026
Loading failed