Troy Dai
bc6833ee72
Fix build break
2015-01-06 11:01:20 -08:00
Suhas Joshi
87f895f2e6
Updating path to kvm
2015-01-06 10:49:09 -08:00
Kai Ruhnau
c008b3922d
Fixed the casing of the configuration
2015-01-06 18:37:12 +01:00
Kiran Challa
391816eb71
[ Fixes #1713 ]WebApiCompatShim doesn't work with Transfer Encoding: chunked
2015-01-05 21:52:13 -08:00
Bruce Bowyer-Smyth
af9e9f9113
Remove boxing of chars when concatenated with strings
2015-01-05 19:05:14 -08:00
Bruce Bowyer-Smyth
95ae4cb3a5
Use optimal StringComparison for symbol strings
2015-01-05 18:50:55 -08:00
Pranav K
f649fb45c8
Adding TestConfiguration to NoFun.sln to avoid it from modifying the sln
...
on open
2015-01-05 13:42:41 -08:00
Ajay Bhargav Baaskaran
eb7283fced
added BadRequest and Created Action Results with related unit and functional tests.
2015-01-05 11:07:42 -08:00
Kirthi Krishnamraju
9ea5350271
Added more coverage in functional tests for FlushAsync
2015-01-05 10:36:37 -08:00
Pranav K
68fcb2bfca
Temporarily disabling running
...
UpdateVehicle_WithXml_BindsBodyServicesAndHeaders until we get a
resolution for DataContractSerializer behaving differently in CoreCLR.
2015-01-05 10:15:27 -08:00
David Fowler
d9237b3a08
Merge pull request #136 from Tragetaschen/shutdown-dispose-exception
...
Catch exceptions while disposing
2015-01-04 08:52:14 -08:00
Pranav K
487c5464c0
Adding reference to Roslyn to unbreak build
2015-01-03 07:31:27 -08:00
Praburaj
6407ff0adc
Cleanup : Moving the mock code to the test project
...
This is to make the sample code cleaner. Moved the mock code to the test project.
Also fixed some intendation issues in some cshtml files.
2015-01-02 17:13:31 -08:00
Pranav K
110ee28e3e
Adding support for flowing compilation settings to views
...
Fixes #871
2015-01-02 15:34:52 -08:00
Pranav K
62b9db93b6
Removing unused code from UnclassifiedCodeSpanConstructor to fix build
2015-01-02 14:34:57 -08:00
Ryan Nowak
e2a4b1ec72
Remove IsActionNameMatchRequired
...
This change removes IsActionNameMatchRequired from the action model. The
WebAPI shim uses a custom route data constraint to get the same effect.
2014-12-31 15:21:50 -08:00
Ryan Nowak
ae9fc793ec
Adding IRouteConstraintProvider and supporting it on actions
...
This change adds an interface for the functionality provide by
RouteConstraintAttribute, and adds support for configuration constraints
on actions/action-model.
2014-12-31 14:50:33 -08:00
Ryan Nowak
5dfd27e51f
Removing dead code in sample
2014-12-31 11:26:49 -08:00
riande
db96104985
removed App_data per [Mvc] Remove App_Data from MvcSample.Web Startup ( #1716 )
2014-12-31 11:09:03 -08:00
Hao Kung
14ec7960a1
React to identity changes
2014-12-30 14:59:07 -08:00
Praburaj
a4d2d185e1
Fixing tests on mono
...
kestrel command is now lowercased. Passing the right case from tests.
2014-12-30 13:30:36 -08:00
Praburaj
e609602f2f
Clean up and refactoring
...
1. Removed some console logging statements from code
2. Used database error page like templates.
3. Renamed the command `WebListener` to `web` with all lower case to be consistent with templates.
4. Lowercased `Kestrel` => `kestrel` to be consistent with remaining samples.
2014-12-30 13:16:08 -08:00
Ajay Bhargav Baaskaran
ff3ddfcc53
removed SessionState directive
2014-12-29 14:56:20 -08:00
Ajay Bhargav Baaskaran
891dfa5e3e
renamed TagNameAttribute to HtmlElementNameAttribute
2014-12-29 10:50:27 -08:00
Kai Ruhnau
6cd5744383
Catch exceptions while disposing
2014-12-28 00:05:33 +01:00
David Fowler
e421b3f01c
Throw better error when libuv can't be loaded
...
- Throw more specific exception for *nix machines
2014-12-26 21:24:35 -08:00
Pranav K
82be0d3d4a
Reacting to FileSystem changes part 3
2014-12-24 08:03:46 -08:00
Ajay Bhargav Baaskaran
a818240d8a
React to aspnet/Razor#263 changes
2014-12-23 16:34:13 -08:00
Praburaj
d9148bd6f7
Fixing KRE_ENV to ASPNET_ENV
2014-12-22 19:04:55 -08:00
David Fowler
217f9ca3d3
Merge pull request #125 from aidancasey/dev
...
NDC London bug fix! , changing environment variable name
2014-12-22 18:08:07 -08:00
N. Taylor Mullen
e30e74dc5a
Handle unclosed and invalid structure HTML tags for TagHelpers.
...
- Added detection of unclosed tags (tags without begin/end).
- Added recovery of potentially unclosed tags.
- Added detection of invalid structure tags (tags that do not end with '>').
- Modified detection of bad attribute values to be parse errors instead of runtime errors.
- Modified RazorParser to sort errors. This made writing tests more intuitive and ultimately ensures that the editor shows errors in the correct order.
- Added tests to validate invalid tag structure.
- Added tests to validate invalid attributes.
- Added tests to validate unclosed tags.
#104
2014-12-22 14:28:35 -08:00
Praburaj
9e62865dd9
Fixing code to pass KRE folder path not including bin
2014-12-22 13:14:02 -08:00
N. Taylor Mullen
6afd8710fa
React to aspnet/Razor#207 changes.
2014-12-22 10:58:23 -08:00
Pranav K
cce76cffd4
* Removing transitive dependencies from
...
Microsoft.AspNet.StaticFiles/project.json
* Replacing Contract.Assert with Debug.Assert and removing
System.Diagnostics.Contracts dependency
* Fixing casing for Microsoft.AspNet.StaticFiles.Tests/project.json file
name
2014-12-20 07:17:14 -08:00
Pranav K
dc74729b6c
More changes to DateTimeOffset
2014-12-20 07:07:43 -08:00
Pranav K
35ec5be17f
Reacting to FileSystem changes
2014-12-20 06:50:20 -08:00
Pranav K
9df8a1e73f
Reacting to FileSystem changes v2
2014-12-19 18:10:57 -08:00
Pranav K
c6eaf00b02
Reacting to FileSystem changes
2014-12-19 17:38:29 -08:00
N. Taylor Mullen
a86b0dca3e
Add line mappings to project TagHelper attribute values.
...
- We now create LineMappings for instances where a TagHelper's attribute value is not of a string type.
- This will enable the Razor editor to create projections from .cshtml => .cs for TagHelper attributes.
- Modified the TagHelperCodeGenerator and TagHelperBlockBuiler to accurately track the attribute values start locations so it could flow into code generation.
- Modified existing tests to account for the new line mappings.
#207
2014-12-19 17:26:33 -08:00
Praburaj
a9ea8a87c8
Fixing the KRE name issue on mono
...
On mono with a recent change --runtime <value> for kpm pack is null as the value is not populated.
2014-12-19 13:45:51 -08:00
Suhas Joshi
e5a92daa51
Corrected json for mono
2014-12-19 11:59:12 -08:00
Praburaj
2dae44a607
Disabling IIS variation test as CI machine does not have IIS installed.
2014-12-19 10:53:33 -08:00
mikary
f76583b18b
Reacting to API changes in EntityFramework
2014-12-19 10:47:45 -08:00
Praburaj
68102b8786
Enabling IIS variation of the test
...
Also organizing some test code.
2014-12-18 20:01:47 -08:00
Praburaj
3c49e439c9
Removing an incorrect test variation.
2014-12-18 19:25:59 -08:00
Praburaj
9c442e97ff
Using the latest xunit skip condition attributes to skip tests
...
Also moved all the helper code into sub-directories.
2014-12-18 19:25:51 -08:00
Praburaj Thiagarajan
102270d8db
Merge pull request #309 from stefaanvermassen/patch-2
...
Fixed README typo
2014-12-18 17:48:15 -08:00
Levi B
e9c4a8c9de
Conditionally run CNG tests only on supported platforms.
2014-12-18 15:43:08 -08:00
Chris Ross
4333003df0
Generalize BasePath logic.
2014-12-18 15:30:43 -08:00
Chris Ross
8b7d33baaf
#63 - Use the PathBase in the Cookie path by default.
2014-12-18 14:41:16 -08:00