Commit Graph

68 Commits

Author SHA1 Message Date
Pranav K 08332a96b7 Updating to netcoreapp1.1 2016-10-12 13:45:26 -07:00
Pranav K c13a8affc0 Updating partner package versions 2016-09-28 11:50:43 -07:00
Doug Bunting c2690023d8 Increase .travis.yml consistency between repos
- aspnet/Universe#349
- minimize `dotnet` setup time; no need for caching
2016-09-04 19:50:47 -07:00
Pranav K acab75a1bb Switching to dotnet.myget.org feed 2016-08-09 15:03:00 -07:00
BrennanConroy cbe53312d4 Update .travis.yml 2016-08-02 13:15:00 -07:00
Doug Bunting 717e4fe083 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:00:26 -07:00
Pranav K 60a66aaa6d Updating to RTM builds of xunit 2016-06-30 14:52:36 -07:00
Pranav K 66518476af Updating to dev versions 2016-06-16 10:17:57 -07:00
Pranav K d1998a6113 Merge branch 'release' into dev 2016-06-14 16:28:45 -07:00
Pranav K 2fffcb9da7 Updating to release. 2016-06-14 16:22:16 -07:00
N. Taylor Mullen 0aab689813 Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
2016-06-13 15:28:17 -07:00
Cesar Blum Silveira 45b4960e26 Fix OSX build on Travis. 2016-05-27 11:53:04 -07:00
N. Taylor Mullen fe563b1459 Rename `HtmlEncodedString` => `HtmlString`.
- This rename makes the type more consistent with its `HtmlContentBuilder` counterparts (`AppendHtml`).

#25
2016-05-17 11:11:10 -07:00
Pranav K 01e4265183 Merge branch 'release' into dev 2016-05-02 14:56:15 -07:00
Pranav K a97ac1b23b Fix build warnings 2016-05-02 11:27:16 -07:00
Pranav K 655c7c3a12 Merge branch 'release' into dev 2016-04-19 14:54:02 -07:00
Pranav K cfc071071b Use latest build of dotnet-test-xunit 2016-04-19 14:54:02 -07:00
Pavel Krymets bc066851ee Merge branch 'release' into dev 2016-04-18 16:36:58 -07:00
Pavel Krymets f94faf4276 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 16:36:54 -07:00
Pavel Krymets 5983909c0c Merge branch 'release' into dev 2016-04-14 14:02:02 -07:00
Pavel Krymets 98b73cbec5 Migrate tests, tools and samples to portable 2016-04-14 14:01:34 -07:00
Pranav K f6be65d69e Merge branch 'release' into dev 2016-04-08 06:48:35 -07:00
Pranav K 4d9d196b4a Removing imports from src projects 2016-04-08 06:48:35 -07:00
Ryan Nowak 1366621f97 Merge branch 'release' into dev 2016-04-06 16:43:20 -07:00
Ryan Nowak 89c9c3260b Make HtmlFormattableString public
We've had this class for a while backing the implementation of the
AppendFormat extension method. Making this public so we can use it in MVC
in localization.

Some updates to the API surface and name to be aligned with
System.FormattableString
2016-04-06 16:42:29 -07:00
Pranav K 64e6d3b236 Merge branch 'release' into dev 2016-04-06 09:46:08 -07:00
Pranav K ffaf2c8b23 Updating to release. 2016-04-06 09:46:06 -07:00
Victor Hurdugaci 5e2ef60519 Webhooks notification 2016-03-30 15:40:25 -07:00
jacalvar 794d0892ae Return IServiceCollection from AddWebEncoders extension methods 2016-03-28 15:27:31 -07:00
Eilon Lipton c5d5ef6788 Fix package metadata 2016-03-26 15:00:56 -07:00
ryanbrandenburg fd10621c1a SetContent->SetHtmlContent 2016-03-25 12:01:59 -07:00
David Fowler 70c0254dc2 Fixed build 2016-03-25 01:48:01 -07:00
Victor Hurdugaci 7c1c4df310 Remove the makefile 2016-03-17 14:31:32 -07:00
Cesar Blum Silveira 66dccd14ea ASP.NET 5 -> ASP.NET Core 2016-03-14 21:43:50 -07:00
Pranav K 0e95ce9a8e Target minimal TFMs 2016-03-12 08:22:32 -08:00
Brice Lambson 06c818c9e5 Don't reference facades in NuSpec
These can be removed entirely after dotnet/cli#164
2016-03-11 08:44:14 -08:00
Nate McMaster bc560b0003 Fix backslashes in yml config.
[ci skip]
2016-03-09 17:44:48 -08:00
Nate McMaster e341d1b1e2 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:10 -08:00
Victor Hurdugaci 8f959b04b1 Update the build scripts to the latest version 2016-03-07 20:54:54 -08:00
Ryan Nowak 2705510508 Add Copy/Move for content - Remove HtmlTextWriter
Currently we overload the definition of WriteTo on IHtmlContent
implementation classes to either represent a "real" write or a "flatten"
by checking if the writer inherits HtmlText writer.

This overloading is a bit of an odd fit and hides the real semantic we
want for flattening.

Additionally, we want to gradually make the concept of a pooled
backing-buffer for IHtmlContent first-class - using pooled buffers
dictates that we support move-semantics to some degree.

This change makes the work that we do for flattening into pooled buffers
explicit rather than hidden.
2016-03-04 07:52:14 -08:00
Ajay Bhargav Baaskaran b9d2dc89aa Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:31:53 -08:00
Doug Bunting 67c1dfc43d Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:50:26 -08:00
jacalvar b2b623816b Make ServiceCollectionExtensions consistent 2016-03-01 16:36:42 -08:00
N. Taylor Mullen e8f642df19 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:29:45 -08:00
Victor Hurdugaci ed2529edce Return the error code from build.cmd 2016-02-28 10:12:09 -08:00
Victor Hurdugaci 2e84cc5aac Update the build scripts 2016-02-27 12:51:06 -08:00
Doug Bunting 05b2b8e7d8 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 12:44:10 -08:00
Doug Bunting 5de08352fa Update `build.sh` to match other repos
- currently attempts to `source KoreBuild.sh`
2016-02-24 09:37:41 -08:00
John Luo 397cda382b Updating test TFMs for custom test discovery 2016-02-18 17:08:28 -08:00
Ajay Bhargav Baaskaran f1e696d865 Enabled xml doc generation 2016-02-18 12:39:01 -08:00