Microsoft.VisualStudio.Web.CodeGeneration.Core
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
Contains the core infrastructure used by ASP.NET Core Code Generators.
Microsoft.Windows.SDK.Contracts
by: Microsoft
- 2 total downloads
- Latest version: 10.0.25370-preview
The Windows WinRT API Pack enables you to add the latest Windows Runtime APIs support to your .NET Framework 4.6+ and .NET Core 3.0+ libraries and apps.
This package includes all the supported Windows Runtime APIs up to Windows version 25370. If you are targeting earlier platforms, consider only offering functionality available on the detected platform version. For further details, see:
https://docs.microsoft.com/en-us/windows/uwp/debug-test-perf/version-adaptive-code
Supported platforms:
- .NET Framework 4.6+
- .NET Core 3.0+
Requires default package management format set to PackageReference, and NuGet 4.0 or higher.
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 1.2.4
MudBlazor is an ambitious Material Design component framework for Blazor with an emphasis on ease of use and clear structure. It is perfect for .NET developers who want to rapidly build web applications without having to struggle with CSS and Javascript. MudBlazor, being written entirely in C#, empowers them to adapt, fix or extend the framework and the multitude of examples in the documentation makes learning MudBlazor very easy.
NSwag.AspNetCore
by: Rico Suter
- 24 total downloads
- Latest version: 14.0.7
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
Nullable
by: Manuel Römer
- 0 total downloads
- Latest version: 1.1.1
A source code only package which allows you to use .NET Core 3.0's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework.
This package does not contain any compiled binaries, but instead adds a single C# file with the attribute classes to your project. Because this C# file gets compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications.
The C# file is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the file is only included in the .NET Standard 2.0 version, because .NET Standard 2.1 already provides the nullable attributes by default.
Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
Sentry
by: Sentry Team and Contributors
- 2 total downloads
- Latest version: 6.4.1
Official SDK for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Bindings.Android
by: Sentry Team and Contributors
- 63 total downloads
- Latest version: 6.4.1
.NET Bindings for the Sentry Android SDK
SonarAnalyzer.CSharp
by: SonarSource
- 0 total downloads
- Latest version: 9.6.0.74858
Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarLint for Visual Studio or Rider, which is a free extension (https://www.sonarlint.org/visualstudio/) that can be used standalone or with SonarQube (https://www.sonarqube.org/) and/or SonarCloud (https://sonarcloud.io/).
SQLitePCLRaw.lib.e_sqlite3.osx
by: Eric Sink, D. Richard Hipp, et al
- 1 total downloads
- Latest version: 1.0.0-pre20160912104037
This package contains a platform-specific native code build of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar.
SQLitePCLRaw.lib.e_sqlite3.v110_xp
by: Eric Sink, D. Richard Hipp, et al
- 1 total downloads
- Latest version: 1.1.8-pre20170726145242
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
Swashbuckle.AspNetCore
by: domaindrivendev
- 2 total downloads
- Latest version: 10.1.3
Swagger tools for documenting APIs built on ASP.NET Core
Syncfusion.Licensing
by: Syncfusion Inc.
- 1 total downloads
- Latest version: 18.4.0.48
Syncfusion licensing is a .NET library for validating the registered Syncfusion license in an application at runtime. The Syncfusion license must be registered in an application when using the Syncfusion evaluation build or NuGet package assemblies.
Documentation: https://help.syncfusion.com/common/essential-studio/licensing/license-key?utm_source=nuget&utm_medium=listing
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion�s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
� Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
System.Text.Encoding.CodePages
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22816
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
System.Xml.XPath.XDocument
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22816
Provides extension methods that add System.Xml.XPath support to the System.Xml.XDocument package.
Commonly Used Types:
System.Xml.XPath.Extensions
System.Xml.XPath.XDocumentExtensions
xunit.core
by: jnewkirk, bradwilson
- 0 total downloads
- Latest version: 2.7.0
Includes the libraries for writing unit tests with xUnit.net.