nanoFramework.CoreLibrary 1.17.11

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

Quality Gate Status Reliability Rating License NuGet #yourfirstpr Discord

nanoFramework logo


Welcome to the .NET nanoFramework Base Class Library repository

Build status

Component Build Status NuGet Package
Base Class Library Build Status NuGet
Base Class Library w/o reflection Build Status NuGet

BCL Flavours

The .NET nanoFramework Base Class Library is provided in two flavours: with or without support for System.Reflection namespace. The reason for this is that the reflection API adds up a significant size to the DLL and image size. For targets with smaller flash this can be prohibitive.

Unit Test

nanoFramework has a dedicated Unit Test framework. This repository has Unit Test and you will find all of them under the Tests folder. The main solution embed all all the tests as well. You can run them directly from Visual Studio and create new tests. For more information on the Unit Test Framework.

CoreLibrary has specific needs that differ from what you'll find in the documentation:

  • You need to have the nanoFramework.TestFramework as a NuGet package as it will bring the nanoCLR Win32 emulator
  • You need to remove the reference to mscorlib, nanoFramework.TestFramework and nanoFramework.UnitTestLauncher
  • Use project reference instead for all those 3 elements

You can then run the test either on a real device, either in the emulator as described in the documentation. You may have to manually flash your device for the mscorlib version to match the one you are building on.

Important: Any new code checked in this repository will have to:

  • have a proper test covering for all the methods, properties, events and the possible exceptions,
  • do not break more of the the existing tests meaning, in other words, it should not create more issues than already existing.

Test structure and project reference

All the projects are referenced based and to be able to run the tests in the pipeline, in command line and in Visual Studio, it does require a specific structure:

  • The NFUnitTestAdapter project must be present and untouched. It does contains the core elements needed to have the nanoCLR Win32 application present.
  • You need to have a nano.runsettings file in each sub directory you want to run the tests on from Visual Studio
  • If you want to run the tests in command line you have to use the Developer Command Prompt for VS 2019 then you can use from the home cloned lib-CoreLibrary directory a command line like this one:
vstest.console.exe .\Tests\NFUnitTestBitConverter\bin\Release\NFUnitTest.dll  /Settings:.\Tests\NFUnitTestAdapater\nano.runsettings /TestAdapterPath:.\nanoFramework.TestFramework\source\TestAdapter\bin\Debug\net4.8 /Diag:.\log.txt /Logger:trx

Notes:

  • You have to build the TestAdapter from the source in this case. You can use the path to the NuGet as well, this will have the same effect.
  • you have full diagnostic enabled in this case.

Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.

Join our Discord community here.

Credits

The list of contributors to this project can be found at CONTRIBUTORS.

License

The nanoFramework Class Libraries are licensed under the MIT license.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behaviour in our community. For more information see the .NET Foundation Code of Conduct.

.NET Foundation

This project is supported by the .NET Foundation.

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

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

Package Downloads
nanoFramework.Runtime.Events

This package includes the nanoFramework.Runtime.Events assembly for nanoFramework C# projects. This package requires a target with nanoFramework.Runtime.Events v100.0.8.0 (checksum 0x0EAB00C9).

nanoFramework.System.Device.I2c

This package includes the System.Device.I2c assembly for nanoFramework C# projects. This package requires a target with System.Device.I2c v100.0.0.2 (checksum 0xFA806D33).

nanoFramework.System.Math

This package includes the nanoFramework.System.Math assembly for .NET nanoFramework C# projects. This package requires a target with System.Math v100.0.5.5 (checksum 0x9F9E2A7E).

nanoFramework.System.Device.Gpio

This package includes the System.Device.Gpio assembly for .NET nanoFramework C# projects. This package requires a target with System.Device.Gpio v100.1.0.6 (checksum 0x097E7BC5).

nanoFramework.System.Text

This package includes the System.Text assembly for nanoFramework C# projects. This package requires a target with System.Text v100.0.0.1 (checksum 0x8E6EB73D).

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on nanoFramework.CoreLibrary:

Repository Stars
dotnet/samples
Sample code referenced by the .NET documentation
angularsen/UnitsNet
Makes life working with units of measurement just a little bit better.
Azure/amqpnetlite
AMQP 1.0 .NET Library
nanoframework/Samples
🍬 Code samples from the nanoFramework team used in testing, proof of concepts and other explorational endeavours
nanoframework/nanoFramework.IoT.Device
📦 This repo includes .NET nanoFramework implementations for various sensors, chips, displays, hats and drivers
nanoframework/nanoFramework.M5Stack
:package: Board support package for M5Stack, M5StickC and M5StickCPlus for .NET nanoFramework
Version Downloads Last updated
1.17.11 10,025 4/2/2025
1.17.7 13,613 3/10/2025
1.17.1 21,313 2/25/2025
1.16.11 24,511 2/3/2025
1.16.1 11,417 1/30/2025
1.15.5 205,082 11/9/2023
1.14.2 310,638 12/22/2022
1.14.1 2,561 12/22/2022
1.12.0 1,158,681 3/30/2022
1.12.0-preview.19 1,542 3/17/2022
1.12.0-preview.18 1,379 3/14/2022
1.12.0-preview.9 2,711 2/17/2022
1.12.0-preview.5 3,456 1/28/2022
1.12.0-preview.1 1,190 1/20/2022
1.11.7 56,812 12/2/2021
1.11.7-preview.14 196 1/20/2022
1.11.6 583 12/2/2021
1.11.6-preview.2 796 11/30/2021
1.10.5 77,927 7/13/2021
1.10.5-preview.18 2,643 6/19/2021
1.10.5-preview.13 1,409 6/7/2021
1.10.5-preview.10 1,338 6/3/2021
1.10.5-preview.4 995 5/31/2021
1.10.4-preview.11 4,724 5/19/2021
1.10.4-preview.6 263 5/19/2021
1.10.4-preview.4 729 5/13/2021
1.10.3-preview.20 1,028 5/4/2021
1.10.3-preview.7 3,445 3/21/2021
1.10.1-preview.11 1,995 3/2/2021
1.10.1-preview.9 3,892 1/6/2021
1.10.1-preview.7 1,327 12/29/2020
1.10.1-preview.6 418 12/28/2020
1.10.0-preview.4 1,684 12/7/2020
1.9.1-preview.6 3,262 10/20/2020
1.9.1-preview.4 436 10/20/2020
1.9.0-preview.11 311 10/20/2020
1.9.0-preview.5 2,219 9/30/2020
1.8.0-preview.11 378 9/30/2020
1.7.3 25,788 6/11/2020
1.7.3-preview.4 777 5/29/2020
1.7.2-preview.7 665 5/8/2020
1.7.2-preview.6 447 5/8/2020
1.7.2-preview.5 531 4/27/2020
1.7.2-preview.4 1,167 4/16/2020
1.7.1-preview.4 535 4/14/2020
1.7.0-preview.12 738 3/10/2020
1.7.0-preview.11 373 3/9/2020
1.7.0-preview.10 319 3/9/2020
1.7.0-preview.8 328 3/9/2020
1.7.0-preview.4 323 3/9/2020
1.7.0-preview.3 335 3/9/2020
1.7.0-preview.2 432 3/9/2020
1.7.0-preview.1 417 3/9/2020
1.6.0-preview.1 1,682 11/14/2019
1.5.1-preview.1 1,203 11/7/2019
1.5.0-preview.1 663 11/4/2019
1.4.1-preview.1 495 10/23/2019
1.4.0-preview.3 518 10/18/2019
1.3.0 9,532 10/16/2019
1.2.7 2,977 10/16/2019
1.2.6 7,409 10/15/2019
1.2.6-preview.16 1,118 7/17/2019
1.2.6-preview.14 363 7/17/2019
1.2.6-preview.12 333 7/17/2019
1.2.6-preview.10 533 7/11/2019
1.2.6-preview.7 804 6/23/2019
1.2.6-preview.1 620 6/20/2019
1.2.5-preview.1 799 6/12/2019
1.2.4-preview.1 508 6/12/2019
1.2.2-preview.20 476 6/11/2019
1.2.2-preview.5 415 6/12/2019
1.2.1-preview-013 1,171 6/11/2019
1.2.1-preview-001 6,516 4/26/2019
1.2.0 1,018 4/23/2019
1.1.2 913 4/23/2019
1.1.1 21,479 1/21/2019
1.1.0 13,215 12/14/2018
1.0.80 514 3/5/2021
1.0.67 479 3/3/2021
1.0.6-preview-027 673 12/14/2018
1.0.6-preview-021 4,009 12/5/2018
1.0.6-preview-010 4,520 11/19/2018
1.0.6-preview-001 3,932 11/7/2018
1.0.4 7,678 10/17/2018
1.0.1-preview127 3,042 10/9/2018
1.0.0-preview073 4,392 9/12/2018
1.0.0-preview062 3,857 8/7/2018
1.0.0-preview060 2,556 8/3/2018
1.0.0-preview054 3,169 6/16/2018
1.0.0-preview050 2,308 6/7/2018
1.0.0-preview049 2,387 5/28/2018
1.0.0-preview048 3,322 4/2/2018
1.0.0-preview043 3,251 1/3/2018
1.0.0-preview042 2,234 12/26/2017
1.0.0-preview038 2,302 12/6/2017
1.0.0-preview028 3,809 8/31/2017
1.0.0-preview027 2,467 8/30/2017
1.0.0-preview026 2,687 8/23/2017
1.0.0-preview025 1,829 8/23/2017
1.0.0-preview024 975 8/23/2017
1.0.0-preview023 1,708 8/18/2017
1.0.0-preview022 3,300 6/28/2017
1.0.0-preview021 959 6/28/2017
1.0.0-preview020 1,034 5/31/2017
1.0.0-preview019 1,030 5/31/2017
1.0.0-preview018 913 5/31/2017
1.0.0-preview016 1,151 5/13/2017
1.0.0-preview015 932 5/12/2017
1.0.0-preview014 981 5/9/2017
1.0.0-preview013 1,073 5/8/2017
1.0.0-preview012 1,012 5/5/2017
1.0.0-preview011 996 5/4/2017
1.0.0-preview010 955 5/4/2017