Suhas Joshi
6c82862688
Updating to release NuGet.config
2014-12-08 15:15:50 -08:00
Suhas Joshi
23ce588f7b
Updating to release NuGet.config
2014-12-08 15:15:31 -08:00
Suhas Joshi
3229ae2d7a
Updating to release NuGet.config
2014-12-08 15:14:58 -08:00
Suhas Joshi
9c28fc93c3
Updating to release NuGet.config
2014-12-08 15:14:17 -08:00
Suhas Joshi
d75e4c87ba
Updating to release NuGet.config
2014-12-08 15:14:08 -08:00
Suhas Joshi
523265de00
Updating to release NuGet.config
2014-12-08 15:13:29 -08:00
Suhas Joshi
641cb38d5d
Updating to release NuGet.config
2014-12-08 15:12:36 -08:00
Suhas Joshi
b20b184b3a
Merge remote-tracking branch 'origin/release' into dev
2014-12-08 14:46:28 -08:00
SonjaKhan
62ec496aa3
fixing test failures
2014-12-08 10:38:00 -08:00
SonjaKhan
234c9ec935
adding a clear button to elm
2014-12-08 09:52:37 -08:00
David Fowler
a5ab614937
Removed the null check for IApplicationBuilder
2014-12-06 10:41:11 -08:00
David Fowler
559f5491d4
Make services registered in ConfigureServices work in Configure
...
- Added a test
#114
2014-12-06 10:41:10 -08:00
SonjaKhan
e94e3dc44e
adding some logging statements
2014-12-05 12:45:46 -08:00
Chris Ross
4e929bb300
Stop setting WebRoot explicitly.
2014-12-05 11:49:05 -08:00
Chris Ross
3343bb4d23
Hosting #86 - Consume WebRootFileSystem
2014-12-05 11:03:19 -08:00
Chris Ross
184233af61
#79 : Remove cookie compression.
2014-12-05 10:40:46 -08:00
Chris Ross
2155c08e76
Make WebRootFileSystem settable.
2014-12-05 09:24:06 -08:00
Yishai Galatzer
1bded288bf
Missing setter for default handler on IRouteBuilder
...
CR in person with pranavkm
2014-12-04 17:33:45 -08:00
Chris Ross
03e4739a3f
Re-merge IWebRoot & IHostingEnv.
2014-12-04 17:23:21 -08:00
Chris Ross
b883968eef
#86 - Implement IWebRootFileSystemProvider
2014-12-04 14:44:16 -08:00
Praburaj
a67bd6820c
Adding some coverage for the .Include EF statements
2014-12-04 14:35:32 -08:00
Mugdha Kulkarni
f549a550a9
Fixing the issue #123 .
...
Added OptionalRouteConstraint class to take care of optional inline parameter. It will create the OptionalRouteConstraint for a inline parameter that is optional with real constraint on the parameter as inner constraint of OptionalRouteConstraint.
2014-12-04 10:54:27 -08:00
Doug Bunting
ea355e137f
Fix #118 , Only check K projects for XML documentation errors
...
- ignore leftover XML files e.g. from other branches
- tested manually in MVC repo with a bad doc file outside a K project
- limit checked XML files to those in `bin` directory under K projects
- align with clean target: that only removes bin directories under K projects
- approach ignores XML files in .csproj projects but no such projects in
repos where _k-xml-docs-test.shade file is used
Address old [comment](https://github.com/aspnet/Universe/pull/101/files#r16633938 ) from @Eilon on PR#101
> Traditionally we use i++ and not ++i.
2014-12-04 10:37:42 -08:00
aidan casey
99c566cac1
NDC London bug fix! , changing environment variable name
2014-12-05 04:54:58 +11:00
mikary
b580856e66
Updating for EntityFramework API change to DbContext Entry Methods
2014-12-04 09:53:55 -08:00
Suhas Joshi
2286b14290
Add retry logic for Publishtests
2014-12-03 17:00:28 -08:00
Brice Lambson
17e5811a97
React to a change in EntityFramework.Migrations
2014-12-03 14:40:17 -08:00
Victor Hurdugaci
d85580649f
Update the expected exception from DI
2014-12-03 13:52:46 -08:00
ajcvickers
715b744146
React to EF API changes
2014-12-02 14:48:55 -08:00
Chris Ross
ce8abf7767
Ensure the logger factory is initialized.
2014-12-02 13:45:29 -08:00
Praburaj
65f58b98a8
Fixing the test failure
...
On introducing a FK relationship from OrderDetails table to Album table with album id creates a problem when deleting an album that's checked out atleast once.
2014-12-02 11:29:49 -08:00
Praburaj
e21f6052f2
Using .Include in queries instead of manual joining
...
Also removed Identity setup from Ntlm Startup
Some minor using statements ordering.
2014-12-02 11:00:28 -08:00
Chris Ross
2ecf92f7e8
#79 - Log verbose request & response details.
2014-12-02 10:15:44 -08:00
Chris Ross
3fdf656353
#74 - Log the listening addresses at startup.
2014-12-02 10:13:00 -08:00
Suhas Joshi
681327f396
Fixed tests to run on Mono
2014-12-01 17:49:16 -08:00
Brice Lambson
42f92f78e6
Remove some repos
2014-12-01 16:25:38 -08:00
SonjaKhan
b5a328aa0e
fixing dependencies
2014-12-01 14:11:01 -08:00
Brice Lambson
22e94d2fbb
Add IsTeamCity flag
2014-12-01 10:48:12 -08:00
Doug Bunting
0e3e53dcfe
Address aspnet/razor#236 , recreate XML files when xml-docs-test target is run directly
...
- must still `build initialize` between `git clean` and `build xml-docs-test`
nit: add description of xml-docs-test target
2014-11-30 21:30:59 -08:00
Giovanni Bassi
f1b36e038b
update readme.md to new github repo for libuv
2014-11-30 13:55:24 -02:00
Harsh Gupta
688771ad10
Corresponding changes for changing AssociatedMetadataProvider's interface
2014-11-26 17:30:45 -08:00
Praburaj
1bc4e21c22
Addressing IFileSystem breaking changes
...
This PR is to address the breaking changes introduced with https://github.com/aspnet/FileSystem/pull/20
@Tratcher @pranavkm
2014-11-26 12:24:56 -08:00
Pranav K
b8626a75ca
Updating Elm to depend on Razor instead of Mvc.Razor
...
* Removing dependencies that are transitively included.
2014-11-25 17:07:04 -08:00
Praburaj
86432baac7
File names and line numbers don't appear on mono error page
...
https://github.com/aspnet/Diagnostics/issues/54
Fix is to handle the retrievel of file name with different separators on .net and mono.
2014-11-25 15:15:46 -08:00
SonjaKhan
ce59419893
elm logger
2014-11-25 14:58:04 -08:00
ajcvickers
e6fdb8cbd2
React to EF dynamic services changes
2014-11-25 13:38:22 -08:00
Victor Hurdugaci
1120863c84
Add schema version to kproj files
2014-11-25 11:15:15 -08:00
Victor Hurdugaci
f505d52771
Add schema version to kproj files
2014-11-25 11:10:52 -08:00
Victor Hurdugaci
f6aa12cfa8
Add schema version to kproj files
2014-11-25 11:08:17 -08:00
Victor Hurdugaci
fb9fc12cec
Add schema version to kproj files
2014-11-25 11:06:08 -08:00