Commit Graph

37666 Commits

Author SHA1 Message Date
Harsh Gupta f37f2ae352 Validations with BindRequired on properties. 2015-05-04 10:32:35 -07:00
Chris R 568d0d9106 #275 Reduce UriHelper to static methods. 2015-05-04 10:30:14 -07:00
Youngjune Hong 797f802906 Adding the unit tests for ViewComponents in MusicStore 2015-05-04 10:18:35 -07:00
Harsh Gupta 502b832d17 Integration tests for
Collection Model Binder -> MutableObject(POCO) Model Binder – With-Data/Fallback-to-empty-prefix/Without-Data
2015-05-04 09:52:15 -07:00
Eilon Lipton 8e7d4a957b Remove link to old repo list 2015-05-04 08:57:51 -07:00
Eilon Lipton d936c2d424 Merge pull request #56 from hishamco/dev
Using 'nameof' operator instead of magic strings
2015-05-03 20:42:32 -07:00
Hisham Abdullah Bin Ateya 738c6ad0ff Using 'nameof' operator instead of magic strings 2015-05-03 13:57:45 +03:00
Eilon Lipton 3bef0fd817 Code cleanup (license headers, usings, whitspace) 2015-05-02 23:34:44 -07:00
Eilon Lipton 9c5e78b9dc Make tests run on CoreCLR
- Added dnxcore50 target
- Removed Shouldly reference
- Used CoreCLR-compatible APIs
2015-05-02 23:24:12 -07:00
Thomas L. Kjeldsen a3d268bd13 Restructure the 'Get started with Docker' section 2015-05-02 23:41:41 +02:00
Thomas L. Kjeldsen 8fe7a45ccb Add Dockerfile to the HelloMvc and HelloWeb sample projects 2015-05-02 23:40:37 +02:00
Hao Kung 6e7ec9b2fb Cleanup cookies (moar var) 2015-05-01 17:00:06 -07:00
BrennanConroy e79cd72f3e Update project.json 2015-05-01 15:59:04 -07:00
Ryan Nowak 1ee5238709 Another batch of ModelBinding integration tests
Includes tests for [Required] on properties with various levels of nesting
inside complex model binders.
2015-05-01 14:22:44 -07:00
N. Taylor Mullen fc87a436c1 Update StyleCop header restriction. 2015-05-01 14:14:25 -07:00
N. Taylor Mullen 552b336a78 Update LICENSE.txt and license header on files. 2015-05-01 14:07:00 -07:00
N. Taylor Mullen b781df02af Update LICENSE.txt and license header on files. 2015-05-01 14:05:34 -07:00
N. Taylor Mullen dd3bb685cb Update LICENSE.txt and license header on files. 2015-05-01 14:04:48 -07:00
N. Taylor Mullen b7a38ce39a Update LICENSE.txt and license header on files. 2015-05-01 14:00:47 -07:00
N. Taylor Mullen af70779d1b Update LICENSE.txt and license header on files. 2015-05-01 14:00:32 -07:00
N. Taylor Mullen 5cf0564484 Update LICENSE.txt and license header on files. 2015-05-01 14:00:05 -07:00
N. Taylor Mullen 352732fc62 Update LICENSE.txt and license header on files. 2015-05-01 13:59:22 -07:00
N. Taylor Mullen e5e4a22966 Update LICENSE.txt and license header on files. 2015-05-01 13:58:52 -07:00
N. Taylor Mullen 64e726d2b2 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
N. Taylor Mullen ff3ffd9348 Update LICENSE.txt and license header on files. 2015-05-01 13:54:16 -07:00
N. Taylor Mullen 063fb64c8b Update LICENSE.txt and license header on files. 2015-05-01 13:53:45 -07:00
N. Taylor Mullen ab43154577 Update LICENSE.txt and license header on files. 2015-05-01 13:52:26 -07:00
N. Taylor Mullen 8703e2d7f2 Update LICENSE.txt and license header on files. 2015-05-01 13:52:04 -07:00
N. Taylor Mullen 65b21712ef Update LICENSE.txt and license header on files. 2015-05-01 13:51:42 -07:00
ASP.NET Push Bot 94498c77ee ⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
Source: AspNet/kvm@0fb0101bc8
2015-05-01 13:51:29 -07:00
N. Taylor Mullen 1f8898d3a1 Update LICENSE.txt and license header on files. 2015-05-01 13:50:49 -07:00
N. Taylor Mullen b1643b438a Update LICENSE.txt and license header on files. 2015-05-01 13:46:24 -07:00
N. Taylor Mullen c6416f3520 Update LICENSE.txt and license header on files. 2015-05-01 13:45:56 -07:00
N. Taylor Mullen ece9a50883 Update LICENSE.txt and license header on files. 2015-05-01 13:45:35 -07:00
moozzyk f3207ed440 Fixing a build break in Helios
Removing Common.Native.targets - to avoid increasing build complexity repo with native projects will have their own target that generates version.h file
2015-05-01 13:16:51 -07:00
Kiran Challa 1f6d3fe4cc Fix RouteValueDictionary to handle read-only dictionaries. 2015-05-01 11:55:01 -07:00
Troy Dai 66921670bf React to DNX package names change 2015-05-01 11:11:13 -07:00
Brennan cb4361b253 React to DNX package renames 2015-05-01 11:07:18 -07:00
Troy Dai 02d163eaaf React to DNX package name change 2015-05-01 11:06:38 -07:00
Brennan c4d8b51f99 React to DNX package renames 2015-05-01 11:05:40 -07:00
Troy Dai 4a58540bdf React to DNX packages name change 2015-05-01 11:05:09 -07:00
moozzyk 6558f1c281 Consistent versioning of native binaries
* Adding an MSBuild target file that generates a header containing file and product versions which will be used in .rc files in native projects across all repos.
  Note that keeping header generation in MSBuild is cleaner than generating it in a .shade file since the entire project is being built within a single build subsystem and therefore you can build the project directly (i.e. just with MSBuild) without having to do it with Sake (if the file did not exist)
* Updating native-compile target in _k-standard-goals.shade to pass version numbers.
2015-05-01 10:23:27 -07:00
David Fowler 317f9d8b62 More pinning 2015-05-01 01:16:08 -07:00
Pranav K a01b1f68b0 Turn on parallel AppVeyor builds 2015-04-30 21:57:38 -07:00
Pranav K 124496a12f Use DateTimeOffset with fixed time zone in tests to allow it to work in
non-PST timezones.
2015-04-30 21:40:20 -07:00
David Fowler ccffee826d Updated the samples
- Pinned versions
- Locked NuGet.Config per sample set
2015-04-30 20:36:07 -07:00
Kiran Challa 1cadc54c3b Use TryAdd to add services rather than Add 2015-04-30 15:16:50 -07:00
N. Taylor Mullen e3fdb8886a Add Multiple attribute same name understanding to TagHelperChunk.
- This also involved adding understanding to CSharpTagHelperCodeRenderer.
- When rebasing this commit was lost as part of: 7c604d2b11 .

#279
2015-04-30 14:57:23 -07:00
Harsh Gupta 3a3acde904 Simple ModelBinders and Simple ModelBinder Poco-2
Covers simple scenario for each model binder.
Covers scenarios mixing a POCO model binder -> Simple Model binder.

This contains tests for
FormCollectionModelBinder
BinderTypeBasedModelBinder
TypeConverterModelBinder

Remainging:
TypeMatchModelBinder

This also adds missing unit test for TypeMatchModelBinder as well.
2015-04-30 13:43:02 -07:00
Kiran Challa 602f638a8c Remove EncoderServices and add default services directly in the service collection extension 2015-04-30 13:21:14 -07:00