MicroLite-ORM / MicroLite.Extensions.MiniProfiler

An extension for the MicroLite ORM Framework to use MiniProfiler.

Home Page:microliteorm.wordpress.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

microliteorm.wordpress.com

License:Apache License 2.0


Languages

Language:C# 100.0%