Welcome to MiniProfiler for .NET, ASP.NET, ASP.NET Core, ASP.NET MVC and generally all the combinations of those words. Documentation for MiniProfiler for .NET is in /docs
, accessible via GitHub pages at: miniprofiler.com/dotnet. General information for MiniProfiler across platforms can be found at miniprofiler.com. It is part of the .NET Foundation, and operates under their code of conduct.
The current major version of MiniProfiler is v4.
- Documentation
- Samples
To build the MiniProfiler solution in Visual Studio, you'll need:
- Visual Studio 2019 16.3+ (or the .NET Core 3.x SDK)
- The Web Compiler extension
- Note: no extension is needed if building via
build.cmd
orbuild.ps1
in the repository root. They pull it in via a package.
- Note: no extension is needed if building via
After a clone, running build.cmd
. To create packages, use build.cmd -CreatePackages $true
and it'll output them in the .nukpgs\
folder.
MyGet Pre-release feed: https://www.myget.org/gallery/miniprofiler
MiniProfiler is licensed under the MIT license.