Microsoft.Gsl
0.1.2.1
We no longer maintain the NuGet package for GSL library. From October 2016, we have been releasing the GSL using vcpkg.
You can download and install GSL using the vcpkg (https://github.com/Microsoft/vcpkg) dependency manager:
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install ms-gsl
The GSL port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.
dotnet add package Microsoft.Gsl --version 0.1.2.1
NuGet\Install-Package Microsoft.Gsl -Version 0.1.2.1
<PackageReference Include="Microsoft.Gsl" Version="0.1.2.1" />
paket add Microsoft.Gsl --version 0.1.2.1
#r "nuget: Microsoft.Gsl, 0.1.2.1"
// Install Microsoft.Gsl as a Cake Addin #addin nuget:?package=Microsoft.Gsl&version=0.1.2.1 // Install Microsoft.Gsl as a Cake Tool #tool nuget:?package=Microsoft.Gsl&version=0.1.2.1
The Guidelines Support Library (GSL) contains functions and types that are suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
native | native is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.Gsl:
Package | Downloads |
---|---|
Microsoft.CppCoreCheck
Tool to enforce the C++ Core Guidelines |
GitHub repositories
This package is not used by any popular GitHub repositories.