Microsoft.VisualStudio.Azure.Containers.Tools.Targets
by: Microsoft
- 73 total downloads
- Latest version: 1.23.0
Targets files to enable the Visual Studio Tools for Containers.
System.Text.Json
by: Microsoft
- 22 total downloads
- Latest version: 6.0.0
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
Commonly Used Types:
System.Text.Json.JsonSerializer
System.Text.Json.JsonDocument
System.Text.Json.JsonElement
System.Text.Json.Utf8JsonWriter
System.Text.Json.Utf8JsonReader
- 18 total downloads
- Latest version: 9.0.14
Internal toolchain package not meant for direct consumption. Please do not reference directly.
xunit.analyzers
by: jnewkirk, bradwilson, marcind
- 66 total downloads
- Latest version: 2.0.0-pre.9
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package provides code analyzers to help developers find and fix frequent issues when writing tests and xUnit.net extensibility code.
Swashbuckle.AspNetCore
by: domaindrivendev
- 16 total downloads
- Latest version: 10.1.7
Swagger tools for documenting APIs built on ASP.NET Core
Microsoft.Web.LibraryManager.Build
by: Microsoft
- 26 total downloads
- Latest version: 3.0.71
MSBuild target for the Visual Studio Library Manager
- 19 total downloads
- Latest version: 9.0.14
Internal toolchain package not meant for direct consumption. Please do not reference directly.
- 18 total downloads
- Latest version: 9.0.14
Internal toolchain package not meant for direct consumption. Please do not reference directly.
xunit
by: jnewkirk, bradwilson
- 89 total downloads
- Latest version: 2.9.3
xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features.
Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
xunit.core
by: jnewkirk, bradwilson
- 61 total downloads
- Latest version: 2.9.3
Includes the libraries for writing unit tests with xUnit.net.
Xunit.DependencyInjection
by: Wei Peng
- 70 total downloads
- Latest version: 11.2.1
Use Microsoft.Extensions.DependencyInjection to inject xunit testclass. If you want write Microsoft.Extensions.Logging to ITestOutputHelper, please install Xunit.DependencyInjection.Logging.
Release notes:
11.2: Update xunit.v3 to 3.2.2, Move HostManager.Start/Stop to AssemblyRunner.
11.1: Update xunit.v3 to 3.2.0.
11.0: C# 14, Downgrade Microsoft.Extensions.Hosting to 8.0.
10.8: Add CreateHostApplicationBuilder method.
10.7: Update xunit.v3 to 3.0.1, does not set ApplicationName if it is already configured.
10.6: Update xunit.v3 to 3.0.0.
10.5: Improve compatibility with top level statements.
10.4: Fix #146.
10.3: Update xunit.v3 to 2.0.0.
10.2: Fix some parallelization problem.
10.1: Allow the default startup to be missing anywhere.
10.0: Upgrade xunit to v3.
System.Diagnostics.DiagnosticSource
by: Microsoft
- 9 total downloads
- Latest version: 9.0.2
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
SkiaSharp.NativeAssets.Linux
by: Microsoft
- 1 total downloads
- Latest version: 1.68.0
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.
- 6 total downloads
- Latest version: 8.0.25
Internal toolchain package not meant for direct consumption. Please do not reference directly.
NETStandard.Library
by: Microsoft
- 5 total downloads
- Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
NLog.Schema
by: Kim Christensen, Julian Verdurmen
- 30 total downloads
- Latest version: 6.1.2
NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio.
The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd">
</nlog>
If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd
Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd">
</nlog>
ParquetSharp
by: G-Research
- 4 total downloads
- Latest version: 21.0.0
ParquetSharp is a .NET library for reading and writing Parquet files. It's implemented in C# as a PInvoke wrapper around apache-parquet-cpp to provide high performance and compatibility.
Microsoft.NET.Workloads.10.0.200
by: Microsoft
- 284 total downloads
- Latest version: 10.202.0
This package contains the workload set manifest for the 10.0.200 version of the .NET SDK. This package is not intended for direct reference - instead it is an internal implementation detail of the 'dotnet workload' command. See https://learn.microsoft.com/dotnet/core/tools/dotnet-workload-sets for more details.