David Fowler
b1c0792e8c
Added Configuration to TestApplicationEnvironment
2014-07-10 10:22:24 -07:00
David Fowler
5208421ad5
Fixed dependencies to get the right version of IApplicationEnvironment
2014-07-10 10:16:24 -07:00
David Fowler
221a8f4f50
Changed defines from DEBUG to DIAGNOSTICS_PAGE_MIDDLEWARE
2014-07-10 10:06:16 -07:00
David Fowler
fbd2c4a08e
Added Configuration to TestApplicationEnvironment
2014-07-10 10:00:14 -07:00
David Fowler
50a281b92d
Fixed build break due to adding configurations
2014-07-10 09:56:18 -07:00
David Fowler
bcb816f7d1
Fixed if DEBUG
2014-07-10 09:45:36 -07:00
Yishai Galatzer
039762c497
Remove unnecessary awaits to speed up cold startup time.
...
The await/async patterns adds a state machine that takes time to jit, in this
case the await is not necessary and the code remains simple without adding
continuations.
2014-07-10 09:42:08 -07:00
Chris Ross
1074fc102a
OWIN WebSockets: Cleanup, docs, extension methods.
2014-07-09 17:19:41 -07:00
Pranav K
177aadeadf
Add extra unit tests and functional tests for CompositeViewEngine
...
Fixes #768
2014-07-09 15:03:34 -07:00
Chris Ross
b1c82c0066
#96 Enable AspNet->Owin WebSockets.
2014-07-09 10:03:13 -07:00
Chris Ross
31edabdfcb
#96 Enable Owin->AspNet WebSockets.
2014-07-09 10:03:11 -07:00
Pranav K
23eefed31a
Move setting up options to MvcOptionsSetup
...
Fixes #760
2014-07-09 09:45:17 -07:00
Chris Ross
1ece87ef68
Fix mispelled class name.
2014-07-09 09:28:40 -07:00
DamianEdwards
db429b0d59
Updated AngularHtmlHelper based on MVC changes
2014-07-08 18:23:58 -07:00
Louis DeJardin
de6c32dc4b
Guarding against leaking GCHandles in read/write operations
...
See #19
2014-07-08 18:11:09 -07:00
Pranav K
5194adfaf5
Moving IViewEngine to MvcOptions
2014-07-08 17:50:13 -07:00
Ryan Nowak
42b5aac1b1
fixing a broken link in musicstore.
2014-07-08 17:18:39 -07:00
Ryan Nowak
27d6a735af
Implement a 'required' constraint
...
This is useful for a variety of interesting scenarios in link generation
where a default value doesn't appear in the route template as a parameter.
This can be used to implement the desired behavior for areas - where the
'area' key is sticky.
2014-07-08 16:23:14 -07:00
Louis DeJardin
1406ec94c3
Fixing WriteAsync reference
2014-07-08 16:14:41 -07:00
Louis DeJardin
2da561cb7a
Garbage collecting safe handles need to queue the uv_close
...
All of the uv_* calls must be called on the original thread
the finalizer thread cleaning up safehandle classes needs
special handling
see #16
2014-07-08 16:02:09 -07:00
Louis DeJardin
836be5565a
Using weak gchandles from native to managed
...
See #15
2014-07-08 14:51:13 -07:00
DamianEdwards
79111650f0
Fixed node/npm/grunt tasks to use global install if available
2014-07-08 13:42:47 -07:00
DamianEdwards
861e3df43b
Only install node/npm/bower if not installed globally
2014-07-08 12:43:56 -07:00
Ryan Nowak
6c5b836070
Removing magic link generation
2014-07-08 12:17:49 -07:00
Pranav K
dbd26ef9a3
Chaning unit test to use Mock.Setup instead of setting it directly
2014-07-08 11:46:47 -07:00
Chris Ross
8d270ae328
Add namespace for Response.Write extension.
2014-07-08 11:02:18 -07:00
Chris Ross
93869a5d7b
Fix test.
2014-07-08 10:40:06 -07:00
Chris Ross
240d969899
Add using statement for extension methods.
2014-07-08 10:19:16 -07:00
Ryan Nowak
63dcdd6ca5
Fix for #77 - pass ambient values not in the template to constraints
...
This change adds tests and makes the behavior consistent with legacy MVC
as far as what values are visible in constraints.
This is important because it allows constraints to make decisions based on
whether or not a value is present even if it's not in the template. This
is similar to the behavior of WebAPI link generation or Area link
generation in MVC 5 - but without hardcoding.
2014-07-08 10:18:00 -07:00
Chris Ross
91b61bf6f6
Add using statement for extension methods.
2014-07-08 10:11:25 -07:00
Chris Ross
6afcadd66a
Add using statement for extension methods.
2014-07-08 09:59:13 -07:00
Chris Ross
bd872c5fb0
Fix rebase issue in tests.
2014-07-08 09:42:11 -07:00
Chris Ross
578518d5c4
#66 Add response writing extensions.
2014-07-08 09:34:57 -07:00
Louis DeJardin
ca9e837048
Need to add content type to dylib for nupkg file format to see it
2014-07-07 15:07:28 -07:00
Louis DeJardin
b0f738651e
WebSockets package renamed to .Server
2014-07-07 14:23:49 -07:00
Louis DeJardin
21778f631a
Guarding against more read_cb cases
2014-07-07 14:01:02 -07:00
Louis DeJardin
9c1cb29cdd
SampleApp changed location
2014-07-07 13:15:29 -07:00
Louis DeJardin
74a4c8cd27
Renaming KestralTests folder KestrelTests
2014-07-07 13:08:28 -07:00
Louis DeJardin
8624b82b2b
Improving callback exception support
...
Also renaming KestralTests to KestrelTests
2014-07-07 13:08:25 -07:00
tugberkugurlu
8e0876e440
sorted dependencies corrctly on sample
2014-07-07 22:21:35 +03:00
Pranav K
1e7da1dc61
Fix versioning for Microsoft.Net.WebSockets
2014-07-07 12:11:41 -07:00
Chris Ross
5bf4883cd9
#91 Provide a default constructor for DefaultHttpContext.
2014-07-07 10:48:07 -07:00
David Fowler
d970cec8bc
Updated kvm to the latest versions
2014-07-05 18:38:44 -07:00
tugberkugurlu
b855b69e5a
added Microsoft.AspNet.StaticFiles package to be able to serve static files for the sample
2014-07-04 12:04:34 +03:00
Ben Brown
0f9e232759
Updating ILogger descendants for interface change.
2014-07-03 20:06:11 -07:00
Ryan Nowak
c2140666d9
fix build break in music store
2014-07-03 19:25:29 -07:00
Ryan Nowak
e396f1b451
Adding attribute routing
2014-07-03 18:53:38 -07:00
Praburaj
0b0b5837fd
A few changes with this checkin
...
1. Fixed the delete album action
2. Added a test for add to cart, checkout & delete an album scenarios.
With this the scenario set becomes complete.
2014-07-03 16:05:58 -07:00
Chris Ross
6edd238f38
Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature.
2014-07-03 14:14:07 -07:00
Chris Ross
7133ab1b2a
Rename IHttpOpaqueUpgradeFeature to IHttpUpgradeFeature.
2014-07-03 14:07:38 -07:00