aspnetcore/test/Microsoft.AspNetCore.Authen...
Gert Driesen ea1ee2b68c Do not check if key is present before removing item. (#1064)
Use Nullable<T>.GetValueOrDefault() instead of Nullable<T>.Value when it is known to have a value.
2018-11-14 14:32:50 -08:00
..
AuthenticationPropertiesTests.cs Do not check if key is present before removing item. (#1064) 2018-11-14 14:32:50 -08:00
AuthenticationSchemeProviderTests.cs Added protected ctor to AuthenticationSchemeProvider (#990) 2018-02-05 13:43:55 -08:00
AuthenticationServiceTests.cs
Microsoft.AspNetCore.Authentication.Core.Test.csproj
TokenExtensionTests.cs