lucashsilva / gci-aspnet

An implementation of GCI in C# for ASP.NET.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GC Request Interceptor for ASP.NET

Exposes an API for collecting the heap usage and forcing the GC. Meant to be a runtime-specific counterpart of gci-proxy, implemented in C# and made for ASP.NET applications.

Usage (C#):

  1. Build the project library class or download release library class.
  2. Import library class file.
  3. Add reference to namespace GCI with using GCI;
  4. Add app.UseMiddleware<GCIMiddleware>(); to your application's configuration method.

About

An implementation of GCI in C# for ASP.NET.


Languages

Language:C# 100.0%