Pranav K
5092e75387
Pin repo version to 1.0.1
2016-07-26 12:09:57 -07:00
Ryan Nowak
fb514d7ef8
Update versions to 1.0.1-*
...
Also adding a version number to TestConfiguration. This is not a leaf node
so it should have a version.
2016-07-21 09:55:28 -07:00
Pranav K
a1f4786695
Updating json files to pin versions and build files to pin KoreBuild
2016-06-27 13:51:10 -07:00
N. Taylor Mullen
8499e3d6bb
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:30:27 -07:00
jacalvar
0c2189e473
Remove unncessary imports
2016-06-09 00:35:44 -07:00
Kiran Challa
20a2e748ec
Added ValueProviderFactories to ResourceFilterExecutingContext
...
This enables removing value provider factories from model binding(which is needed in some scenarios like large file uploads)
2016-05-20 04:15:07 -07:00
Pranav K
3d494fd732
Merge branch 'release' into dev
2016-05-02 14:58:54 -07:00
Pranav K
36146a6139
Fix build warnings
2016-05-02 14:52:02 -07:00
Pranav K
92408a5c22
Move samples to Entropy
...
Partial fix to #4449
2016-05-02 10:06:17 -07:00
Doug Bunting
aa1afc0a8e
Quick fix: Yes, MvcSandbox is a web project
...
- add a `web.config` file so VS recognizes this
2016-05-01 19:08:10 -07:00
Doug Bunting
f8ca631be2
Remove use of protocol-relative URIs
...
- #4563
2016-04-30 22:48:12 -07:00
jacalvar
4d02a03658
Merge branch 'release' into dev
2016-04-30 16:21:38 -07:00
jacalvar
4d198f3d8f
React to changes in razor tooling
2016-04-30 15:37:37 -07:00
BrennanConroy
fbd7110da0
Merge branch 'release' into dev
2016-04-27 18:38:50 -07:00
BrennanConroy
df7be69e85
Remove references to UseDefaultHostConfiguration
2016-04-27 18:38:34 -07:00
Pranav K
cbcae3f4e5
Merge branch 'release' into dev
2016-04-26 11:16:12 -07:00
Pranav K
43cb58b9d7
Fix project.json
2016-04-26 11:15:49 -07:00
Ryan Brandenburg
39f4b1fd91
Merge remote-tracking branch 'origin/release' into rybrande/dev
2016-04-26 10:18:48 -07:00
ryanbrandenburg
e915f36748
Update samples and test sites to new formats
2016-04-25 12:09:40 -07:00
Ryan Nowak
af58c2e6b6
Streamlining action selection and route values
...
Removes a few concepts we don't need
Improves documentation
More things are IDictionary instead of other random types
2016-04-22 17:36:23 -07:00
BrennanConroy
74a74fb3a8
Merge branch 'release' into dev
2016-04-22 14:09:01 -07:00
BrennanConroy
967001f923
Add publish-iis and fix web.config
2016-04-22 14:07:38 -07:00
Pavel Krymets
1f93977729
Migrate tests, tools and samples to portable
2016-04-19 10:43:11 -07:00
Pavel Krymets
e6ffb060f7
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:20:15 -07:00
Pavel Krymets
42c3397b6e
Migrate tests, tools and samples to portable
2016-04-18 17:20:15 -07:00
Doug Bunting
a60cce1dad
Quick fix: Remove excess Microsoft.AspNetCore.Mvc.TagHelpers dependencies
...
- Microsoft.AspNetCore.Mvc brings this in
2016-04-16 18:43:28 -07:00
John Luo
e0c0617185
Move web.config and use ANCM
2016-04-11 10:17:53 -07:00
ryanbrandenburg
906ac728c7
Null-check PagedBufferedStringWriter
2016-04-01 11:50:46 -07:00
John Luo
22b37fb83b
Update samples and react to Kestrel extensions
2016-03-30 17:33:25 -07:00
John Luo
555a8d0a3b
Reacting to Hosting changes
2016-03-24 12:10:09 -07:00
Pranav K
c67011dc6d
Updating to NetStandard.Library 1.5.0
2016-03-23 19:56:16 -07:00
Pranav K
06289945d0
Reacting to CoreCLR package changes
2016-03-22 14:49:43 -07:00
Pranav K
fb07fee465
Reduce grunt work in Mvc
2016-03-17 15:25:33 -07:00
Pranav K
4f709bdbfd
Fixing CI build break
2016-03-14 00:38:17 -07:00
Doug Bunting
b35922e373
Remove project name from output path
...
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 14:39:12 -08:00
N. Taylor Mullen
33d1aea8ea
Transition to Netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:39:31 -08:00
Pranav K
385c21fbe2
Add Microsoft.AspNetCore.Mvc.Dnx to allow using Mvc with DNX
2016-02-26 15:14:32 -08:00
Ajay Bhargav Baaskaran
b8e77e91d1
Updating samples to work with latest dotnet
2016-02-25 10:46:15 -08:00
Pranav K
5b805bb12d
Updating to use cli
...
Fixes #3908
2016-02-22 17:49:51 -08:00
N. Taylor Mullen
b39f4dfe29
React to razor tooling rename.
2016-02-19 15:05:37 -08:00
Kiran Challa
fd3ee49987
[ Fixes #4085 ] Controller helper inconsistency: HttpNotFound(), Ok()
2016-02-19 09:25:04 -08:00
jacalvar
65858b8d8b
[ Fixes #4051 ] Split OutputFormatter into OutputFormatter and TextOutputFormatter
2016-02-12 12:04:18 -08:00
Cesar Blum Silveira
50fc0bb140
Reference Microsoft.NETCore.Platforms where necessary.
2016-02-02 14:22:07 -08:00
Doug Bunting
7446cec516
Update `TagHelperSampleTest` to avoid failures due to statefulness of the service
...
- have one test muted at the moment in our CI
- add `Reset()` action to the service, enabling `// Arrange` to bring `Index()` content to a known state
- add a couple more tests to `TagHelperSampleTest` covering the new action and empty `Index()` list
nits:
- use `ViewData`, not `ViewBag`
2016-01-26 10:50:51 -08:00
N. Taylor Mullen
25eb50120e
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:40:26 -08:00
N. Taylor Mullen
3be7fbdf9f
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:18:33 -08:00
Brennan
8765a06b69
React to Fileprovider namespace changes
2016-01-21 17:45:06 -08:00
Ryan Nowak
dd952d8d70
Move some types to .Internal namespace
2016-01-21 10:56:38 -08:00
John Luo
249673f2bc
Reacting to hosting rename
2016-01-17 18:13:26 -08:00
Ryan Nowak
420f442487
Fixes #3818 - Support Consumes in ApiExplorer
...
This change adds a list of ApiRequestFormat objects to ApiDescription
object which include the content type and formatter for each supported
content type which can be understood by the action.
Computation is aware of the [Consumes] attribute via the
IApiRequestMetadataProvider metadata interface, and aware of Input
Formatters via the new IApiRequestFormatMetadataProvider interface.
This algorithm is essentially the same as what we do for
produces/output-formatters. We iterate the filters and ask them what
content types they think are supported. Then we cross check that list with
the formatters, and ask them which from that list are supported. If no
[Consumes] filters are used, the formatters will include everything they
support by default.
This feature and data is only available when an action has a [FromBody]
parameter, which will naturally exclude actions that handle GET or DELETE
and don't process the body.
2016-01-13 12:32:17 -08:00