Top 20 NuGet Packages depending on Microsoft.NETCore.App

Total dependencies: 1778

A daemon which checks for and responds to a given MAC or IP address on the network.
TagHelper tooling for .NET Core CLI. Contains the dotnet-razor-tooling command used to resolve TagHelperDescriptors for projects at design-time.
Conversation data access layer
WhereIsMyTransport.Protobuf.Tools.Dotnet
Dossier.NET enables an Entity Framework-like experience for transactional operations, for filesystem operations rather than manipulating data in a database. Create, copy, move, delete and write to files and directories and safely roll back any changes if the entire transaction does not complete su...
A simple wrapper that passes execution from `dotnet test` to `dotnet run`
This is a TCP eventbus implementation for C# clients. The protocol is quite simple: 4bytes int32 message length (big endian encoding) json string built-in keys 1) type: (String, required) One of "send", "publish", "register", "unregister". 2) headers: (Object, optional) Headers with JSON format...
This is a version of NGeoHash library compatible with dotnet core. The original NGeoHash can be found here: https://github.com/jesseemerick/NGeoHash
Entity Framework Core Extensions (EFCE) provides extension methods to help build entities through Entity Framework Core.
EnsureFramework is designed to take the pain out of null checking and making sure (ensuring) your methods are being used the way they were intended and throwing exceptions when unsupported values are passed to them. You can make sure values are in a specific range or simply make sure that an argume...
NSourceMap - source maps for .NET
AspNetCoreCompression is an ASP.NET Core compression solution designed to GZip the http responses for all requests which accept GZip encoding.
DiceNotation.CoreClassDiceNotation is a dice rolling library implemented as a .NET Core Library. It can be used to turn strings like "6d4k2 + 12" into actionable dice rolls and, using DiceNotation's `MinDieRoller` and `MaxDieRoller`, can easily compute the full range as well. This is a fork to suppo...
project.json version manipulation CLI
File Storage Services for .NET
Add fraction support. Known Issue: Using an instance built by default parameterless constructor will cause exception or miscalculation. To avoid this, always use parameter-based constructors. This will not be fixed due to consideration about running speed. Example: Fraction a = new Fraction(2, 3);...