Microsoft.Testing.Platform.MSBuild by: Microsoft
  • 2 total downloads
  • Latest version: 1.9.1
  • Microsoft test testing unittest unittesting unit-testing tdd
Microsoft Testing is a set of platform, framework and protocol intended to make it possible to run any test on any target or device. This package provides MSBuild integration of the platform, its extensions and configuration files.
Microsoft.TestPlatform.TestHost by: Microsoft
  • 3 total downloads
  • Latest version: 18.0.1
  • vstest visual-studio unittest testplatform mstest microsoft test testing
Testplatform host executes the test using specified adapter.
Microsoft.Win32.Registry by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0
Provides support for accessing and modifying the Windows Registry. Commonly Used Types: Microsoft.Win32.RegistryKey Microsoft.Win32.Registry Microsoft.Win32.RegistryValueKind Microsoft.Win32.RegistryHive Microsoft.Win32.RegistryView When using NuGet 3.x this package requires at least version 3.4.
Moq by: Daniel Cazzulino kzu
  • 1 total downloads
  • Latest version: 4.20.72
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET.
MSTest by: Microsoft
  • 5 total downloads
  • Latest version: 4.2.3
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package is a meta package to simplify test projects. It includes MSTest.TestFramework and MSTest.TestAdapter. Supported platforms: - .NET 4.6.2+ - .NET 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9+
MSTest.Analyzers by: Microsoft
  • 6 total downloads
  • Latest version: 4.2.3
  • MSTest Analyzers TestFramework Unittest MSTestV2 Microsoft Test Testing TDD Framework
MSTest is Microsoft supported Test Framework. This package includes code analyzers and code fixes for MSTest.
MSTest.TestAdapter by: Microsoft
  • 10 total downloads
  • Latest version: 4.2.3
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
MSTest is Microsoft supported Test Framework. This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package. Supported platforms: - .NET 4.6.2+ - .NET 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9
NAudio by: Mark Heath & Contributors
  • 21 total downloads
  • Latest version: 3.0.0-preview.16
  • C# .NET audio sound
NAudio is an open source .NET audio library — playback and recording, file readers and writers, MIDI, DSP and effects, with platform-specific backends auto-selected by target framework.
NAudio.Asio by: Mark Heath
  • 4 total downloads
  • Latest version: 3.0.0-preview.16
  • C# .NET audio sound
ASIO driver support for the NAudio audio library — low-latency multichannel playback and capture via ASIO SDK.
NAudio.Core by: Mark Heath
  • 6 total downloads
  • Latest version: 3.0.0-preview.16
  • C# .NET audio sound
Core audio types, wave format and provider interfaces, sample providers, file readers/writers, DSP, and resampling for the NAudio audio library.
NAudio.Wasapi by: Mark Heath
  • 3 total downloads
  • Latest version: 3.0.0-preview.15
  • C# .NET audio sound
WASAPI playback and capture (including loopback and process loopback) and WinRT MIDI for the NAudio audio library.
NAudio.WinMM by: NAudio.WinMM
  • 2 total downloads
  • Latest version: 2.3.0
  • C# .NET audio sound
Package Description
NWaves by: Tim Sharii
  • 1 total downloads
  • Latest version: 0.9.6
  • audio dsp filtering tsm sound-effects feature-extraction psychoacoustics wav mfcc lpc plp pncc resampling pitch wavelets mir fda noise adaptive-filtering
.NET DSP library with a lot of audio processing functions
SQLitePCLRaw.bundle_e_sqlite3 by: Eric Sink
  • 33 total downloads
  • Latest version: 3.0.3
  • sqlite
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.core by: Eric Sink
  • 16 total downloads
  • Latest version: 3.0.3
  • sqlite
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. This package does not provide an API which is friendly to app developers. Rather, it provides an API which handles platform and configuration issues, upon which a friendlier API can be built. In order to use this package, you will need to also add one of the SQLitePCLRaw.provider.* packages and call raw.SetProvider().
SQLitePCLRaw.lib.e_sqlite3 by: Eric Sink
  • 2 total downloads
  • Latest version: 3.53.3
  • sqlite
This package contains builds of the native SQLite code for various platforms. These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
SQLitePCLRaw.provider.e_sqlite3 by: Eric Sink
  • 11 total downloads
  • Latest version: 3.0.3
  • sqlite
SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider does DllImport of 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.
System.AppContext by: Microsoft
  • 2 total downloads
  • Latest version: 4.1.0-rc2-24027
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.Buffers by: Microsoft
  • 3 total downloads
  • Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.Debug by: Microsoft
  • 5 total downloads
  • Latest version: 4.0.11-rc2-24027
Provides classes and attributes that allows basic interaction with a debugger. Commonly Used Types: System.Diagnostics.Debug System.Diagnostics.DebuggerStepThroughAttribute System.Diagnostics.Debugger System.Diagnostics.DebuggerDisplayAttribute System.Diagnostics.DebuggerBrowsableAttribute System.Diagnostics.DebuggerBrowsableState System.Diagnostics.DebuggerHiddenAttribute System.Diagnostics.DebuggerNonUserCodeAttribute System.Diagnostics.DebuggerTypeProxyAttribute \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb