glennc
86c75018d0
Merge branch 'dev' of github.com:aspnet/Home into dev
2015-10-14 11:54:05 -07:00
Stephen Halter
412d527d01
Check all DNX_HOME env variables in LibuvCopier
...
- Report error if the HOME env variable is required and not set on Linux
2015-10-14 11:44:18 -07:00
Troy Dai
a198ae39cc
Split the DNX_HOME environment variable when it is a semi-colon separated list
2015-10-14 11:42:18 -07:00
Stephen Halter
06e895b7b6
Make LibuvCopier work on CoreCLR even without DNX env variables
...
- This should fix our AppVeyor builds
2015-10-14 11:42:17 -07:00
glennc
01a13ed264
Add beta8 samples directory.
2015-10-14 10:03:49 -07:00
Eilon Lipton
82fb0cf6ee
Clarify bug number reference in PRs
2015-10-14 09:54:56 -07:00
Kiran Challa
67692e1c89
Skipped failing tests
2015-10-14 04:10:13 -07:00
David Fowler
6aaa3cbe06
Use IApplicationLifetime.StopApplication instead of
...
IApplicationShutdown.
React to hosting changes 374526b270
2015-10-14 01:09:11 -07:00
David Fowler
ef38f5589d
React to hosting changes to IApplicationLifetime
2015-10-14 00:46:18 -07:00
Chris R
2fe2e0d841
#1 Implement a full authentication handler.
2015-10-13 13:47:45 -07:00
David Fowler
374526b270
Merge IApplicationShutdown and IApplicationLifetime
...
- Added StopApplication to IApplicationLifetime. This will replace
IApplicationShutdown.RequestShutdown.
2015-10-13 13:25:31 -07:00
Kiran Challa
79a8a4e799
Fix deployers
2015-10-13 10:59:47 -07:00
Eilon Lipton
2e8e5e92a1
Merge pull request #983 from altonius/patch-1
...
Updated links to https
2015-10-13 10:44:36 -07:00
Kiran Challa
916bca69fc
Fix tests
2015-10-13 10:27:58 -07:00
Kiran Challa
348ab7c943
Reacting to testing changes
2015-10-13 10:20:10 -07:00
Kiran Challa
7e9fab33b3
Reacting to testing changes
2015-10-13 05:49:40 -07:00
Kiran Challa
dcdf778bcc
Reacting to testing changes
2015-10-13 05:24:25 -07:00
Alton(ius) Blom
650047a287
Updated links to https
...
Updated a number of links to https instead of http.
2015-10-13 15:10:46 +11:00
Doug Bunting
4e87b0c972
Go back to running `dnu restore` with Mono
...
- can't fix #290 at this time; need Ubuntu 14.04 on Travis
2015-10-12 18:51:11 -07:00
ASP.NET Push Bot
8faba80e92
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@993e8c5f9b
2015-10-12 13:36:24 -07:00
Doug Bunting
e509e6849f
Fix local build break
2015-10-12 13:18:43 -07:00
Doug Bunting
eea089a0f9
Fix local build break
2015-10-12 13:17:24 -07:00
Doug Bunting
598fa025ef
Fix local build break
2015-10-12 13:16:01 -07:00
Doug Bunting
187221fcd8
Fix local build break
2015-10-12 13:06:31 -07:00
Doug Bunting
50222a8614
Fix local build break
2015-10-12 13:04:41 -07:00
Doug Bunting
f9155d17aa
Fix local build break
2015-10-12 13:02:48 -07:00
Doug Bunting
f62b7e4816
Fix local build break
2015-10-12 12:57:00 -07:00
Doug Bunting
62ca4d6a8c
Fix local build break
2015-10-12 12:56:34 -07:00
Doug Bunting
a0b29e3f2b
Fix local build break
2015-10-12 12:55:41 -07:00
Doug Bunting
2a951aaeaa
Fix local build break
2015-10-12 12:55:15 -07:00
Doug Bunting
0ebd005481
Fix local build break
2015-10-12 12:52:31 -07:00
Doug Bunting
79fe094add
Fix local build break
2015-10-12 12:50:44 -07:00
Doug Bunting
f8b7b6ba41
Correct typo in `build.cmd`
2015-10-12 12:34:08 -07:00
Doug Bunting
24346ea976
Fix build breaks
...
- correct typo in `_kpm-publish.shade`
2015-10-12 10:39:48 -07:00
Doug Bunting
ece4169559
React to aspnet/Universe#290 fix
2015-10-12 10:38:53 -07:00
Doug Bunting
2303220cf6
React to aspnet/Universe#290 fix
2015-10-12 10:35:52 -07:00
Doug Bunting
a0c632d643
React to aspnet/Universe#290 fix
2015-10-12 10:34:30 -07:00
ASP.NET Push Bot
6c07d3cbe0
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: aspnet/dnvm@eac22fa9f3
2015-10-12 10:13:38 -07:00
Doug Bunting
d679c85aa3
Always restore w/ Core CLR and build w/ CLR or Mono
...
- #290
- remove workaround for aspnet/dnx#2566 ; not needed if building with CLR or Mono
- install Core CLR DNX in `build.sh`
- must be applied in all repos using Travis before this PR goes in
- add `Dnu()` and `Dnx()` macros
- remove `K()` macro from `_k-test.shade`; use `Dnx()` instead
- incorporate per-repo changes not yet applied to Universe templates
- use newer `NuGet.exe`
- Universe itself does not need the Korebuild package or `dnvm`
Changes partially revert 618a73b e.g. always start build with CLR or Mono DNX
nits:
- reduced DNX switches and `dnvm` calls in `build.cmd`
- base NuGet skip decision on _both_ KoreBuild and Sake's installation status
- make `Quiet` variable work more reliably; small changes often led to compilation problems
- requires a small change in DNX repo at the same time
- remove some trailing whitespace and tabs
- add a bit more description to `_k.shade`
2015-10-12 10:02:18 -07:00
Chris R
cfe6e22a29
React to IHeaderDictionary changes.
2015-10-12 09:29:34 -07:00
Chris R
f7c7306881
React to IHeaderDictionary changes.
2015-10-12 08:59:04 -07:00
Doug Bunting
3d61bbf357
React to aspnet/Universe#290 fix
...
- pick up latest `build.cmd` and `build.sh` files
- oops, this shouldn't be using a volatile feed
2015-10-11 00:50:01 -07:00
Doug Bunting
1899a4ffc2
React to aspnet/Universe#290 fix
...
- pick up latest `build.cmd` and `build.sh` files
- preserve installation of x64 DNX packages in this repo
2015-10-11 00:48:26 -07:00
Doug Bunting
2633bb5277
React to aspnet/Universe#290 fix
...
- pick up latest `build.cmd` and `build.sh` files
- preserve installation of x64 DNX packages in this repo
2015-10-11 00:45:30 -07:00
Doug Bunting
951b565542
React to aspnet/Universe#290 fix
...
- pick up latest `build.cmd` and `build.sh` files
- preserve installation of x64 DNX packages in this repo
2015-10-11 00:44:12 -07:00
Stephen Halter
3eec43a0c3
Move static BitCount method to base class
...
- Updated comment to point to a specific commit in corefx
- This is more consistent with AppendValue since BitCount doesn't need
to be generated
2015-10-09 17:27:33 -07:00
Stephen Halter
a33a5d0f1b
Merge branch 'benaadams/bitcount-fast' into dev
2015-10-09 17:17:03 -07:00
Stephen Halter
a9de028ba3
Enable the LargeUpload functional test now that #234 is resolved
2015-10-09 15:58:14 -07:00
Stephen Halter
385c0ab244
Make project.json dependencies more consistent and permissive
...
- This prevents warning NU1007 from LibraryManager during the build
2015-10-09 15:56:57 -07:00
Louis DeJardin
78177e7082
Fixing rebase errors
2015-10-09 13:26:34 -07:00