runtime.win10-x86.Microsoft.Net.UWPCoreRuntimeSdk
by: Microsoft
- 94 total downloads
- Latest version: 2.2.14
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides the CoreCLR runtime and build tools to build and run Universal Windows applications using CoreCLR.
d67bd83a075b8b10cb95810568073c1a3211f28b
When using NuGet 3.x this package requires at least version 3.4.
- 6 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
TFS ID: 1635616, GitHub SHA: https://github.com/dotnet/corefx/tree/42a93b8d21fa5afc03f637aa961aa7b3d066cb1f
When using NuGet 3.x this package requires at least version 3.4.
- 6 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
TFS ID: 1635616, GitHub SHA: https://github.com/dotnet/corefx/tree/42a93b8d21fa5afc03f637aa961aa7b3d066cb1f
When using NuGet 3.x this package requires at least version 3.4.
runtime.win7.System.Private.Uri
by: Microsoft
- 68 total downloads
- Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly.
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri.
When using NuGet 3.x this package requires at least version 3.4.
Scriban
by: Alexandre Mutel
- 212 total downloads
- Latest version: 6.5.2
Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.
Selenium.WebDriver
by: Selenium Committers
- 171 total downloads
- Latest version: 4.39.0
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
semver
by: Max Hauser
- 11 total downloads
- Latest version: 1.1.2
A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.
Serilog
by: Serilog Contributors
- 76 total downloads
- Latest version: 4.3.1-dev-02395
Simple .NET logging with fully-structured events
SharpDX
by: Alexandre Mutel
- 108 total downloads
- Latest version: 2.6.3
Core assembly for all SharpDX assemblies.
SharpDX.D3DCompiler
by: Alexandre Mutel
- 103 total downloads
- Latest version: 2.6.3
Assembly providing DirectX - D3DCompiler managed API.
SharpDX.Direct3D11
by: Alexandre Mutel
- 98 total downloads
- Latest version: 2.6.3
Assembly providing DirectX - Direct3D11, Direct3D11.1 and Effects11 managed API.
SharpDX.DXGI
by: Alexandre Mutel
- 111 total downloads
- Latest version: 2.6.3
Assembly providing DirectX - DXGI 1.0, 1.1 and 1.2 managed API.
SharpZipLib
by: http://www.icsharpcode.net/
- 2 total downloads
- Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
Silk.NET.GLFW
by: Silk.NET.GLFW
- 8 total downloads
- Latest version: 1.0.0-preview2
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL and OpenAL.
Silk.NET.Windowing
by: .NET Foundation and Contributors
- 111 total downloads
- Latest version: 2.22.0
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, and DirectX.
Silk.NET.Windowing.Desktop
by: Silk.NET.Windowing.Desktop
- 4 total downloads
- Latest version: 2.0.0-preview
Silk.NET is a high-speed, advanced library, providing bindings to popular low-level APIs such as OpenGL, OpenCL, OpenAL, GLFW, and Vulkan.
SixLabors.ImageSharp
by: Six Labors and contributors
- 107 total downloads
- Latest version: 3.1.12
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 52 total downloads
- Latest version: 3.0.2
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 141 total downloads
- Latest version: 1.1.15
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: iOS=system SQLite, others=e_sqlite3 included
SQLitePCLRaw.core
by: Eric Sink et al
- 183 total downloads
- Latest version: 1.1.14
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_*.