Commit Graph

12222 Commits

Author SHA1 Message Date
Doug Bunting 19567ad39d Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:24 -07:00
Troy Dai 5826cd9014 Update global.json, sources=>projects 2015-04-02 09:20:50 -07:00
Troy Dai d6a6b986ea Update global.json, sources=>projects 2015-04-02 09:20:17 -07:00
Troy Dai 1d7ac248ee Update global.json, sources=>projects 2015-04-02 09:19:54 -07:00
Pranav K a8134feb03 Adding status badges 2015-04-01 18:10:11 -07:00
N. Taylor Mullen 5b4ddc9082 Turn off sudo for .travis.yml. 2015-04-01 17:09:59 -07:00
N. Taylor Mullen 982336a4fe Turn off sudo for .travis.yml. 2015-04-01 17:09:22 -07:00
N. Taylor Mullen e343cfd2e1 Turn off sudo for .travis.yml. 2015-04-01 17:06:50 -07:00
N. Taylor Mullen f91f3da29c Turn off sudo for .travis.yml. 2015-04-01 17:06:34 -07:00
N. Taylor Mullen df74818199 Turn off sudo for .travis.yml. 2015-04-01 17:04:41 -07:00
N. Taylor Mullen 13eae9bb47 Add travis and appveyor CI support. 2015-04-01 15:59:29 -07:00
N. Taylor Mullen 2ae44c7063 Add travis and appveyor CI support. 2015-04-01 15:57:51 -07:00
N. Taylor Mullen 5871ce8e72 Add travis and appveyor CI support. 2015-04-01 15:52:11 -07:00
N. Taylor Mullen 180aa13d30 Add travis and appveyor CI support. 2015-04-01 15:51:37 -07:00
N. Taylor Mullen 2cb0ddce82 Add travis and appveyor CI support. 2015-04-01 15:40:28 -07:00
Praburaj 5d37101760 Fixing namespaces.
My VS build succeeds even without this change. On CI it seems to fail.
2015-04-01 14:19:47 -07:00
Praburaj 3b8d53e010 Fixing namespaces.
My VS build succeeds even without this change. On CI it seems to fail.
2015-04-01 13:59:57 -07:00
Praburaj 9ccc667b54 Fixing the logging package names in the unit test projects. 2015-04-01 13:34:45 -07:00
Praburaj 09a7250ccd Fixing the logging package names in the unit test projects. 2015-04-01 13:25:13 -07:00
Victor Hurdugaci e89ae2f6c3 Merge branch 'release' into dev 2015-04-01 13:22:45 -07:00
Praburaj 56cfbdde82 Fixing dataprotection on IIS
Fixes: https://github.com/aspnet/DataProtection/issues/73

On IIS where there is no user profile, the code tries to always read the 32bit registry view irrespective of the bitness of the worker process. So in case of 64 bit app pools the registry key is null so it falls back to in memory ephemeral repository. On 32 bit app pool it can find an appropriate registry key, but the keyRepositoryDescriptor is not populated resulting in a null reference exception.

Current behavior:
X86 throws
X64 falls back to in memory ephemeral

With fix:
Both X86 and X64 will use DPAPI.
2015-04-01 13:02:09 -07:00
Praburaj 33fa06a25c Fixing dataprotection on IIS
Fixes: https://github.com/aspnet/DataProtection/issues/73

On IIS where there is no user profile, the code tries to always read the 32bit registry view irrespective of the bitness of the worker process. So in case of 64 bit app pools the registry key is null so it falls back to in memory ephemeral repository. On 32 bit app pool it can find an appropriate registry key, but the keyRepositoryDescriptor is not populated resulting in a null reference exception.

Current behavior:
X86 throws
X64 falls back to in memory ephemeral

With fix:
Both X86 and X64 will use DPAPI.
2015-04-01 11:54:24 -07:00
Victor Hurdugaci 6b1cb5ca7a Skip projects that were not cloned 2015-04-01 09:40:50 -07:00
Praburaj 9048a9e445 Removing the default compile values.
Anything specified in "compile" is expected to append to DNX defaults. So no need to specify **\*.cs
2015-03-31 11:37:20 -07:00
Victor Hurdugaci bfd2467ad4 Merge release in dev 2015-03-31 11:31:36 -07:00
Victor Hurdugaci c354f0a8ba New assembly file version (with year) 2015-03-31 09:19:05 -07:00
David Fowler 0fdf8f6bf1 Marked build.sh as executable 2015-03-31 05:23:09 -07:00
Praburaj a559056266 Cleanup namespaces. 2015-03-30 20:16:04 -07:00
Hao Kung b06d0855f0 React to hosting 2015-03-30 18:30:28 -07:00
Hao Kung f3de094815 React to hosting 2015-03-30 18:19:35 -07:00
Wei Wang 2aaeedc48a Fix newly added --no-source variations 2015-03-30 17:09:51 -07:00
Maurycy Markowski a7fb1fdb2d fixing build break caused by namespace change in Entity Framework 2015-03-30 16:42:12 -07:00
Maurycy Markowski 9fb02849dc fixing build break caused by namespace change in Entity Framework 2015-03-30 16:19:41 -07:00
Wei Wang 40edad4953 Merge remote-tracking branch 'origin/release' into dev 2015-03-30 15:23:49 -07:00
Victor Hurdugaci 188f5e8328 Set the file version environment variable 2015-03-30 14:53:56 -07:00
Praburaj 2f36a9cd6b Using optional configuration for IIS deployment 2015-03-30 11:54:10 -07:00
anurse 9e872c3721 update dnvm
fixes #195
2015-03-30 11:30:59 -07:00
Wei Wang 1e29b52278 Rename "dnu bundle" to "dnu publish" 2015-03-28 12:10:12 -07:00
Pranav K f4794e5c7f Make pushing to NuGet feed more resilient. 2015-03-27 16:09:56 -07:00
Praburaj a3b1954810 Changing --no-source variation to use desktop clr
Looks like --no-source is failing with coreclr
2015-03-27 15:28:04 -07:00
Praburaj 6dbe8dd993 Enabling --no-source variations 2015-03-27 14:51:59 -07:00
Praburaj 14889fe6eb Adding a trait for tests and some general refactoring 2015-03-26 17:08:38 -07:00
Praburaj 1eb38e5708 Adding CORS to the sample 2015-03-26 17:08:28 -07:00
Peter Hsu 273ad22337 Add precompiler to allow kre precompile views 2015-03-26 16:15:47 -07:00
Suhas Joshi 8cc1d57ab2 UpdateRepos for release 2015-03-26 11:58:31 -07:00
Praburaj Thiagarajan 133001890e Merge pull request #443 from Bartmax/dev
fixed typo
2015-03-25 15:42:28 -07:00
Praburaj 666b1a170d Merge branch 'release' into dev 2015-03-25 15:41:13 -07:00
Praburaj e23365f757 Fixing the namespace in the sample view page 2015-03-25 14:22:25 -07:00
suhasj 19696895a2 Merge branch 'release' into dev 2015-03-25 11:48:10 -07:00
suhasj 7b16347079 Updating to release NuGet.config 2015-03-25 11:48:08 -07:00