Skip to content
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Apr 26, 2020

  1. Update README.md

    jchannon committed Apr 26, 2020

Commits on Apr 2, 2020

  1. Update README.md

    jchannon committed Apr 2, 2020

Commits on Sep 16, 2019

  1. Added Module extension RequiresRoles(string[] roles) and ... (#2982)

    Added Module Security extensions RequiresRoles(string[] roles) and RequiresAnyRole(string[] roles)
    
    Co-authored-by: Peter Schueffler <peter.schueffler@paige.ai>
    Co-authored-by: Kristian Hellang <kristian@hellang.com>
    3 people committed Sep 16, 2019

Commits on May 18, 2019

  1. Cleanup line formatting changes

    Yitzchok authored and grumpydev committed May 18, 2019
  2. Add System.Security.Principal.Windows nuget package instead of condit…

    …ional .NET Standard code
    Yitzchok authored and grumpydev committed May 18, 2019
  3. Add target to netstandard2.0 for the Self host project and remove Win…

    …dowsIdentity for netstandard builds because it's not part of netstandard2.0
    Yitzchok authored and grumpydev committed May 18, 2019

Commits on Jun 30, 2018

  1. Merge pull request #2901 from blairconrad/fie-4.6.0

    Upgrade to FakeItEasy 4.6.0
    thecodejunkie committed Jun 30, 2018

Commits on Jun 1, 2018

Commits on May 25, 2018

Commits on May 23, 2018

Commits on May 10, 2018

  1. Merge pull request #2890 from youngbob/fix-status-code-xml-serialize

     Ensure DefaultStatusCodeHandlerResult can be XML serialized
    thecodejunkie committed May 10, 2018

Commits on May 7, 2018

  1. Merge pull request #2870 from blairconrad/netstandard2.0

    Update to Netstandard2.0 + xUnit 2.4 beta
    thecodejunkie committed May 7, 2018

Commits on May 6, 2018

  1. Merge pull request #2868 from DamirAinullin/master

    Small perfomance improvments for Dictionary
    thecodejunkie committed May 6, 2018
  2. Merge pull request #2889 from youngbob/fix-media-range-null-case

    Cast a null MediaRange reference to a null string
    thecodejunkie committed May 6, 2018

Commits on Apr 27, 2018

  1. Ensure DefaultStatusCodeHandlerResult can be XML serialized

    Class must be public to be serializable. Add unit test.
    youngbob committed Apr 27, 2018
  2. Revert "add constructor to DefaultStatusCodeHandlerResult, so we do n…

    …ot have to use initializer"
    
    This reverts commit 7a050c0.
    youngbob committed Apr 27, 2018
  3. Cast a null MediaRange reference to a null string

    When trying to compare a null MediaRange to a string, the implicit cast to string was throwing a NullReferenceException. Fix the operator so that a null MediaRange is cast to a null string.
    youngbob committed Apr 27, 2018

Commits on Feb 26, 2018

Commits on Feb 24, 2018

  1. Use TryGetValue instead of ContainsKey and Getter for Dictionary to p…

    …revent double calculation of HashCode
    DamirAinullin committed Feb 24, 2018
  2. Merge pull request #2867 from DamirAinullin/master

    Fix of simple mistakes and typos
    thecodejunkie committed Feb 24, 2018

Commits on Feb 8, 2018

  1. Add RuntimeFrameworkVersion workaround

    Kristian Hellang committed Feb 8, 2018
  2. Fix line-endings in build.sh

    Kristian Hellang committed Feb 8, 2018
  3. Use dotnet 2.1.3 from Travis

    khellang authored and Kristian Hellang committed Feb 8, 2018
  4. Add global.json back

    Kristian Hellang committed Feb 8, 2018
  5. Update build scripts

    Kristian Hellang committed Feb 8, 2018
  6. Update to netstandard2.0

    Kristian Hellang committed Feb 8, 2018

Commits on Feb 7, 2018

  1. Use lowercase pre-release identifier for CI builds (#2861)

    Viktor Borisov authored and khellang committed Feb 7, 2018
Older