Dynamic Lazy Proxy NuGet Package

A dynamic lazy proxy is a class built in real time, that implemenets some interface T, takes to the constructor an argument Lazy of T and routes all invocations to the corresponding method or property of this argument.
The real instance wrapped by Lazy of T is created only after the first invocation of method or property.

It allows to distribute the loading from the class creation to the method or property invocation.




Got any Dynamic Lazy Proxy Question?





Info

Version: 1.0.2
Author(s): ServiceTitan, Inc.
Last Update: Tuesday, June 29, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/servicetitan/lazy-proxy
NuGet Url: https://www.nuget.org/packages/LazyProxy


Install
Install-Package LazyProxy
dotnet add package LazyProxy
paket add LazyProxy
LazyProxy Download (Unzip the "nupkg" after downloading)

3 packages depend on this package.


Tags



STATS

must-have-score

2.6

avg-downloads-per-day

17

days-since-last-release

1029