Praburaj
0929aa23df
Enclosing a bunch of test only code within #if TESTING
2015-04-18 18:03:17 -07:00
Praburaj
5b4aed8dcc
Fixing the configoverride.json location
2015-04-17 21:59:12 -07:00
Praburaj
cd878d57c1
Removing some terms to clear the policheck.
2015-04-17 18:41:19 -07:00
Ryan Nowak
2719111453
Add more details to ModelAttributes
...
This change adds more information to ModelAttributes, so that metadata
providers can look at the attributes on the property and type separately
if so desired
2015-04-17 17:35:20 -07:00
Praburaj
c384fcc3c2
Deployment helpers moved to hosting repo.
2015-04-17 14:51:58 -07:00
Praburaj
fc96d4d3a5
Server deployment helpers in testing repo.
2015-04-17 14:46:43 -07:00
Ajay Bhargav Baaskaran
a4fd51772f
[ Fixes #2276 ] Serialize only simple types to session in TempData
2015-04-17 14:30:47 -07:00
Chris Ross
7d7cd5fde7
#265 Remove some overloads for Run, Map, and MapWhen.
2015-04-17 12:28:02 -07:00
Chris Ross
43c3913b86
#265 Remove setters for IApplcationBuilder.Properties and Server.
2015-04-17 12:18:09 -07:00
Praburaj
94ff5f85f0
Skipping mono tests on both clr and coreclr.
2015-04-17 12:00:10 -07:00
Praburaj
9027ce0982
Fixing the RuntimeInformation enum change
...
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Praburaj
b27c6fc1e2
Fixing runtime info middleware on coreclr
...
Also adding more information like OS, runtime type and architecture to the info page.
2015-04-17 11:47:46 -07:00
Pranav K
fb451b51e5
Added SourceLocation to inherited chunks \ tag helpers
...
Updated CompilationResult to support compilation failures from multiple
files.
Fixes #2321
2015-04-17 11:23:38 -07:00
Ajay Bhargav Baaskaran
f878ca5b15
[ Fixes #1919 ] Added path info to RazorPage exceptions
2015-04-17 10:30:37 -07:00
Troy Dai
63f6f42e7e
Update the sample data
...
Change the domain name in sample user from sample.com to example.com
2015-04-17 09:18:12 -07:00
ianhong
21031a3aa8
Add sample and functional test for custom inline constraints
2015-04-17 08:42:20 -07:00
Henk Mollema
3ac6acdab4
Removed clear-text password from sample
...
Removed unused clear-text password as it encourages risky coding.
#1764
2015-04-17 13:58:48 +02:00
Kiran Challa
e7728dde3f
Log view discovery
2015-04-17 04:23:45 -07:00
Troy Dai
06b61511e5
Creating 100 sample users in sample data when it is run in Performance Lab
2015-04-16 21:21:34 -07:00
Justin Van Patten
d37f9dded2
React to SessionCollectionExtensions renames
...
React to aspnet/HttpAbstractions#280
2015-04-16 18:30:25 -07:00
Justin Van Patten
f5267fc145
Rename SetInt & GetInt -> SetInt32 & GetInt32
...
Fixes #256
2015-04-16 18:23:30 -07:00
Chris Ross
b4903e22d1
Handle Http.Core rename.
2015-04-16 17:18:34 -07:00
Pranav K
8983a03fed
Reacting to changes in OptionsModel
2015-04-16 16:57:44 -07:00
Pranav K
18efefd5cf
* Use PropertyHelper.SetValue in DefaultControllerActionArgumentBinder
...
* Update DefaultModelMetadataProvider to use delegates exposed on
PropertyHelper instance.
Fixes #2355
2015-04-16 16:38:13 -07:00
Chris Ross
54a8d8f8de
Change to async retry helper.
2015-04-16 16:23:22 -07:00
Chris Ross
a3b2d2c3eb
Handle Http.Core rename.
2015-04-16 15:58:45 -07:00
Chris Ross
6223aac9be
Handle Http.Core rename.
2015-04-16 15:48:27 -07:00
Praburaj
ecb6184214
Using IRuntimeEnvironment to detect if mono
2015-04-16 15:14:17 -07:00
Pranav K
dc4ee8b915
* Adding FilePath to SourceLocation
...
* Using SourceLocation.FilePath when printing line pragmas, if available.
2015-04-16 15:08:36 -07:00
Pranav K
3b2ded5652
Adding support for printing multiple compilation failures
2015-04-16 14:54:08 -07:00
Chris Ross
133d8b5e96
Handle Http.Core rename.
2015-04-16 14:51:56 -07:00
Chris Ross
b5fd971562
Handle Http.Core rename.
2015-04-16 14:36:48 -07:00
Chris Ross
925d7d7828
Handle Http.Core rename.
2015-04-16 14:30:11 -07:00
Chris Ross
1bb35041e9
Handle Http.Core rename.
2015-04-16 12:32:18 -07:00
Hao Kung
501bd4ff10
Merge https://github.com/brentschmaltz/Security
2015-04-16 12:26:42 -07:00
Chris Ross
ee554439cf
Handle Http.Core rename.
2015-04-16 12:13:40 -07:00
Kiran Challa
879057b873
Addressing minor comment from feedback
2015-04-16 12:09:42 -07:00
Chris Ross
d111e24da7
#190 - Swap Http and Http.Core package names. Remove Http.Core namespace.
2015-04-16 12:07:50 -07:00
Ryan Nowak
f77493dffe
Part 1 of #1712 - Remove reflection in MutableObjectModelBinder
...
This change introduces a new property to ModelMetadata called
IsBindingRequired, which specifies whether or not a model value must be
present on the wire during model binding.
[DataMember(IsRequired = true)] is currently the only thing that will set
this property.
Updated tests and documentation for clarity on the difference in meaning
between MM.IsRequired and MM.IsBindingRequired. Moved setting for
IsRequired to ValidationMetadata which is a better fit.
Also added functional tests for [BindingBehavior] and [DataMember] in
model binding because they were totally missing.
2015-04-16 12:07:33 -07:00
Kiran Challa
c3f10f4a0f
Logging for content-negotiation
2015-04-16 12:02:55 -07:00
Praburaj
9c5d86d4c0
Enabling host shutdown events.
2015-04-16 11:55:54 -07:00
Chris Ross
22a1cab976
#149 - Expose connection information as 1st class.
2015-04-16 11:41:41 -07:00
Praburaj
c44e65c27f
Stabilizing IIS helpers.
2015-04-16 11:34:22 -07:00
Kiran Challa
7576116969
Removed test code related to logging and instead used Testing repo's logging helpers.
2015-04-16 11:19:24 -07:00
Kiran Challa
65bd8c448a
Removed Logging related ILogValues types and cleaned up tests.
2015-04-16 11:19:20 -07:00
Kiran Challa
20daab2fb5
Removed direct dependency on Framework.Logging and instead used Framework.Logging.Interfaces.
...
Fixed breaking code which additionally cleans up start-up logging which we wanted to do.
2015-04-16 11:19:17 -07:00
Chris Ross
d034dbb3c7
Infrastructure and Hello World and NTLM tests.
2015-04-16 10:38:05 -07:00
Henk Mollema
9eb87d4676
Removed htmlAttributes null check in GenerateForm
...
The null check caused the form not to use the default url generation
behavior when html attributes were specified.
2015-04-16 16:29:27 +02:00
Praburaj
9eca47b388
Changing all validators to async
2015-04-15 23:59:04 -07:00
Praburaj
0083778faf
Helpers async
2015-04-15 23:35:47 -07:00