Microsoft.VisualStudio.Validation 17.0.53

dotnet add package Microsoft.VisualStudio.Validation --version 17.0.53
                    
NuGet\Install-Package Microsoft.VisualStudio.Validation -Version 17.0.53
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.VisualStudio.Validation" Version="17.0.53" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.VisualStudio.Validation" Version="17.0.53" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.VisualStudio.Validation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.VisualStudio.Validation --version 17.0.53
                    
#r "nuget: Microsoft.VisualStudio.Validation, 17.0.53"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.VisualStudio.Validation&version=17.0.53
                    
Install Microsoft.VisualStudio.Validation as a Cake Addin
#tool nuget:?package=Microsoft.VisualStudio.Validation&version=17.0.53
                    
Install Microsoft.VisualStudio.Validation as a Cake Tool

Microsoft.VisualStudio.Validation

NuGet package Build Status codecov

This project is available as the Microsoft.VisualStudio.Validation NuGet package.

Basic input validation via the Requires class throws an ArgumentException.

Requires.NotNull(arg1, nameof(arg1));
Requires.NotNullOrEmpty(arg2, nameof(arg2));

State validation via the Verify class throws an InvalidOperationException.

Verify.Operation(condition, "some error occurred.");

Internal integrity checks via the Assumes class throws an InternalErrorException.

Assumes.True(condition, "some error");

Warning signs that should not throw exceptions via the Report class.

Report.IfNot(condition, "some error");
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Microsoft.VisualStudio.Validation:

Package Downloads
Microsoft.VisualStudio.Threading

Async synchronization primitives, async collections, TPL and dataflow extensions. The JoinableTaskFactory allows synchronously blocking the UI thread for async work. This package is applicable to any .NET application (not just Visual Studio).

Microsoft.VisualStudio.Imaging

A member of the Visual Studio SDK

Microsoft.VisualStudio.Editor

Microsoft® Visual Studio® Editor Platform

Microsoft.VisualStudio.Composition

Lightning fast MEF engine, supporting System.ComponentModel.Composition and System.Composition.

Microsoft.VisualStudio.ComponentModelHost

Package Description

GitHub repositories (73)

Showing the top 20 popular GitHub repositories that depend on Microsoft.VisualStudio.Validation:

Repository Stars
stride3d/stride
Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
DGP-Studio/Snap.Hutao
实用的开源多功能原神工具箱 🧰 / Multifunctional Open-source Genshin Impact Toolkit 🧰
SciSharp/LLamaSharp
A C#/.NET library to run LLM (🦙LLaMA/LLaVA) on your local device efficiently.
Ourpalm/ILRuntime
Pure C# IL Intepreter Runtime, which is fast and reliable for scripting requirement on enviorments, where jitting isn't possible.
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
EWSoftware/SHFB
Sandcastle Help File Builder (SHFB). A standalone GUI, Visual Studio integration package, and MSBuild tasks providing full configuration and extensibility for building help files with the Sandcastle tools.
microsoft/nodejstools
Node.js Tools for Visual Studio
chocolatey/ChocolateyGUI
A delicious GUI for Chocolatey
microsoft/VSSDK-Extensibility-Samples
Samples for building your own Visual Studio extensions
microsoft/vs-threading
The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio and other applications.
dotnet/project-system
The .NET Project System for Visual Studio
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
dotnetcore/FlubuCore
A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.
yuzd/AntDeploy
Tools to deploy applications to remote server(iis,windowsService,linuxService,docker) support netframework and dotnetcore,support rollback and increment deploy
HMBSbige/BilibiliLiveRecordDownLoader
Bilibili 直播录制
mrlacey/Rapid-XAML-Toolkit
A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
dotnet/Nerdbank.Streams
Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
Decimation/SmartImage
Reverse image search tool (SauceNao, IQDB, Ascii2D, trace.moe, and more)
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
Version Downloads Last updated
17.0.53 69 9/19/2022
17.0.50 70 9/19/2022
17.0.43 70 9/19/2022
16.10.35 69 9/19/2022
16.10.26 69 9/19/2022
16.9.32 69 9/19/2022
16.9.28 69 9/19/2022
16.9.27-alpha 1 1/20/2021
16.9.22-alpha 1 1/20/2021
16.8.33 69 1/20/2021
15.5.31 5,212 1/20/2021
15.5.3 1 1/20/2021
15.3.58 1 1/20/2021
15.3.53 1 1/20/2021
15.3.32 8 1/20/2021
15.3.23 3 1/20/2021
15.3.15 5,149 1/20/2021
15.0.82 5,227 1/19/2021
15.0.75 1 1/19/2021
15.0.67 1 1/19/2021
15.0.55-pre 1 1/20/2021
15.0.11-pre 52 1/20/2021
15.0.9-alpha-gcea8d59a8d 1 1/20/2021