Microsoft.NETCore.DotNetHostPolicy
by: Microsoft
- 1 total downloads
- Latest version: 7.0.2
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing
Microsoft.NETCore.Jit
by: Microsoft
- 1 total downloads
- Latest version: 2.0.6
The .NET JIT compiler.
bb01fb0d954c957a36f3f8c7aad19657afc2ceda
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Portable.Compatibility
by: Microsoft
- 2 total downloads
- Latest version: 1.0.1-rc2-24027
Enables compatiblity with portable libraries targeting previous .NET releases like .NET Framework 4.0 and Silverlight.
This package supports retargeting references to classic reference assemblies (mscorlib.dll, system.dll, etc) to new contract assemblies (System.Runtime.dll, System.IO, etc). It does this in a pay-for-play way to prevent consuming assemblies from having to reference all of the contracts that happen to overlap with mscorlib. As such, when using this package you may encounter errors like
error CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
To resolve these errors install the package with the same name name as the missing assembly. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Microsoft.Orleans.Core
by: Microsoft
- 7 total downloads
- Latest version: 1.4.0
Core library of Microsoft Orleans used both on the client and server.
Microsoft.Orleans.OrleansHost
by: Microsoft
- 14 total downloads
- Latest version: 1.5.8
Default silo host process that starts a silo as a process.
Microsoft.Orleans.OrleansProviders
by: Microsoft
- 1 total downloads
- Latest version: 1.3.1
Library of built-in persistence and stream providers included in Microsoft Orleans.
Microsoft.TypeScript.MSBuild
by: Microsoft
- 11 total downloads
- Latest version: 5.7.3
The TypeScript MSBuild task, and matching compiler version.
Microsoft.Web.LibraryManager.Build
by: Microsoft
- 1 total downloads
- Latest version: 1.0.113
MSBuild target for the Visual Studio Library Manager
Mono.Posix
by: Microsoft
- 3 total downloads
- Latest version: 7.0.0-alpha8.21302.6
Provides functionality for managed code to access Posix/Unix features not accessible via BCL
Moq
by: Daniel Cazzulino, kzu
- 26 total downloads
- Latest version: 4.17.1
Moq is the most popular and friendly mocking framework for .NET.
Built from https://github.com/moq/moq4/tree/dcf631eec
MudBlazor
by: Garderoben, Henon and Contributors
- 8 total downloads
- Latest version: 8.0.0
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MySql.Data
by: Oracle
- 1 total downloads
- Latest version: 8.0.20
MySql.Data.MySqlClient .Net Core Class Library
NanoXLSX
by: Raphael Stoeckli
- 1 total downloads
- Latest version: 1.8.5
NanoXLSX is a library to generate and read Microsoft Excel files (XLSX) in an easy and native way
NJsonSchema.CodeGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 9.5.3
JSON Schema draft v4 reader, generator and validator for .NET
NSwag.AspNetCore
by: Rico Suter
- 1 total downloads
- Latest version: 13.3.0
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.AssemblyLoader
by: Rico Suter
- 1 total downloads
- Latest version: 13.7.3
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Generation.WebApi
by: Rico Suter
- 1 total downloads
- Latest version: 13.1.6
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration
by: Rico Suter
- 1 total downloads
- Latest version: 9.2.6249.28921
NSwag: The Swagger API toolchain for .NET and TypeScript
NUnit
by: Charlie Poole, Rob Prouse
- 1 total downloads
- Latest version: 4.4.0
NUnit is a unit-testing framework for all .NET languages.
It can run on macOS, Linux and Windows operating systems.
NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing.
It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes.
The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs.
If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade.
Supported platforms:
- .NET Framework 4.6.2+
- .NET 6.0+
- .NET 8.0+
OpenTelemetry.Exporter.Console
by: OpenTelemetry Authors
- 2 total downloads
- Latest version: 1.1.0
Console exporter for OpenTelemetry .NET