Git Product home page Git Product logo

dotnet's Introduction

MiniProfiler for .NET (and .NET Standard)

Build status

Minimum requirements

MiniProfiler v4 runs on .NET 4.6 and above or .NET Standard 1.5 and above. .NET 4.6+ is required due to all of the async support added in v4. If you are a version earlier than .NET 4.6, MiniProfiler v3.x is for you.

Nuget Packages Available

In-progress (not yet available for v4):

Alpha and Beta builds are available earlier via MyGet

  • NuGet v3 MyGet Feed: https://www.myget.org/F/miniprofiler/api/v3/index.json (Visual Studio 2015+)
  • NuGet v2 MyGet Feed: https://www.myget.org/F/miniprofiler/api/v2 (Visual Studio 2012+)

Providers

MiniProfiler is made of of several libraries, but you likely only need to reference 1 or 2 packages. For example:

  • If you're making a full framework ASP.NET MVC 5 application: you likely just want MiniProfiler.Mvc5 (which references MiniProfiler and MiniProfiler.Shared beneath).
  • If you're working on an ASP.NET Core application, you likely want MiniProfiler.AspNetCore.Mvc (which references MiniProfiler.AspNetCore and MiniProfiler.Shared beneath).
  • If you want to store profilers not in memory, you can grab that provider package and set the provider in options. For example, to store MiniProfiler results in SQL Server:
      1. Reference the MiniProfiler.Providers.SqlServer NuGet package.
      1. Use it via MiniProfiler.Settings.Storage = new SqlServerStorage(ConnectionString);

The following packages are no longer being actively worked on)

Licensed under MIT license

dotnet's People

Contributors

samsaffron avatar nickcraver avatar yellis avatar dixon avatar maddyblue avatar kosmakoff avatar eviltrout avatar atotic avatar rynonl avatar rtomayko avatar kamranayub avatar joshrobb avatar justinvp avatar kiwidev avatar stebet avatar jimmymain avatar allrameest avatar kalahari avatar tommathias avatar trevorpilley avatar seriousm avatar jeradrose avatar bunk avatar a-h avatar barmstrong avatar felixbuenemann avatar jamesarosen avatar josh avatar dyfrgi avatar bdrupieski avatar

Watchers

NagornovAlex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.