Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 4.4% on nuget.org
Top 8.2% downloads on nuget.org
Top 2.4% dependent packages on nuget.org
Top 2.7% dependent repos on nuget.org

nuget.org : contrib.bcl.ranges

This package polyfills the types required for the C# 8.0 feature Ranges on targets lower than netcoreapp3.0 and netstandard2.1. This includes: .NET Framework - starting from net461 .NET Standard 2.0 Compatible Runtimes - this includes .NET Core 2.x Usage Add this to your csproj file: <PackageReference Include="Contrib.Bcl.Ranges" Version="1.0.0-preview8.19405.3" /> and add this to the PropertyGroup: <LangVersion>8.0</LangVersion> Now we can start using this handy new language feature 😀 Console.WriteLine("Hello world!"[6..^1]); // world

Registry - JSON
purl: pkg:nuget/contrib.bcl.ranges
Keywords: polyfills
License: MIT
Latest release: almost 4 years ago
First release: almost 4 years ago
Dependent packages: 6
Dependent repositories: 7
Downloads: 37,278 total
Last synced: 25 days ago

    Loading...
    Readme
    Loading...