gitextract_ny4zz9cq/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── src/ └── MemoryLeak/ ├── MemoryLeak/ │ ├── Controllers/ │ │ ├── ApiController.cs │ │ └── DiagnosticsController.cs │ ├── GlobalGC.cs │ ├── MemoryLeak.csproj │ ├── Pages/ │ │ └── Index.cshtml │ ├── Program.cs │ ├── Properties/ │ │ └── launchSettings.json │ ├── Startup.cs │ ├── appsettings.Development.json │ └── appsettings.json └── MemoryLeak.sln