Microsoft.VisualStudio.Web.CodeGeneration.Utils
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
Contains utilities used by ASP.NET Core Code Generation packages.
MSBuild.Sdk.Extras
by: Oren Novotny
- 1 total downloads
- Latest version: 1.6.52
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
MudBlazor
by: Garderoben, Henon and Contributors
- 1 total downloads
- Latest version: 8.0.0-preview.5
A Blazor Component Library based on Material Design principles, focusing on ease of use. Written mainly in C# with minimal JavaScript, it allows .NET developers to easily understand and debug the code when needed.
Nerdbank.GitVersioning
by: Andrew Arnott
- 1 total downloads
- Latest version: 1.5.46
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NJsonSchema.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 9.10.72
JSON Schema reader, generator and validator for .NET
NSwag.Core
by: Rico Suter
- 1 total downloads
- Latest version: 5.1.6075.28200
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.SwaggerGeneration.AspNetCore
by: Rico Suter
- 4 total downloads
- Latest version: 12.0.13
NSwag: The 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.
OpenTK
by: Team OpenTK
- 2 total downloads
- Latest version: 4.6.0
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s
Roslyn.Diagnostics.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.9.6
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
Roslynator.Analyzers
by: Josef Pihrt
- 1 total downloads
- Latest version: 2.0.0
A collection of 200+ analyzers for C#, powered by Roslyn.
- This package cannot be used with Visual Studio 2015.
- This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 2.3.0.
Sentry.Profiling
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 5.5.0
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.6.0-dev-00923
Simple .NET logging with fully-structured events
Serilog.Sinks.File
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.1.1-dev-00724
Write Serilog events to a text file in plain or JSON format.
SharpZipLib
by: http://www.icsharpcode.net/
- 1 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).
SkiaSharp.NativeAssets.macOS
by: Microsoft
- 16 total downloads
- Latest version: 2.88.8
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.NativeAssets.Win32
by: Microsoft
- 16 total downloads
- Latest version: 2.88.9
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SQLitePCLRaw.core
by: Eric Sink, et al
- 1 total downloads
- Latest version: 1.1.0
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_*.
StackExchange.Redis
by: Stack Exchange inc., marc.gravell
- 1 total downloads
- Latest version: 1.0.243
High performance Redis client, incorporating both synchronous and asynchronous usage; the notional successor to BookSleeve
Swashbuckle.AspNetCore
by: domaindrivendev
- 22 total downloads
- Latest version: 7.3.2
Swagger tools for documenting APIs built on ASP.NET Core