Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nanoframework/CoreLibrary

:package: nanoFramework Base Class Library
https://github.com/nanoframework/CoreLibrary

Add `String.Concat` tests

josesimoes opened this pull request 3 months ago
Fixed order of parameters in several Unit Tests

josesimoes opened this pull request 4 months ago
Enable destructor and finalizer tests

josesimoes opened this pull request 4 months ago
Add AggressiveInlining and other missing options

CoryCharlton opened this pull request 6 months ago
Rework Unit Tests and Test Framework

CoryCharlton opened this pull request 8 months ago
Add unit test for hash code of class objects

josesimoes opened this pull request about 1 year ago
Adding some unit tests for `string`

CoryCharlton opened this pull request about 1 year ago
Fix GC Unit Tests project

josesimoes opened this pull request about 1 year ago
Add Unit Tests for GC and strings

josesimoes opened this pull request about 1 year ago
Switching MathInternal.Min/Max to managed implementations

CoryCharlton opened this pull request about 1 year ago
Adding nanoFramework.Graphics and nanoFramework.Graphics.Core to friends

CoryCharlton opened this pull request about 1 year ago
Add Unit Tests for GC

josesimoes opened this pull request over 1 year ago
Add unit tests to cover typeof

josesimoes opened this pull request over 1 year ago
Fixing several unit tests

josesimoes opened this pull request over 1 year ago
Add tests for E format specifier

josesimoes opened this pull request over 1 year ago
Update Test framework

josesimoes opened this pull request over 1 year ago
Fixed typo in ToUint32 and ToUint64 description

cbagpipe opened this pull request about 2 years ago
Work to support serialization with full .NET

josesimoes opened this pull request about 2 years ago
Use VSbuild task in CI

networkfusion opened this pull request about 2 years ago
Migrate unit test asserts

josesimoes opened this pull request about 2 years ago
Update nbgv to 3.5.119

josesimoes opened this pull request about 2 years ago
Fix project package lock

networkfusion opened this pull request about 2 years ago
Update test framework

josesimoes opened this pull request about 2 years ago
Improvements in Intellisense comments for Convert methods

rkalwak opened this pull request about 2 years ago
Improvements in comments for `Convert`

josesimoes opened this pull request about 2 years ago
Update target framework project files

josesimoes opened this pull request over 2 years ago
Improvements in ArrayList

josesimoes opened this pull request over 2 years ago
Update Test Framework

josesimoes opened this pull request over 2 years ago
Add Unit Test for Equals with structs

josesimoes opened this pull request over 2 years ago
Update Unit Tests

josesimoes opened this pull request over 2 years ago
Update to latest test framework

torbacz opened this pull request over 2 years ago
Migrate Unit Tests to use DataRow

josesimoes opened this pull request over 2 years ago
Add Debug.WriteLine (empty)

josesimoes opened this pull request over 2 years ago
fixes the building issue in metadata-processor

KasperJSdeVries opened this pull request over 2 years ago
release-v1.12.0

nfbot opened this pull request almost 3 years ago
Fix SpanByte for edge cases

Ellerbach opened this pull request almost 3 years ago
Fix Thread.cs comment

networkfusion opened this pull request almost 3 years ago
Fix RuntimeFeature.cs comment

networkfusion opened this pull request almost 3 years ago
Fix Single.cs comment

networkfusion opened this pull request almost 3 years ago
Rework SpanByte

networkfusion opened this pull request almost 3 years ago
Add support for multi parameter constructors in attributes

josesimoes opened this pull request almost 3 years ago
Add unit tests for Equal and GetHashCode

josesimoes opened this pull request almost 3 years ago
Remove Stream class

josesimoes opened this pull request almost 3 years ago
Add PlatformNotSupportedException exception

josesimoes opened this pull request almost 3 years ago
Improvements in Reflection

josesimoes opened this pull request almost 3 years ago
Fix float TryParse

mboud opened this pull request about 3 years ago
Fix Unit Tests for Parse

josesimoes opened this pull request about 3 years ago
Fix Parse Unit Tests

josesimoes opened this pull request about 3 years ago
Add DateTime.Parse, TryParse and Convert.ToDateTime

josesimoes opened this pull request about 3 years ago
Add TryParse

josesimoes opened this pull request about 3 years ago
Fix DateTime test

josesimoes opened this pull request about 3 years ago
Add Unit Tests for Object and Equals

josesimoes opened this pull request about 3 years ago
release-v1.11.6

nfbot opened this pull request about 3 years ago
Add RuntimeFeature.IsSupported

josesimoes opened this pull request about 3 years ago
Add IsExternalInit

josesimoes opened this pull request about 3 years ago
Add Console.Write and Console.WriteLine

josesimoes opened this pull request about 3 years ago
Work CI-CD

josesimoes opened this pull request about 3 years ago
Fix DateTime_ToString Test25

josesimoes opened this pull request over 3 years ago
Improvements and fixes in DateTimeFormatInfo

josesimoes opened this pull request over 3 years ago
ISO8601 compatibility for DateTime ToString

networkfusion opened this pull request over 3 years ago
Release v1.10.5

josesimoes opened this pull request over 3 years ago
Update test framework @10d5471

josesimoes opened this pull request over 3 years ago
Update test framewok @965a065

josesimoes opened this pull request over 3 years ago
Add exception to System.Reflection.Load documentation

josesimoes opened this pull request over 3 years ago
Change CoreLibrary debug type from portable to full

edleno2 opened this pull request over 3 years ago
Add new Unit Test

josesimoes opened this pull request over 3 years ago
Fix NFUnitTestArray Unit Test project

josesimoes opened this pull request over 3 years ago
Fix Unit Test for GUID box/unbox

josesimoes opened this pull request over 3 years ago
Update Unit Tests

josesimoes opened this pull request over 3 years ago
Add Contains, StartsWith, EndsWith to String

josesimoes opened this pull request over 3 years ago
Add nanoFramework.TestFramework to Friends

josesimoes opened this pull request over 3 years ago
New unit tests for String.Format and number-type.ToString()

edleno2 opened this pull request over 3 years ago
Fix FromBase64

josesimoes opened this pull request over 3 years ago
Fix null parms in String.Format

edleno2 opened this pull request over 3 years ago
Clean up unit tests for CoreLibrary and complete tests for Type.GetType

edleno2 opened this pull request over 3 years ago
Fixing more unit tests

edleno2 opened this pull request over 3 years ago
Fixed unit tests NFUnitTestConversions

edleno2 opened this pull request over 3 years ago
Fix access beyond array boundaries in SpanByte

gukoff opened this pull request over 3 years ago
Update TestFramework

josesimoes opened this pull request over 3 years ago
Add timeout exception to no reflection project

josesimoes opened this pull request over 3 years ago
Add TimeoutException

Ellerbach opened this pull request over 3 years ago
Add SpinWait

josesimoes opened this pull request over 3 years ago
Add Convert.ToByte(bool)

josesimoes opened this pull request over 3 years ago
Work CI-CD

josesimoes opened this pull request over 3 years ago
Update NuGets

josesimoes opened this pull request over 3 years ago
Added nanoFramework.Logging to InternalsIsVisibleTo

edleno2 opened this pull request over 3 years ago
Adds negative test of Enum.HasFlag

SandorDobos opened this pull request almost 4 years ago
Improvements in Enum Unit tests

josesimoes opened this pull request almost 4 years ago
Adds test of Enum.HasFlag related tests.

SandorDobos opened this pull request almost 4 years ago
Update Test Framework

josesimoes opened this pull request almost 4 years ago
Update test framework

josesimoes opened this pull request almost 4 years ago
Remove Console class

josesimoes opened this pull request almost 4 years ago
Adjusting tests based on changes in TestFramework

Ellerbach opened this pull request almost 4 years ago
Update Test Framework to 1.0.86

josesimoes opened this pull request almost 4 years ago
Fix case of Double.NaN

SandorDobos opened this pull request almost 4 years ago
Fixed bad test expectations in String Tests

SandorDobos opened this pull request almost 4 years ago
Fixing Convert with whitespaces

josesimoes opened this pull request almost 4 years ago
Fix comparer in GUID

josesimoes opened this pull request almost 4 years ago
Add unit tests

josesimoes opened this pull request almost 4 years ago