Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 1 total downloads
- Latest version: 10.0.9
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.Sqlite.Core
by: Microsoft
- 1 total downloads
- Latest version: 10.0.9
SQLite database provider for Entity Framework Core. This package does not include a copy of the native SQLite library.
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1 total downloads
- Latest version: 10.0.9
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.
By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Microsoft.NET.Test.Sdk
by: Microsoft
- 1 total downloads
- Latest version: 18.3.0
The MSbuild targets and properties for building .NET test projects.
Microsoft.NETCore.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 1.0.2-rc2-24027
The .NET Core runtime. \r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
Microsoft.Testing.Extensions.CodeCoverage
by: Microsoft
- 1 total downloads
- Latest version: 18.1.0
Code coverage Microsoft.Testing.Platform extension.
Microsoft.Testing.Extensions.VSTestBridge
by: Microsoft
- 1 total downloads
- Latest version: 2.2.3
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 a bridge integration for test adapters wanting to target both VSTest and Microsoft.Testing.Platform test platforms.
Microsoft.Testing.Platform
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
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 the core platform and the .NET implementation of the protocol.
Microsoft.Testing.Platform.MSBuild
by: Microsoft
- 1 total downloads
- Latest version: 1.9.1
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
- 1 total downloads
- Latest version: 18.0.1
Testplatform host executes the test using specified adapter.
MSTest
by: Microsoft
- 1 total downloads
- Latest version: 4.2.3
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
- 1 total downloads
- Latest version: 4.0.2
MSTest is Microsoft supported Test Framework.
This package includes code analyzers and code fixes for MSTest.
MSTest.TestAdapter
by: Microsoft
- 2 total downloads
- Latest version: 4.2.3
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
- 1 total downloads
- Latest version: 2.3.0
NAudio, an audio library for .NET
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.11
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included
SQLitePCLRaw.core
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.11
SQLitePCL.raw 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(). Convenience packages are named SQLitePCLRaw.bundle_*.