Ajay Bhargav Baaskaran
67474d8cbc
[ Fixes #2382 ] Use PostElement in Script and Link tag helpers
2015-07-23 10:52:57 -07:00
Troy Dai
29549fc0b1
Fix build break
2015-07-22 22:09:51 -07:00
Ryan Nowak
5ae6d029ce
Update designer file
2015-07-22 15:25:47 -07:00
Kiran Challa
064e2fe553
Added repository information to project.json files
2015-07-22 15:00:14 -07:00
Eilon Lipton
bc409abb7d
Update API usage from Configuration change
...
Caused by
602ce3723f
2015-07-22 14:04:14 -07:00
Pranav K
8271552cc6
Change pin-version to use the coherence build results
...
Fies #247
2015-07-22 13:35:30 -07:00
Ryan Nowak
bae442cf48
Fix for #2799 - OOM during TryUpdateModelAsync
...
The change here is that when we create the ModelValidationNodes to just
return them rather than adding them to the tree. For a very large model,
having these extra nodes in the tree would eventually cause an OOM.
We're going to be taking a more thorough look at this code separately,
hence the quick fix.
2015-07-22 08:37:16 -07:00
Brice Lambson
811b59fe94
Merge branch 'release' into dev
2015-07-22 08:35:38 -07:00
Brice Lambson
8e5e044c8b
Merge branch 'release' into dev
2015-07-22 08:35:18 -07:00
Brice Lambson
6e72a3935d
Merge branch 'release' into dev
2015-07-22 08:34:30 -07:00
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