Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
/ owin Public archive

Extensions to the Microsoft.Owin namespace.

License

Notifications You must be signed in to change notification settings

dimesoftware/owin

Repository files navigation

Owin extensions

Build Status Code coverage

Introduction

Extensions to the Owin namespace.

Getting Started

  • You must have Visual Studio 2019 Community or higher.
  • The dotnet cli is also highly recommended.

About this project

Generates expressions on the fly

Build and Test

  • Run dotnet restore
  • Run dotnet build
  • Run dotnet test

Installation

Use the package manager NuGet to install Dime.Owin:

  • dotnet cli: dotnet add package Dime.Owin
  • Package manager: Install-Package Dime.Owin

Usage

using Microsoft.Owin;

public static IAppBuilder UseLicenseMiddleware(this IAppBuilder appBuilder, bool mapRequest, params string[] excludePaths)
    => appBuilder.MapWhen(x => x.IsAjaxRequest());

Contributing

PRs Welcome

Pull requests are welcome. Please check out the contribution and code of conduct guidelines.

License

License

About

Extensions to the Microsoft.Owin namespace.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages