Pranav K
|
a6ac3f58f5
|
Replace NotNullAttribute with thrown exceptions
|
2015-10-07 10:32:48 -07:00 |
Pranav K
|
b36d5663b2
|
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
|
2015-10-03 15:44:49 -07:00 |
Hao Kung
|
2bd83e1589
|
ConfigureSession => AddSession overload
|
2015-09-11 14:16:13 -07:00 |
Hisham Abdullah Bin Ateya
|
93490c4750
|
SessionMiddleware docs
Fix docs for SessionMiddleware
Fix typos
Fix docs
|
2015-06-27 21:55:28 +03:00 |
Hisham Abdullah Bin Ateya
|
e6afe46edc
|
SessionServiceCollection docs
|
2015-06-26 04:05:55 +03:00 |
Kiran Challa
|
dab08ba7e9
|
Session api review changes
|
2015-06-03 21:19:18 -07:00 |
N. Taylor Mullen
|
b7a38ce39a
|
Update LICENSE.txt and license header on files.
|
2015-05-01 14:00:47 -07:00 |
Praburaj
|
4373b6bf62
|
Using [NotNull] from the common repo package
|
2015-03-14 07:30:29 -07:00 |
Praburaj
|
6c57ca7c1e
|
Move IServiceCollection extensions into Microsoft.Framework.DependencyInjection namespace
Fixes:
https://github.com/aspnet/Session/issues/10
https://github.com/aspnet/Session/issues/8
1. Renaming the class name containing the extension
2. Consolidating the AddSession() and ConfigureSession overloads with same pattern we follow in other repos
3. Rename AddSessionServices() => AddSession() like all other repos
|
2015-03-13 11:45:17 -07:00 |