aspnetcore/test
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
..
Microsoft.AspNetCore.Authentication.Core.Test Do not check if key is present before removing item. (#1064) 2018-11-14 14:32:50 -08:00
Microsoft.AspNetCore.Http.Abstractions.Tests Improve performance and reduce allocations in RouteValueDictionary. (#1062) 2018-11-15 09:15:08 +13:00
Microsoft.AspNetCore.Http.Extensions.Tests Do not throw a null reference from request.GetDisplayUrl() (#1057) 2018-10-30 12:32:26 -07:00
Microsoft.AspNetCore.Http.Features.Tests
Microsoft.AspNetCore.Http.Tests Change namespace to Microsoft.AspNetCore.Http.Endpoints (#1061) 2018-11-08 15:52:01 +13:00
Microsoft.AspNetCore.Owin.Tests fix some spelling (#1035) 2018-09-06 08:46:34 -07:00
Microsoft.AspNetCore.WebUtilities.Tests fix some spelling (#1035) 2018-09-06 08:46:34 -07:00
Microsoft.Net.Http.Headers.Tests Skip extensions in SetCookie parser #1049 (#1050) 2018-10-17 09:48:23 -07:00
Directory.Build.props