Chris R
0589b883b8
#14 , 52 Add IWebApplicationBuilder.UseIISPlatformHandlerUrl, include path base
2016-01-12 13:33:21 -08:00
Nate McMaster
ec58bb7529
Add test args to dotnet-test-xunit
2016-01-12 10:48:28 -08:00
John Luo
eed89cd37c
Accidentally removed required namespace
2016-01-08 17:28:31 -08:00
John Luo
11025b894e
Updating to new options pattern
2016-01-08 17:06:11 -08:00
moozzyk
deca0f3bef
fixing build
2016-01-08 16:35:37 -08:00
John Luo
d8b6b27a5d
Adding publish iis as a project and minor cleanup
2016-01-08 14:55:38 -08:00
moozzyk
ae61490092
publish-iis command
2016-01-08 10:29:40 -08:00
John Luo
cd813844a0
Updating to new options pattern
2016-01-07 16:37:39 -08:00
John Luo
07785c9ae0
Reacting to new hosting API
2016-01-07 13:55:41 -08:00
Victor Hurdugaci
d113f7edc9
Build with dotnet
2016-01-07 09:49:14 -08:00
Victor Hurdugaci
dba3e55c0a
Update the templates
2016-01-06 16:02:05 -08:00
Victor Hurdugaci
4a9990a83c
Build with dotnet
2016-01-06 14:28:39 -08:00
Brennan
54ae0b9296
Unsource CommandLineUtils
2016-01-06 13:19:33 -08:00
Victor Hurdugaci
7a19d9a9a9
Build instead of compile for samples
2016-01-06 09:56:25 -08:00
Victor Hurdugaci
a3498fa5a2
Update some files
2016-01-04 15:51:25 -08:00
Pranav K
984fe02eb8
Rename IHtmlContentBuilder.Append(IHtmlContent) to IHtmlContentBuilder.AppendHtml(IHtmlContent)
...
Fixes #4
2015-12-31 10:53:48 -08:00
Pranav K
46f64dfa20
* Remove EncoderServiceProviderExtensions
2015-12-29 18:39:39 -08:00
Brice Lambson
b9a1706734
Fix path in build-template-dotnet
2015-12-28 09:36:06 -08:00
John Luo
8872037812
Adding back middleware initialization with options instance
2015-12-23 15:43:52 -08:00
John Luo
460b0c993a
Adding back middleware initialization with options instance.
2015-12-23 15:43:05 -08:00
Pranav K
b4239550f3
Move Microsoft.Extensions.WebEncoders to HtmlAbstractions
2015-12-23 09:29:32 -08:00
John Luo
6d202b0fdf
Standardizing middleware to use configureOptions lambda
2015-12-22 20:42:09 -08:00
Victor Hurdugaci
f1d9d74d07
Remove the --parallel flag in KoreBuild-dotnet
2015-12-22 19:04:25 -08:00
John Luo
fe41412eeb
Stardardizing option initialization using lambdas
2015-12-21 16:44:01 -08:00
Hao Kung
f073d0556b
React to OptionsModel => Options
2015-12-21 14:47:58 -08:00
Victor Hurdugaci
c2b7e415a9
Reverse the xunit arguments. The assembly comes first
2015-12-21 11:05:41 -08:00
Chris R
f3f7027438
React to Hosting changes.
2015-12-21 10:20:59 -08:00
Victor Hurdugaci
50999bb876
typo
2015-12-18 16:16:22 -08:00
John Luo
cb4c05084b
Reacting to new Hosting API
2015-12-18 16:04:27 -08:00
Victor Hurdugaci
952fdd5a38
no parallel on Linux
2015-12-18 15:55:14 -08:00
Victor Hurdugaci
c626a599a7
Run tests on CoreCLR using DNX
2015-12-18 14:52:42 -08:00
Victor Hurdugaci
76c0f12c06
Full path -because paths are hard
2015-12-18 10:08:25 -08:00
Victor Hurdugaci
0ce70ddb1c
Use full path for test runner
2015-12-18 09:54:00 -08:00
Victor Hurdugaci
ae85d226be
Remove dnx and make CLR tests use the xunit runner
2015-12-18 09:18:44 -08:00
John Luo
efcc7ae956
Reacting to new Hosting API
2015-12-17 19:14:35 -08:00
Andrew Stanton-Nurse
63c47a9c6d
Revert "fix travis RID detection in KoreBuild"
...
This reverts commit c72ba87878 .
2015-12-17 16:30:17 -08:00
Andrew Stanton-Nurse
c72ba87878
fix travis RID detection in KoreBuild
2015-12-17 16:29:03 -08:00
Chris R
3809613618
Add missing System.ComponentModel dependency.
2015-12-17 15:37:20 -08:00
Andrew Stanton-Nurse
e27ce7b512
update to fixed install.ps1
2015-12-17 12:00:58 -08:00
Andrew Stanton-Nurse
29b1c2282e
actually tested DorkBuild this time :)
2015-12-16 17:46:36 -08:00
Andrew Stanton-Nurse
92121e62d9
fix DorkBuild
2015-12-16 17:28:34 -08:00
Andrew Stanton-Nurse
3ae5110441
probe for Mono reference assemblies in DorkBuild
2015-12-16 17:02:41 -08:00
Victor Hurdugaci
dfb033e51c
Use nuget add instead of dnu packages add
2015-12-16 15:15:43 -08:00
Andrew Stanton-Nurse
e5f42498ac
add .build dir to gitignore
2015-12-16 14:42:11 -08:00
Victor Hurdugaci
1b05921b70
Update the git template
2015-12-15 16:19:59 -08:00
Doug Bunting
234073cf6e
Make `HtmlEncodedString` a suitable base for MVC's `HtmlString`
...
- #5
- provide `ToString()` implementation
- add missing `null` checks in `WriteTo()`; remove extraneous one in the constructor
- special-case `HtmlEncodedString` in `IHtmlContentBuilder.AppendFormat()` extension method
nits:
- ignore more files
- add missing `null` checks in `HtmlContentBuilderExtensions` too
2015-12-15 15:27:40 -08:00
Victor Hurdugaci
77bcf111fb
All line endings
2015-12-15 14:44:00 -08:00
Victor Hurdugaci
28474fdc75
Fix line endings
2015-12-15 14:34:41 -08:00
Victor Hurdugaci
3e6551f80d
Move KoreBuild-dotnet from release
2015-12-15 11:53:41 -08:00
Brennan
cbc201ac26
Remove unused OnExecute
2015-12-15 08:53:41 -08:00