Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

An extension for the MicroLite ORM Framework to use MiniProfiler.

License

Notifications You must be signed in to change notification settings

MicroLite-ORM/MicroLite.Extensions.MiniProfiler

Repository files navigation

MicroLite.Extensions.MiniProfiler

MicroLite.Extensions.MiniProfiler is a .NET 4.5 library which adds an extension for the MicroLite ORM Framework to integrate with MiniProfiler.

Nuget

Branch Status
/develop GitHub last commit (branch) Build Status Nuget (with prereleases)
/master GitHub last commit Build Status Nuget GitHub Release Date

Installation

Install the nuget package Install-Package MicroLite.Extensions.MiniProfiler

Configuration

You can then load the extension in your application start-up:

// Load the extensions for MicroLite
Configure
   .Extensions() // If you are also using a logging extension, that should be loaded first.
   .WithMiniProfiler();

// Create the session factory...
Configure
   .Fluently()
   ...

For further information on configuring MiniProfiler, see http://miniprofiler.com/.

Supported .NET Versions

The NuGet Package contains binaries compiled against (dependencies indented):

  • .NET Framework 4.5
    • MicroLite 7.0.0
    • MiniProfiler 3.2.0.157

About

An extension for the MicroLite ORM Framework to use MiniProfiler.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages