Matt Ellis
ea636140c7
Allow Kestrel to boot when on CoreCLR and *NIX
...
With cross platform .NET Core support coming online, we need to update
our IsWindows check to not assume running on .NET Core means running on
Windows. Since CoreFX doesn't yet expose a method for doing this (they
are working on adding it back), we'll just call Uname and if that
returns an empty string assume that we are on Windows.
2015-04-09 23:58:03 -07:00
ASP.NET Push Bot
578f5428ba
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@0fafbcc6bb
2015-04-09 17:36:20 -07:00
ASP.NET Push Bot
482dd39ab8
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@59aeab256b
2015-04-09 17:14:10 -07:00
sornaks
7ea467f73d
Adding functional test for CacheTagHelper's enabled property.
2015-04-09 13:21:47 -07:00
sornaks
744c9c47b4
Adding NotNulls for format and format provider in DefaultTagHelperContent.AppendFormat.
2015-04-09 11:01:40 -07:00
Chris Ross
0ad0fc6a9f
Remove logger dependencies.
2015-04-09 10:45:05 -07:00
David Fowler
9de989fd54
Removed unnecessary dependencies
2015-04-09 04:27:42 -07:00
Doug Bunting
8965ac96c0
Add more functional tests of cache profiles
2015-04-08 22:37:45 -07:00
Praburaj
14ee7abf22
Remove hosting dependency on diagnostics package
2015-04-08 19:16:36 -07:00
Harsh Gupta
58a5ad2279
Adding Outputformatter in resource filters.
2015-04-08 16:46:46 -07:00
Ajay Bhargav Baaskaran
f60896bd90
[ Fixes #2259 ] Use fast property setter in MutableObjectModelBinder
2015-04-08 16:44:30 -07:00
Victor Hurdugaci
fab55afca5
Update resource names
2015-04-08 15:31:44 -07:00
Chris Ross
2461b00b02
Basic build infrastructure.
2015-04-08 15:29:15 -07:00
Victor Hurdugaci
5164d647c5
React to resource renames
2015-04-08 15:27:51 -07:00
Victor Hurdugaci
7e5387e7ab
Update resource names
2015-04-08 15:09:10 -07:00
Glenn Condron
5404065d54
Merge pull request #441 from michaldudak/kruntime-to-dnx
...
Corrected paths to DNX repository
2015-04-08 14:54:15 -07:00
Chris Ross
a10245d39f
Replace WebSocket dependency.
2015-04-08 14:50:42 -07:00
Chris Ross
0e5c83c402
Replace WebSocket dependency.
2015-04-08 14:41:58 -07:00
Chris Ross
1656d224f0
Clean up samples to work with the current tooling.
2015-04-08 14:33:51 -07:00
sornaks
645b82d194
Fixing the build break.
2015-04-08 14:30:19 -07:00
Hao Kung
f337f8cd04
Add TestServer.CreateBuilder overload
2015-04-08 14:27:38 -07:00
Chris Ross
043b0f204c
Replace WebSocket dependency. Remove chained dependencies.
2015-04-08 14:23:15 -07:00
Kiran Challa
1c66e0a317
Cleanup logging
...
- Removed existing logger scopes as we want to minimize the number of scopes being created.
- Cleaned up tests related to removal of scopes.
- Added new log statements.
- Removed old logger structure base implementation and related tests. Added new tests also.
2015-04-08 14:20:36 -07:00
Suhas Joshi
07d9e86450
Correct namespace to fix failure
2015-04-08 14:01:36 -07:00
sornaks
b08a2154c1
#2142 : Introducing enabled attribute for CacheTagHelper.
2015-04-08 13:27:03 -07:00
Murat Girgin
d9c52d01cf
Updating readme
2015-04-08 13:08:45 -07:00
Murat Girgin
2391b41aa8
Initial commit
2015-04-08 13:05:24 -07:00
Pranav K
43e24b2aad
Removing IInputFormatterSelector
...
Follow up work item to #2269
2015-04-08 07:35:48 -07:00
Pranav K
f280353a56
Merge branch 'release' into dev
2015-04-08 07:18:56 -07:00
Pranav K
dc7e4c8c4f
Merge branch 'release' into dev
2015-04-08 07:15:43 -07:00
ASP.NET Push Bot
eff1181d62
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@6ede18f37a
2015-04-08 05:56:50 -07:00
ASP.NET Push Bot
4fba24edc0
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@7a7b161f57
2015-04-08 05:46:29 -07:00
Pranav K
9da95d620c
Reacting to ICompilationMessage line indexes changing to be 1-based
2015-04-07 22:05:05 -07:00
ajcvickers
c72add2736
Merge branch 'dev' of github.com:aspnet/Diagnostics into dev
2015-04-07 21:51:30 -07:00
ajcvickers
027cbdac04
React to EF change
2015-04-07 21:51:11 -07:00
Pranav K
8c8992fa9c
Reacting to ICompilationMessage line indexes changing to be 1-based.
2015-04-07 21:38:46 -07:00
Doug Bunting
cef32d4098
React to aspnet/razor#320 fix
...
- Razor PR aspnet/Razor#350
2015-04-07 17:50:58 -07:00
Doug Bunting
73e8fc10e4
Automatically use `type="number"` for expressions of more types
...
- #2261
- include `short`, `ushort`, `float`, `double`
- correct typo in `<input/>` tag helper; ignored calculated format
- only one test for `<input/>`'s calculated format 😦
- fill some `Editor*()` and `<input/>` tag helper test gaps
nit: clean up some trailing whitespace
2015-04-07 17:19:08 -07:00
Doug Bunting
3f7c75e299
Remove and sort `using`s; reacting to #320 change
...
- automated pass then restore any `using`s the compiler needs
- in a couple of cases, make `using` conditional
2015-04-07 17:08:09 -07:00
Doug Bunting
e469b26b45
Rationalize some names and namespaces
...
- #320
- `ParserErrorSink` -> `ErrorSink`
- move `ErrorSink`, `RazorError`, and `SourceLocation` to root namespace
- move `RazorErrorTest` and `SourceLocationTest` to root test namespace
2015-04-07 17:08:03 -07:00
ASP.NET Push Bot
6726cad51c
⬆️ dnvm.ps1, dnvm.cmd, dnvm.sh
...
Source: AspNet/kvm@85d10f2295
2015-04-07 17:01:13 -07:00
N. Taylor Mullen
dbbf62cb6b
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:18:08 -07:00
N. Taylor Mullen
2ead53e8eb
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:17:54 -07:00
N. Taylor Mullen
5dedb131b0
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:17:40 -07:00
N. Taylor Mullen
a6b98d050b
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:17:23 -07:00
N. Taylor Mullen
c6fde6bfa8
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:16:48 -07:00
N. Taylor Mullen
e44fb49234
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:16:42 -07:00
N. Taylor Mullen
b8852b44e0
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:16:30 -07:00
N. Taylor Mullen
1831ff57e3
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:16:19 -07:00
N. Taylor Mullen
03dabb5950
Update .travis.yml and appveyor.yml to build quietly.
2015-04-07 16:16:05 -07:00