Commit Graph

40929 Commits

Author SHA1 Message Date
Louis DeJardin 09d066cec1 Updating build scripts 2014-05-02 15:07:37 -07:00
Louis DeJardin 89b958b8e6 Updating build scripts 2014-05-02 15:07:37 -07:00
Louis DeJardin 3c034f92f7 Updating build scripts 2014-05-02 15:07:36 -07:00
Louis DeJardin 8e5ac31889 Updating build scripts 2014-05-02 15:07:36 -07:00
Louis DeJardin 73a8194005 Updating build scripts 2014-05-02 15:07:35 -07:00
Louis DeJardin 4206c9f398 Updating build scripts 2014-05-02 14:54:34 -07:00
N. Taylor Mullen 6dc6ba6d37 Add User helper to controllers and views.
#277
2014-05-02 14:48:21 -07:00
Louis DeJardin da432d05eb Updating build scripts 2014-05-02 14:45:29 -07:00
Louis DeJardin 1a75e93215 Updating build scripts 2014-05-02 14:45:23 -07:00
Louis DeJardin 4651b4ab4d Updating build scripts 2014-05-02 14:45:22 -07:00
Louis DeJardin 90b64298d5 Updating build scripts 2014-05-02 14:45:22 -07:00
Louis DeJardin f0d564c188 Updating build scripts 2014-05-02 14:45:21 -07:00
Louis DeJardin c52529579b Updating build scripts 2014-05-02 14:45:21 -07:00
Louis DeJardin 2fb324a7b9 Updating build scripts 2014-05-02 14:45:21 -07:00
Louis DeJardin ae3f7846f4 Updating build scripts 2014-05-02 14:45:20 -07:00
Louis DeJardin c1e8c7a0f7 Updating KoreBuild to use kvm/kpm/kre 2014-05-02 14:29:57 -07:00
dougbu 31cdc09647 Move Microsoft.AspNet.RequestContainer dependency from MVC sample to MVC
- 🐛 fix; fixes #346
2014-05-02 14:29:19 -07:00
Hao Kung 9bf42374b0 Fix for moving extension methods to IServiceCollection 2014-05-02 12:37:05 -07:00
Hao Kung 1faa6f018b Switch to use IServiceCollection 2014-05-02 12:22:49 -07:00
N. Taylor Mullen 4494f40d67 Addressed code review comments. 2014-05-02 12:16:28 -07:00
N. Taylor Mullen c986c663e3 Add tests to ensure cshtml ending for full path view names.
#206
2014-05-02 12:16:26 -07:00
N. Taylor Mullen 3e398be1f8 Require cshtml ending for full path view names.
If a view represents a full path and does not end in .cshtml the FindView and FindPartialView methods will throw.

#206
2014-05-02 12:16:24 -07:00
Ryan Nowak f5b3ae4a3b Renaming Exception Filter methods
These were accidentally the same names as the action filter methods.
Oopsies. Name taken from MVC and appended Async for the async version
because that's how we roll.
2014-05-01 23:14:47 -07:00
David Fowler 788179b730 Disable k10 tests 2014-05-01 22:06:04 -07:00
dougbu 392aa464b2 Oops wrong test 2014-05-01 19:22:16 -07:00
dougbu a2ba36498a TEMPORARILY disable ClientRulesWithCompareAttribute_ErrorMessageUsesOverride
- test failing under CoreCLR
- leave it running under .NET 4.5
2014-05-01 19:12:23 -07:00
dougbu 222c763b72 Revert "Correcting WebFx failure on CI machines"
- previous attempt didn't work

This reverts commit a626896b80.
2014-05-01 19:08:37 -07:00
dougbu a626896b80 Correcting WebFx failure on CI machines
- a single test is failing under CoreCLR only
- using the resource-related properties of a `ValidationAttribute` in
  precisely one place – the failing test.
- in .NET the DataAnnotations assembly is somehow able to get access to
  `internal` resources
- that doesn’t work under CoreCLR
- short-term fix is to add an `[InternalsVisibleTo]` in the test
  assembly, giving DataAnnotations access to the resource

Will also file a bug in the DataAnnotations repo
2014-05-01 19:01:53 -07:00
anpete 35fcc7a579 Update file headers 2014-05-01 17:43:17 -07:00
anpete 71acc74899 Merge branch 'dev' of github.com:aspnet/WebFx into dev 2014-05-01 17:42:48 -07:00
anpete 8208cd6b2f Update file headers 2014-05-01 17:42:33 -07:00
anpete 29041eaad8 Update file headers 2014-05-01 17:41:49 -07:00
anpete 51317a7039 Update file headers 2014-05-01 17:41:33 -07:00
anpete 6c9899b586 Merge branch 'dev' of github.com:aspnet/Razor into dev 2014-05-01 17:41:03 -07:00
anpete 6c2130239f Update file headers 2014-05-01 17:40:52 -07:00
anpete b53a5e4b75 Update file headers 2014-05-01 17:39:44 -07:00
anpete 35f921856f Update file headers 2014-05-01 17:39:31 -07:00
anpete e645599aa6 Update file headers 2014-05-01 17:39:17 -07:00
anpete 27d59cd80b Update file headers 2014-05-01 17:36:30 -07:00
N. Taylor Mullen af18392815 Re-updated System.IO.FileSystem version. 2014-05-01 17:11:23 -07:00
N. Taylor Mullen c4f034e8ad Re-updated version to System.IO.FileSystem. 2014-05-01 17:10:57 -07:00
N. Taylor Mullen 039c304d25 Upgrade FileSystem dependency. 2014-05-01 17:01:58 -07:00
N. Taylor Mullen 40bb9d0421 Update FileSystem package version. 2014-05-01 17:01:13 -07:00
Praburaj 65d4057132 Injecting ApplicationUserManager in AccountController
Injecting IConfiguration to MusicStoreContext
2014-05-01 16:47:01 -07:00
DamianEdwards b4de33eeea Added a console app to generate the Razor pages
- Replaces the TT files previously being used (in Katana)
- Modified the include file logic to work better with the new generated Razor output as the old syntax/logic didn't work well with the additional line pragmas, etc. being emitted
- Updated the middleware to work with new generated output (ExecuteAsync instead of Execute, etc.)
- Fixed a scoping issue in Error.cshtml
- gitignore sln.ide cache directory
- #3
2014-05-01 16:24:03 -07:00
Chris Ross 7555b17d41 Update filesystem dependencies. 2014-05-01 15:37:23 -07:00
Praburaj 3ae8b93e26 General clean up to the musicstore app
1. Removed many unncessary comments
2. Added comments to Startup.cs
3. Fixed some code comments across the app
4. Renamed Config.json -> LocalConfig.json to reflect the scenario
2014-05-01 15:32:21 -07:00
Yishai Galatzer fe8ded0ce6 Fix dev14 crash + temporary? .gitignore 2014-05-01 15:10:48 -07:00
Chris Ross 570a14dcd1 Remove unused filesystem dependency. 2014-05-01 14:23:25 -07:00
Chris Ross d8c68b61f0 Add missing namespace to the sample. 2014-05-01 14:15:28 -07:00