Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
85086ea
Update core library to add support for generics <T> (#242)
josesimoes Apr 18, 2025
2bb1d2d
Work CI-CD
josesimoes Apr 21, 2025
f9a9158
Work CI-CD
josesimoes Apr 21, 2025
e37e4b8
Work CI-CD
josesimoes Apr 21, 2025
488ab3b
Merge branch 'main' of https://github.com/nanoframework/CoreLibrary i…
josesimoes Apr 29, 2025
6303710
Work CI-CD
josesimoes Apr 30, 2025
7005c52
Fix and improvements in `String` class (#248)
josesimoes Sep 4, 2025
fa61139
Merge branch 'main' into develop
josesimoes Sep 9, 2025
ed90c8e
Add `Span<T>` and `ReadOnlySpan<T>` (#249)
josesimoes Sep 11, 2025
32a57c5
Add `ByRefLikeGenerics` to runtime features (#250)
josesimoes Sep 18, 2025
ab7909f
Remove exclusion of `DebuggerTypeProxyAttribute` (#251)
josesimoes Sep 18, 2025
e99e3aa
Add `IsReferenceOrContainsReferences` runtime helper (#252)
josesimoes Sep 24, 2025
03e6ddb
Work CD-CI
josesimoes Sep 24, 2025
412684a
Add collection related interfaces and classes (#253)
josesimoes Sep 24, 2025
3cf3175
Add IntelliSense comments to `Nullable` classes (#254)
josesimoes Sep 24, 2025
5d24cd3
Remove test struct with nested field ref
josesimoes Sep 24, 2025
d2b908e
Work CI-CD
josesimoes Sep 25, 2025
668efa7
Bump test framework sub-module @602d512
josesimoes Sep 27, 2025
7c0182d
Merge branch 'main' of https://github.com/nanoframework/CoreLibrary i…
josesimoes Nov 6, 2025
5b23ee9
Add `SZArrayHelper` and `Unsafe.As<T>` (#257)
josesimoes Nov 6, 2025
4738eed
Fixed null references and added == and != overloads in `Guid` (#247)
dcyonce Nov 24, 2025
51be470
Add benchmark tests for ToString
josesimoes Nov 24, 2025
ce5c6d8
Fix `Guid` constructor (#259)
josesimoes Nov 24, 2025
d92a1c1
Update test framework sub-module @9f6e02c
josesimoes Nov 27, 2025
903c2b2
Work CI-CD
josesimoes Nov 27, 2025
b0bf1e3
Work CI-CD
josesimoes Dec 4, 2025
2a79b7a
Work CI-CD
josesimoes Dec 5, 2025
7977eda
Add new constructors to `Span<T>` and `ReadOnlySpan<T>` (#260)
josesimoes Dec 5, 2025
6996df8
Moved `String.Format()` to native (#261)
josesimoes Dec 6, 2025
b3427e4
Improvements in `ReadOnlySpan<T>` and `Span<T>` (#262)
josesimoes Dec 12, 2025
f4163d3
Work CI-CD
josesimoes Jan 6, 2026
0d014fa
Add `MemoryExtensions` class (#263)
josesimoes Jan 6, 2026
ebb5481
Add interfaces for generic collections (#264)
josesimoes Jan 8, 2026
bfcba6a
Update test sub-module @2e5c15c
josesimoes Jan 14, 2026
6c93600
Add implicit operator to `Span<T>` to allow conversion from array (#265)
josesimoes Jan 14, 2026
50352eb
Work CI-CD
josesimoes Jan 14, 2026
7c5e825
Add .github/copilot-instructions.md for Copilot cloud agent onboardin…
Copilot Apr 8, 2026
46cf909
Merge branch 'main' into develop
josesimoes Apr 8, 2026
c326223
Merge branch 'main' of https://github.com/nanoframework/CoreLibrary i…
josesimoes Apr 16, 2026
2aa5d2a
Fix unit test for `String.Format()` (#269)
josesimoes Apr 23, 2026
1474d8c
Improvements in `String` class (#270)
josesimoes Apr 24, 2026
1d0f540
Fix file
josesimoes Apr 27, 2026
779da80
Rewrote `Guid.CompareTo` (#271)
josesimoes Apr 27, 2026
30df403
Fix `ReadOnlySpan<T>` operator == to use identity semantics (#272)
josesimoes Apr 27, 2026
17440c8
Add unit tests group to release notes config
josesimoes Apr 27, 2026
7a33d32
Update test framework sub-module @521b03b
josesimoes May 6, 2026
974d1db
Work CI-CD
josesimoes May 7, 2026
eac1915
Update test framework sub-module @6aa00b2
josesimoes May 7, 2026
9cba9c3
Update test framework sub-module @9d8b809
josesimoes May 7, 2026
6cf6098
Merge branch 'main' of https://github.com/nanoframework/CoreLibrary i…
josesimoes May 8, 2026
3dd272a
Merge branch 'main' of https://github.com/nanoframework/CoreLibrary i…
josesimoes May 11, 2026
9049bf0
Bump native assembly version to 100.22.0.5
nfbot May 25, 2026
2b76a68
Update test framework sub-module @ba8142e
josesimoes Jun 23, 2026
3f2f5c7
Update copilot instructions
josesimoes Jun 23, 2026
90505da
Update 4 NuGet dependencies (#274)
josesimoes Jun 23, 2026
96f7257
Add CLAUDE file
josesimoes Jul 23, 2026
d3a67ff
Add unit tests covering generic types (#275)
josesimoes Jul 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/.changelog-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
],
"exhaustive": true
},
{
"title": "## Unit Tests",
"labels": [
"Type: Unit Tests"
],
"exhaustive": true
},
{
"title": "## ⚠️ Breaking Changes",
"labels": [
Expand Down
267 changes: 138 additions & 129 deletions .github/copilot-instructions.md

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions .runsettings
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<!-- Configurations that affect the Test Framework -->
<RunConfiguration>
Expand All @@ -12,5 +12,6 @@
<Logging>Verbose</Logging>
<IsRealHardware>False</IsRealHardware>
<RunnerExtraArguments> --forcegc </RunnerExtraArguments>
<UsePreviewClr>True</UsePreviewClr>
</nanoFrameworkAdapter>
</RunSettings>
</RunSettings>
69 changes: 69 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

`.github/copilot-instructions.md` is the authoritative rulebook for this repo (build details, coding conventions, contribution rules). Read it whenever you need more than the summary below.

## What this repo is

The Base Class Library (BCL) for **.NET nanoFramework** — the `mscorlib` equivalent for embedded/MCU targets. This is **not** standard .NET: it targets `TargetFrameworkVersion v1.0` (the nanoFramework target), builds `.nfproj` projects, and pairs with a native C++ runtime.

Two output NuGet packages, both producing an assembly named `mscorlib`:
- `nanoFramework.CoreLibrary/` — full BCL including `System.Reflection`
- `nanoFramework.CoreLibrary.NoReflection/` — reflection excluded for smaller flash footprint (same sources, minus `System/Reflection/`)

When adding or removing files, decide whether the change also applies to the NoReflection variant and update its `.nfproj` accordingly. Reflection-only sources stay in the full project.

## Native-interop constraints (read before editing methods)

- Methods marked `[MethodImpl(MethodImplOptions.InternalCall)]` are **native stubs** — the implementation lives in the nanoFramework C++ interpreter. Never add a body. Changing signatures requires a coordinated change to the native runtime.
- Some methods intentionally `throw new NotSupportedException();` (usually no message) to satisfy an interface contract while omitting the feature to save flash. This is by design — do not "fix" them.
- Assembly size is a first-class concern. Avoid adding features that noticeably grow the binary; comment the rationale when omitting functionality.

## Build & test

Windows only. Requires Visual Studio 2022 with the nanoFramework VS extension (or MSBuild 17+ with `NFProjectSystem.CSharp.targets`). Linux CI cannot build this repo. CI is Azure Pipelines (`azure-pipelines.yml`), not GitHub Actions.

```powershell
nuget restore nanoFramework.CoreLibrary.sln
msbuild nanoFramework.CoreLibrary.sln /p:Configuration=Release /p:Platform="Any CPU"
```

Tests run on the **nanoCLR Win32 emulator** via `vstest.console.exe` — `dotnet test` will not work. Run a single suite from a Developer Command Prompt:

```powershell
vstest.console.exe .\Tests\NFUnitTestBitConverter\bin\Release\NFUnitTest.dll /Settings:.\.runsettings /TestAdapterPath:.\nanoFramework.TestFramework\source\TestAdapter\bin\Debug\net4.8
```

Runsettings:
- `.runsettings` — preview nanoCLR downloaded from NuGet (default)
- `local_clr.runsettings` — locally-built nanoCLR

Every test suite is its own `.nfproj` under `Tests/`. Tests reference `mscorlib`, `nanoFramework.TestFramework`, and `nanoFramework.UnitTestLauncher` **as project references** (via the `nanoFramework.TestFramework/` submodule), not as NuGet packages — this is mandatory because the CoreLibrary itself replaces `mscorlib`.

New API surface requires test coverage for methods, properties, events, and thrown exceptions.

## Repo layout landmarks

- `nanoFramework.CoreLibrary/System/` — all `System.*` sources, subfoldered by sub-namespace (`Collections/`, `Diagnostics/`, `Globalization/`, `IO/`, `Reflection/`, `Runtime/`, `Threading/`, …)
- `nanoFramework.CoreLibrary/Friends.cs` — `InternalsVisibleTo` declarations for test projects; add new ones here when they need access to internals
- `nanoFramework.CoreLibrary/key.snk` — strong-name key; do not replace or remove
- `nanoFramework.TestFramework/` — git submodule; test framework sources referenced by every test project
- `version.json` — Nerdbank.GitVersioning; do not hand-edit version numbers
- `.runsettings`, `local_clr.runsettings` — test runner configs (emulator, sequential execution, 20 min timeout)

## Coding conventions (highlights)

- File header on every `.cs`:
```csharp
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
```
- 4-space C# indent, CRLF, UTF-8 BOM, `using` outside namespace, System usings first, always braces.
- Private/internal fields `_camelCase`; private/internal statics `s_camelCase`; constants and public members PascalCase.
- Avoid `var` — use explicit types.
- C# language version: 13.0 for the main project; `default` for the NoReflection variant.

## Pipeline note

`RestoreLockedMode` is on in CI. If a package version genuinely needs to change, regenerate and commit the corresponding `packages.lock.json`; do not bypass the lock.
9 changes: 8 additions & 1 deletion Tests/NFUnitTestArithmetic/UnitTestFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,14 @@ public void StringFormat_01()
{
// catch an exception if the format string is null
string nullFormat = null;
Assert.ThrowsException(typeof(NullReferenceException), () => { string.Format(nullFormat, 12345.67); });
Assert.ThrowsException(typeof(ArgumentNullException), () => { string.Format(nullFormat, 12345.67); });
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}

[TestMethod]
public void StringFormat_NullArgs()
{
// passing a null params array should throw ArgumentNullException
Assert.ThrowsException(typeof(ArgumentNullException), () => { string.Format("{0}", (object[])null); });
}

[TestMethod]
Expand Down
1 change: 1 addition & 0 deletions Tests/NFUnitTestClasses/NFUnitTestClasses.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<Compile Include="UnitTestPropertiesTests.cs" />
<Compile Include="UnitTestHashCodeTests.cs" />
<Compile Include="UnitTestStaticTests.cs" />
<Compile Include="UnitTestGenericStaticTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\nanoFramework.CoreLibrary\CoreLibrary.nfproj" />
Expand Down
229 changes: 229 additions & 0 deletions Tests/NFUnitTestClasses/UnitTestGenericStaticTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

using System;
using nanoFramework.TestFramework;

namespace NFUnitTestClasses
{
[TestClass]
class UnitTestGenericStaticTests
{
[TestMethod]
public void Generic_StaticField_FirstTouch_Read()
{
// First interaction with this closed generic type is a static field read
// (CEE_LDSFLD), not a constructor call.
Assert.AreEqual(1, GenericWithStaticField<int>.InitCount);
}

[TestMethod]
public void Generic_StaticMethod_FirstTouch_Call()
{
// First interaction with this closed generic type is a static method
// call (CEE_CALL), not a constructor call.
Assert.IsTrue(GenericWithStaticMethod<long>.IsInitialized());
}

[TestMethod]
public void Generic_StaticField_NonGenericHolder()
{
BoxHolder.IntBox.Add(42);

Assert.AreEqual(1, BoxHolder.IntBox.Count);
Assert.AreEqual(42, BoxHolder.IntBox.Items[0]);

BoxHolder.StringBox.Add("hello");

Assert.AreEqual(1, BoxHolder.StringBox.Count);
Assert.AreEqual("hello", BoxHolder.StringBox.Items[0]);
}

[TestMethod]
public void Generic_StaticField_GenericHolder()
{
GenericBoxHolder<int>.Box.Add(99);

Assert.AreEqual(1, GenericBoxHolder<int>.Box.Count);
Assert.AreEqual(99, GenericBoxHolder<int>.Box.Items[0]);
}

[TestMethod]
public void Generic_StaticField_MultipleInstantiations()
{
Assert.AreEqual(1, GenericWithStaticField<byte>.InitCount);
Assert.AreEqual(1, GenericWithStaticField<string>.InitCount);
}

[TestMethod]
public void Generic_SingleParam_ValueType()
{
var container = new GenericContainer<int>(42);

Assert.AreEqual(42, container.GetValue());

container.SetValue(100);

Assert.AreEqual(100, container.GetValue());
}

[TestMethod]
public void Generic_SingleParam_ReferenceType()
{
var container = new GenericContainer<string>("hello");

Assert.AreEqual("hello", container.GetValue());
}

[TestMethod]
public void Generic_SingleParam_Convert()
{
var container = new GenericContainer<int>(21);

int doubled = container.Convert(v => v * 2);

Assert.AreEqual(42, doubled);
}

[TestMethod]
public void Generic_TwoParam_MixedTypes()
{
var pair = new GenericPair<int, string>(1, "one");

Assert.AreEqual(1, pair.First);
Assert.AreEqual("one", pair.Second);
}

[TestMethod]
public void Generic_TwoParam_SameType()
{
var pair = new GenericPair<int, int>(10, 20);

Assert.AreEqual(10, pair.First);
Assert.AreEqual(20, pair.Second);
}

[TestMethod]
public void Generic_GenericMethod_Resolution()
{
int a = 1;
int b = 2;
Swap(ref a, ref b);

Assert.AreEqual(2, a);
Assert.AreEqual(1, b);

string s1 = "A";
string s2 = "B";
Swap(ref s1, ref s2);

Assert.AreEqual("B", s1);
Assert.AreEqual("A", s2);
}

[TestMethod]
public void Generic_MultipleInstantiations_SameMethod()
{
var intContainer = new GenericContainer<int>(1);
var stringContainer = new GenericContainer<string>("one");
var pair = new GenericPair<bool, int>(true, 2);

Assert.AreEqual(1, intContainer.GetValue());
Assert.AreEqual("one", stringContainer.GetValue());
Assert.IsTrue(pair.First);
Assert.AreEqual(2, pair.Second);
}

private static void Swap<T>(ref T a, ref T b)
{
T temp = a;
a = b;
b = temp;
}

internal class GenericWithStaticField<T>
{
internal static T DefaultValue = default(T);
internal static int InitCount = 0;

static GenericWithStaticField()
{
InitCount = 1;
}
}

internal class GenericWithStaticMethod<T>
{
private static bool _initialized = false;

static GenericWithStaticMethod()
{
_initialized = true;
}

internal static bool IsInitialized()
{
return _initialized;
}
}

internal class GenericStaticFieldBox<T>
{
internal T[] Items;
internal int Count;

internal GenericStaticFieldBox()
{
Items = new T[4];
Count = 0;
}

internal void Add(T item)
{
Items[Count++] = item;
}
}

internal static class BoxHolder
{
internal static readonly GenericStaticFieldBox<int> IntBox = new GenericStaticFieldBox<int>();
internal static readonly GenericStaticFieldBox<string> StringBox = new GenericStaticFieldBox<string>();
}

internal static class GenericBoxHolder<T>
{
internal static readonly GenericStaticFieldBox<T> Box = new GenericStaticFieldBox<T>();
}

internal class GenericContainer<T>
{
private T _value;

internal GenericContainer(T value)
{
_value = value;
}

internal T GetValue() => _value;

internal void SetValue(T value) => _value = value;

internal TResult Convert<TResult>(Func<T, TResult> converter)
{
return converter(_value);
}
}

internal class GenericPair<TFirst, TSecond>
{
internal TFirst First;
internal TSecond Second;

internal GenericPair(TFirst first, TSecond second)
{
First = first;
Second = second;
}
}
}
}
Loading