Doug Bunting
777d56d5d9
Fix local build break
2015-10-12 12:48:06 -07:00
Doug Bunting
e925bb1b3a
Fix local build break
2015-10-12 12:47:15 -07:00
Doug Bunting
f8b7b6ba41
Correct typo in `build.cmd`
2015-10-12 12:34:08 -07:00
Pranav K
0309a5216c
Add an option to RazorPrecompileModule to allow conditional compilation
...
based on Configuration.
Fixes #3276
2015-10-12 11:59:55 -07:00
Chris R
6e347724b5
React to IHeaderDictionary changes.
2015-10-12 11:38:24 -07:00
Chris R
291997e995
React to IHttpResponseFeature changes.
2015-10-12 11:08:53 -07:00
Doug Bunting
c4dd09fced
React to aspnet/Universe#290 fix
2015-10-12 10:54:26 -07:00
Doug Bunting
5a1c120392
React to aspnet/Universe#290 fix
2015-10-12 10:42:45 -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
Doug Bunting
35d176f5b2
Update DNX Core on Linux workarounds
...
- remove skip conditions for aspnet/External#33 , aspnet/External#41 , aspnet/External#42 , aspnet/External#43
- add workaround for aspnet/External#47 ; avoid "g" custom datetime format specifier
- make tag helper execution order determinate in `TagHelpersWebSite`
Will test DNX Core in Travis builds (use `--test-dnxcore`) once aspnet/Universe#290 fix is in.
nits:
- remove useless `using`s for `Microsoft.AspNet.Razor.TagHelpers`
2015-10-10 23:09:51 -07:00
Doug Bunting
1a963004b7
React to aspnet/Universe#290 fix
2015-10-10 20:03:10 -07:00
Doug Bunting
fdf0ad94c4
React to aspnet/Universe#290 fix
2015-10-10 19:53:14 -07:00
Doug Bunting
8aa5184a33
React to aspnet/Universe#290 fix
2015-10-10 19:50:23 -07:00
Doug Bunting
7e93136484
React to aspnet/Universe#290 fix
...
- pick up latest `build.cmd` and `build.sh` files
- go back to Mono Beta feed (version 4.0.4) in Travis builds
- avoid frequent `mono .nuget/nuget.exe` failures
- skip test that fails with this Mono version
2015-10-10 19:09:23 -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
Louis DeJardin
daf272163d
Visual Studio insists NuGet.config MUST have a BOM
...
Adding this commit so the file stops showing up as modified
2015-10-09 13:19:12 -07:00
Louis DeJardin
6ae0f5d505
PR feedback - code formatting
2015-10-09 13:19:10 -07:00
Louis DeJardin
29b0b124ee
Moving non-changing methods into .cs partial
2015-10-09 13:19:09 -07:00
Ben Adams
ccfeef6353
All features to have backing object
2015-10-09 13:18:32 -07:00
Ben Adams
8f41e47eca
Remove bitfield for locally implemented interface items
...
Only generate type statics for cached features
2015-10-09 13:18:09 -07:00
Ben Adams
3c20053d9a
Don used cached typeof for tests
2015-10-09 13:15:39 -07:00
Ben Adams
56893df7f9
Don't iterate overriden features twice
2015-10-09 13:11:48 -07:00
Louis DeJardin
cbc3b4e6f5
PR Feedback
...
* Sorting namespaces
* Removing `as` casting for Frame's implemented interfaces
2015-10-09 13:10:27 -07:00
Louis DeJardin
dc0eb679ae
Updating unit tests for Frame IFeatureCollection update
2015-10-09 13:09:37 -07:00
Louis DeJardin
71fc2bf2e5
Rough implementation of feature collection optimization
2015-10-09 13:09:35 -07:00
Ben Adams
6b0fa776ca
More comment clarity
2015-10-09 12:16:54 -07:00
Ben Adams
47973541b5
Remove redundant cast
2015-10-09 12:16:53 -07:00
Ben Adams
e107c47913
Add comment explanation
2015-10-09 12:16:52 -07:00
Ben Adams
05702e81e6
more typeof caching
2015-10-09 12:16:50 -07:00
Ben Adams
d48a27dd59
Use bitflag for override and cache typeof in statics
2015-10-09 12:16:49 -07:00
Louis DeJardin
dcf591c832
Rough implementation of feature collection optimization
2015-10-09 12:16:48 -07:00
Pranav K
84b91c95fe
Turn off warningsAsErrors in tests to unblock CI
2015-10-09 10:45:41 -07:00
Pranav K
72d63e2613
Replace NotNullAttribute with thrown exceptions
2015-10-09 10:31:01 -07:00
Doug Bunting
532b96ddd6
React to aspnet/Universe#290 fix
2015-10-08 21:37:53 -07:00
Doug Bunting
98496acffd
React to aspnet/Universe#290 fix
2015-10-08 21:30:13 -07:00