Dominick Baier
8bb5212242
Update README.md
2015-07-22 09:01:20 +02:00
Andrew Stanton-Nurse
0f20eb9112
fix xml docs
2015-07-21 17:45:50 -07:00
Andrew Stanton-Nurse
991dff6b9e
react to DNX renames
2015-07-21 17:23:06 -07:00
Doug Bunting
bb618ac437
React to change in `HttpInfo`
...
- aspnet/Diagnostics@fea15eb
2015-07-21 17:03:39 -07:00
Andrew Stanton-Nurse
4656872876
react to DNX renames
2015-07-21 16:43:57 -07:00
Brice Lambson
ce3b958f69
Revert "React to aspnet/EntityFramework#2613"
...
This reverts commit 8fae544fb3 .
2015-07-21 15:40:02 -07:00
Brice Lambson
be98dfb7cf
Revert "React to aspnet/EntityFramework#2613"
...
This reverts commit 769eb9f08b .
2015-07-21 15:38:28 -07:00
Brice Lambson
3a7c0132c1
Revert "React to aspnet/EntityFramework#2613"
...
This reverts commit 97459de509 .
2015-07-21 15:35:20 -07:00
Mugdha Kulkarni
ddfe5e9736
Adding more test cases before removing RegEx for parameter matching
2015-07-21 15:09:15 -07:00
Andrew Stanton-Nurse
6b9093679e
react to DNX renames
2015-07-21 14:56:53 -07:00
Stephen Halter
a457f6da25
Merge branch 'release' into dev
2015-07-21 14:18:37 -07:00
Stephen Halter
4a284e5f81
Revert "React to FeatureModel package change."
...
This should not have been in the release branch yet!
This reverts commit 3cc0dd7a25 .
2015-07-21 14:17:11 -07:00
Stephen Halter
c199e5eee1
Wait on user-defined OnStarting and OnCompleted callbacks
2015-07-21 12:44:57 -07:00
Chris R
3cc0dd7a25
React to FeatureModel package change.
2015-07-21 12:44:56 -07:00
Stephen Halter
88689ccdb8
Merge branch 'release' into dev
2015-07-21 12:14:46 -07:00
Stephen Halter
b9901c3bfe
Surface fatal exceptions that stop the event loop
...
- Request an app Shutdown so KestrelEngine gets disposed
- Ensure Listener.Dispose doesn't deadlock before the engine
can be disposed
- Rely on the existing logic to rethrow in the fatal error when
the engine gets disposed
2015-07-21 11:58:26 -07:00
Doug Bunting
b908a7ef6a
React to `IAssemptyEnvironment` breaking change
2015-07-20 17:24:13 -07:00
Tugberk Ugurlu
81f8b3edfb
removed packExclude from unnecessary places, replaced it with
...
publishExclude and removed kproj and xproj excludes
2015-07-20 16:49:59 -07:00
Hao Kung
5bb5662e74
Remove sync AuthZ APIs
2015-07-20 16:36:25 -07:00
Doug Bunting
79a2982441
Add support for model binding dictionaries from `prefix[name]=value` entries
...
- #1418
- add new fallback binding in `DictionaryModelBinder`
- similar to MVC 5 approach but more explicit and with better key conversion support
- fix bugs in `PrefixContainer` encountered while adding new tests of #1418 scenarios
- did not handle entries like "[key]" or "prefix.key[index]" correctly
- refactor part of `GetKeyFromEmptyPrefix()` into `IndexOfDelimiter()`; share with `GetKeyFromNonEmptyPrefix()`
- extend `ReadableStringCollectionValueProviderTest` to cover bracketed key segments
nits:
- remove use of "foo", "bar", and "baz" in affected test classes
- `""` -> `string.Empty`
- `vpResult` -> `result`
2015-07-20 16:33:35 -07:00
Arthur Vickers
8299bbf482
React to EF API change
2015-07-20 11:13:09 -07:00
Ben Adams
23ffc3fea9
ConfigureAwait(false)
2015-07-19 15:50:42 +01:00
Ben Adams
e69f63e494
ConfigureAwait(false)
2015-07-19 15:47:39 +01:00
Ben Adams
aedd548c3b
Fix sample perf (Option 1)
...
No need to await just return Task
2015-07-19 15:32:37 +01:00
Hisham Abdullah Bin Ateya
9c099bc057
Remove unused dnx command
2015-07-18 06:03:33 +03:00
Kiran Challa
20bd4c799e
Added unit tests
2015-07-17 11:03:14 -07:00
Kiran Challa
d577f0ee67
Merge branch 'release' into dev
2015-07-17 10:31:06 -07:00
Kiran Challa
0d78bdbef2
Fixed sample and instructions
2015-07-17 10:29:03 -07:00
Kiran Challa
ab124d2ca0
Reacting to merging of FeatureModel into Http.Features
2015-07-17 10:06:24 -07:00
Chris R
93477efb41
React to FeatureModel package change.
2015-07-17 09:58:55 -07:00
Chris R
9fdeb09270
React to FeatureModel package change.
2015-07-17 09:47:17 -07:00
Chris R
a8c755e664
React to FeatureModel package change.
2015-07-17 09:28:11 -07:00
Doug Bunting
6033679193
Cleanup .xproj files to avoid future churn
...
- mostly remove useless `<RootNamespace>` elements
2015-07-17 09:07:23 -07:00
Doug Bunting
3056c8ec08
Remove a VS build warning
...
- was "CS0649: Field is never assigned to, and will always have its default value `null'"
- visible only in VS builds due to aspnet/dnx#2284
nit: let VS do its thing with Microsoft.AspNet.Mvc.Localization.xproj
2015-07-17 08:50:28 -07:00
Kiran Challa
22449a09f7
Merge branch 'release' into dev
2015-07-16 18:56:17 -07:00
Kiran Challa
988c037ce5
Merge branch 'dev' of http://github.com/aspnet/diagnostics into dev
2015-07-16 18:53:23 -07:00
Kiran Challa
fea15eb8de
Removed creation of request id logging scope
2015-07-16 18:51:57 -07:00
Kiran Challa
191ffe1721
Fix null reference exception
2015-07-16 18:03:45 -07:00
Kirthi Krishnamraju
d06dcbc996
Merge branch 'release' into dev
2015-07-16 16:09:29 -07:00
Kirthi Krishnamraju
d8a523a07f
Added Mvc localization project
2015-07-16 15:57:24 -07:00
Ajay Bhargav Baaskaran
8039ebc7d1
Merge branch 'release' into dev
2015-07-16 15:55:15 -07:00
Ajay Bhargav Baaskaran
92f3e21fe6
Fix: Metadata ignored for non model-specific EditorTemplate
...
Issue - #2778
2015-07-16 15:48:01 -07:00
Ajay Bhargav Baaskaran
c6302ff026
Merge branch 'release' into dev
2015-07-16 15:45:56 -07:00
Chris R
b8af07e3c1
#60 Merge FeatureModel into Http.Features. Remove unused FeatureObject.
2015-07-16 15:10:48 -07:00
N. Taylor Mullen
7b9de550c7
Merge branch 'release' into dev
2015-07-16 14:50:40 -07:00
N. Taylor Mullen
b762830a43
Consume `EditorBrowsableAttribute` on `TagHelper`s.
...
- Changed `TagHelperDescriptorFactory` to not create individual descriptors when `EditorBrowsableAttribute` is present and set to `EditorBrowsableState.Never`.
- Added tests to validate the `TagHelperDescriptorFactory` creates the attribute correctly.
- Did not look down the inheritance chain for `EditorBrowsableAttribute` because `TargetElement` is not inherited.
#447
2015-07-16 14:49:09 -07:00
Brice Lambson
14b08da4f3
Add Microsoft.Data.Sqlite
2015-07-16 13:52:11 -07:00
Hao Kung
3646d6ed6e
Fix build breaks
2015-07-16 13:41:35 -07:00
Hao Kung
668dd349d2
React to security renames
2015-07-16 13:15:08 -07:00
Ajay Bhargav Baaskaran
6210de95e3
Fix regression from previous commit
2015-07-16 13:00:44 -07:00