Info
Version: | 1.1.0 |
Author(s): | Dmitrii Ivanov |
Last Update: | Sunday, December 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ClrCoder/ClrPro |
NuGet Url: | https://www.nuget.org/packages/ClrPro.DotNetLanguages.Proposals |
Install
Install-Package ClrPro.DotNetLanguages.Proposals
dotnet add package ClrPro.DotNetLanguages.Proposals
paket add ClrPro.DotNetLanguages.Proposals
ClrPro.DotNetLanguages.Proposals Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Contains:
- I(Async)CodeScopeExtension interfaces, generalizes using operator.
- I(Async)LifetimeExplicit, I(Async)LifetimeTerminable, I(Async)LifetimeObservable interfaces.
- using operator polyfill extension methods: Using, UsingAsync.