Top 20 NuGet Packages
This package allow support for Serial Port in all Linux flavor Os including MacOS, iOS for .NET Core. It does implement a System.IO.Ports for Linux and iOS devices for .NET core using standard libc.
Database-agnostic synchronization framework based on .NET Standard 2.0 to synchronize data between multiple clients and a single server, where both platforms are using technologies that compatible with .NET Standard 2.0, such as Xamarin Forms for the mobile clients and ASP .NET Core for the backend ...
A .net standard port of JayBizzle's CrawlerDetect project (https://github.com/JayBizzle/Crawler-Detect).
netDb Web Framework
A daemon which checks for and responds to a given MAC or IP address on the network.
Library to make it easier to communicate over a serial connection.
网易云对象存储,根据源码编译多版本支持,跟官网同步更新
C# SDK for Netease Cloud NOS
Extensions.SwashbuckleWithOauth
WindowsService for .net core
Root functionality for Special Circumstances play ground.
Provides both interfaces and implementation of an API and service to perform general purpose adaptation of one type to another via registered adapters
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose.
Usage: AppDomain.CurrentDomain.SetData<Foo>(foo);
var saved = AppDomain.CurrentDomain.GetData<Foo>();
Tests for netfx-System.AppDomainData.Tests
Provides extension methods that allow to treat collections, enumerables and lists as covariant of a generic type other than their constructed type (i.e. for down-casting collections).
xUnit Tests for netfx-System.Collections.Generic.CovariantExtensions