Eilon Lipton
2feefbae10
Merge pull request #19 from hishamco/issue18
...
Update 'dnvmx -x86' switch
2015-03-25 09:10:38 -07:00
hishamco
586070f377
Update 'dnvmx -x86' switch
2015-03-25 12:14:18 +03:00
hishamco
98202236c5
Update 'dnvmx -x86' switch
2015-03-25 10:37:04 +03:00
Wei Wang
3860951100
Remove k command and use dnx instead
2015-03-24 22:35:54 -07:00
Wei Wang
c1a386dc45
Remove k command and use dnx instead
2015-03-24 22:24:37 -07:00
Wei Wang
10cfee154b
Remove k command and use dnx instead
2015-03-24 21:47:31 -07:00
Wei Wang
30232279fd
Remove k command and use dnx instead
2015-03-24 21:46:51 -07:00
Wei Wang
0b8274e260
Remove k command and use dnx instead
2015-03-24 21:45:32 -07:00
Wei Wang
2a95b7736e
Remove k command and use dnx instead
2015-03-24 21:40:12 -07:00
Wei Wang
cdd5d6356f
Remove k command and use dnx instead
2015-03-24 21:39:13 -07:00
Wei Wang
370c986ab3
Remove k command and use dnx instead
2015-03-24 21:36:19 -07:00
Wei Wang
401fd1c833
Remove k command and use dnx instead
2015-03-24 21:35:55 -07:00
Wei Wang
ceb37405d5
Remove k command and use dnx instead
2015-03-24 21:34:59 -07:00
Wei Wang
bf7da695ee
Remove k command and use dnx instead
2015-03-24 21:34:48 -07:00
Wei Wang
5afe55dc39
Remove k command and use dnx instead
2015-03-24 21:31:44 -07:00
Wei Wang
6f5bf881d5
Remove k command and use dnx instead
2015-03-24 21:31:30 -07:00
Wei Wang
475babfa37
Remove k command and use dnx instead
2015-03-24 21:29:55 -07:00
Wei Wang
7b707e3b7c
Remove k command and use dnx instead
2015-03-24 21:28:25 -07:00
Wei Wang
da56d693c4
Remove k command and use dnx instead
2015-03-24 21:27:52 -07:00
Wei Wang
1d8f64d71c
Remove k command and use dnx instead
2015-03-24 17:34:51 -07:00
Praburaj
b233a7ee25
Re-enabling coreclr based E2E tests
2015-03-24 17:30:29 -07:00
N. Taylor Mullen
99d9b9d511
Add Razor TagHelper tooling reference to TagHelperSample.Web.
2015-03-24 16:57:18 -07:00
suhasj
719fc44332
Merge branch 'release' into dev
2015-03-24 14:47:05 -07:00
Doug Bunting
1dafff4fb9
Reenable Core functional tests
...
- this reverts commit 2d304e5
2015-03-24 13:43:57 -07:00
Doug Bunting
fc1017fba8
Quick fixes: Clean up test code
...
- remove useless `configuration` variables and `Configuration` instances
- remove "Review" code comment
- unintentionally included in commit 4b5dd19
- reduce repeated code in `TestHelper` for functional tests
- `CreateServer()` methods had duplicate code, an ambiguous match, and an odd order
- rename `GetTestConfiguration()` to `UseCultureReplacer()` in functional tests
2015-03-24 13:42:27 -07:00
Praburaj
65ef65e2d8
PR feedback on IsEnvironment extension
...
removing [NotNull] on environmentName parameter. String.Equals is expected to handle this appropriately.
2015-03-24 13:08:04 -07:00
Suhas Joshi
83d9003b7a
React to Identity changes
2015-03-24 13:07:41 -07:00
Doug Bunting
9ac6ebd2b2
Refactor `IHtmlGenerator.GenerateSelect()` and address #2240
...
- add `IHtmlGenerator.GetCurrentValues()` method
- bring together bits of `GenerateSelect()` and `UpdateSelectListItemsWithDefaultValue()`
- get rid of ugly `out` parameter
- also allows `<option/>` tag helpers to run before `<select/>` helper generation
- match `null` values and `SelectListItem`s with empty values
- match `enum` names correctly
- add doc comments for `IHtmlGenerator.GenerateSelect()` methods
2015-03-24 12:37:19 -07:00
Suhas Joshi
28dc0245bf
Moved POCOs to EF and fixed tests
2015-03-24 11:48:26 -07:00
sornaks
0e783ace58
Issue #2141 - Script & Link tag helpers should support generating cache-busting file version hash in URL.
2015-03-24 11:47:29 -07:00
KevinDockx
0462dd6be3
[JsonPatch]Rename SimpleObjectAdapter; Include statuscode in JsonPatchException
2015-03-24 11:24:53 -07:00
Praburaj
ac63ee96ae
Fixing tests after ElmMiddleware change
2015-03-24 10:55:10 -07:00
Praburaj
cb159a678a
Fixing the Elm middleware to check if request has form content
...
With a change to HttpAbstractions, ReadFormAsync throws if called on a request whose content type is not
not form encoded content.
2015-03-24 10:43:00 -07:00
Doug Bunting
2d304e5da1
Disable Core functional tests (again)
...
- avoid System.Private.DataContractSerialization problem
2015-03-24 10:14:15 -07:00
Wei Wang
2bd951f1c6
Rename kpm to dnu
2015-03-24 00:51:09 -07:00
Wei Wang
0f0fc2e23e
Rename kpm to dnu
2015-03-24 00:36:00 -07:00
Doug Bunting
28ca45e077
Quick fix: Correct invalid HTML in some of our tag helper-related views
...
- few end tags for void elements e.g. `</input>`
- fair number of self-closing flow elements e.g. `<label .../>`
- most-visible change is correction of `<textarea>` in tag helper sample
- no product code changes
2015-03-23 22:13:03 -07:00
Praburaj
4a5b9f6b6e
Add a description for the OpenIdConnect package
2015-03-23 21:34:26 -07:00
sornaks
54c1fed254
Issue #1736 - Razor view searches in case-sensitive filesystems.
2015-03-23 18:02:35 -07:00
Praburaj
0dbbd2f655
Adding some tests for the MapPath extension method
...
And looks like I pushed the MapPath extension change too soon. I had to fix an issue in the path for forward and backward slash.
For example if an application tries to do MapPath("/resource") then this code does not work cross plat unless the directory separator characters are fixed appropriately.
Fixed it and also added some test coverage.
2015-03-23 17:43:36 -07:00
Ajay Bhargav Baaskaran
823e9f1516
[ Fixes #2192 ] Remove enumerable types from excluded type in validation
2015-03-23 16:06:29 -07:00
Rowan Miller
105d3353cf
🔥 Remove migrations end point
2015-03-23 15:56:30 -07:00
Rowan Miller
f644aea3b1
🎨 Update 'k' to 'dnx' in migrations info
2015-03-23 15:55:43 -07:00
Ryan Nowak
784021cf85
Fix ModelMetadata.IsRequired
...
The DataAnnotationsMetadataProvider was setting the bool? IsRequired, all of the
time instead of only setting it to true when we found a RequiredAttribute.
So we never actually executed the fallback logic here. Found
this while working on removing some reflection code from the validator,
and wanted to split it out because it's simple.
2015-03-23 15:32:43 -07:00
N. Taylor Mullen
05eb00b258
Update RazorError to be deserialized.
...
- Added tests to ensure RazorError can be serialized/deserialized.
#330
2015-03-23 15:25:52 -07:00
Kirthi Krishnamraju
a5da5b3acd
Removed reflection code; used JsonContract instead and added new JsonPatchInputFormatter
2015-03-23 14:46:54 -07:00
Kevin Dockx
f1e1d8f4df
Initial Json Patch check-in
2015-03-23 14:46:49 -07:00
Harsh Gupta
5818c0b5b7
Fixes #583 Generating a unique cookie name for an application.
2015-03-23 14:05:05 -07:00
ajcvickers
9e7f12a515
React to EF relationship API changes
2015-03-23 13:18:07 -07:00
Kiran Challa
f6ff2deebd
Added readme file to enable git add wwwroot folder
2015-03-23 12:39:05 -07:00