Commit Graph

37701 Commits

Author SHA1 Message Date
Ryan Brandenburg f59f405a60 Merge pull request #387 from aspnet/rybrande/NetStandardLibNetFramework
Remove NetStandard.Library.NetFramework
2017-06-23 10:05:25 -07:00
David Fowler a84ba8820f Use Channel<byte[]> as the abstraction (#579)
* Use Channel<byte[]> as the abstraction
2017-06-23 09:52:35 -07:00
Ryan Brandenburg d916d3f87f Remove NetStandaRD.Library.NetFramework 2017-06-23 09:47:01 -07:00
David Fowler 5fa9fc9458 Updated breaking changes file 2017-06-23 09:33:58 -07:00
Gerardo Saca 05c6cbe466 Fix documentation for JwtBearerOptions.Events (#1249) 2017-06-23 09:00:31 -07:00
Kristian Hellang 513f6ac816 Avoid having to return anything in StartupBase.ConfigureServices (#957)
* Implement IStartup explicitly so we don't have to return a service provider
* Inherit StartupBase and override CreateServiceProvider
2017-06-23 08:48:06 -07:00
Pranav K aa5a348385 _ViewStart.cshtml not picked up when added to the root of the app
Fixes #6308
2017-06-23 08:25:58 -07:00
Steve Sanderson 53f5a77490 Use preview2-final NuGet feed until it ships to NuGet.org 2017-06-23 12:08:14 +01:00
Steve Sanderson 5fd9b93324 Switch to a specific version of .NET Core 2.0 Preview 2, because "latest" is 2.1 and breaks. Fixes #1058 2017-06-23 11:59:34 +01:00
Scott Addie 55bd0c05cb Update SpaServices NuGet package installation requirement 2017-06-23 11:55:00 +01:00
Steve Sanderson f9068819be Update AppVeyor builds to use latest .NET Core SDK. Fixes #1058 2017-06-23 11:52:09 +01:00
David Fowler 5234437af8 Remove unused dependency 2017-06-23 01:27:43 -07:00
Pranav K 0dfffd45c2 RazorPages page directives missing quotes should alert user
Fixes #5868
2017-06-22 15:13:38 -07:00
Jass Bagga 9d138affa2 Suppress JsonPatchDocument validation (#6429)
Addresses aspnet/JsonPatch#80
2017-06-22 14:14:11 -07:00
Pranav K cd91ab986c Cleanup tests to perform fewer deployments (#154)
* Cleanup tests to perform fewer deployments
2017-06-22 13:12:24 -07:00
Eilon Lipton 2f58f33253 Merge pull request #383 from hishamco/fix#338
Reference `Entropy` localization samples
2017-06-22 13:04:32 -07:00
N. Taylor Mullen 6bbcbc1261 Move seen directives to the parser context.
- The context is guaranteed to be re-created per-parse, it should own the seen directives.

#1376
2017-06-22 12:15:50 -07:00
N. Taylor Mullen 7a04e35da5 Update built-in directives to use DirectiveUsage.
- Updated integration code gen and IR bits to reflect new directive usage.
- Updated existing unit tests that happened to test directives in code blocks to now test what happens when they exist at the document level. Being inside of a code block is now invalid and we have separate tests for that scenario.

#1376
2017-06-22 11:42:37 -07:00
N. Taylor Mullen 2453689804 Add file scoped extensible directives.
- Added `DirectiveUsage` to enable extensible directive authors to indicate how their directives should be used. Currently support `Unrestricted` (how section directives have always worked) and a file scoped singly occurring directive.
- Added directive parsing tests.
- Removed no longer used `BlockKindInternal` items.

#1376
2017-06-22 11:42:37 -07:00
Pranav K ab8cb5e2c9 Preapre for StackTrace.Sources changes 2017-06-22 11:18:56 -07:00
Pranav K acb96ec971 Preapre for StackTrace.Sources changes 2017-06-22 11:18:43 -07:00
Pavel Krymets c83f606b22 Add a StressTest target (#1914) 2017-06-22 10:04:02 -07:00
David Fowler a34e4055cd Reduce pipelines dependency to just extensions 2017-06-22 09:43:21 -07:00
David Fowler 41f54d001b Remove dependencies on a bunch of corefxlab things (#576)
* Remove dependencies on a bunch of corefxlab things
- Used Stream instead of IOutput
- Removed pipelines dependency in most places.
2017-06-22 09:23:52 -07:00
Steve Sanderson 85bf621386 Merge branch 'rel/2.0.0-preview2-templates' into dev 2017-06-22 16:39:58 +01:00
Steve Sanderson 328eb0451b Remove NETStandard.Library.NETFramework from the templates 2017-06-22 16:39:35 +01:00
David Fowler d28c1c81c0 Fix build failures with travis and libunwind 2017-06-22 07:53:49 -07:00
Ryan Nowak e3b3e20738 Move some stuff to .Extensions
Moved design time directives and tag helper attribute preallocation to
.Extensions.

Just mechanical namespace changes here.
2017-06-21 20:26:31 -07:00
Ryan Nowak 7a234ca513 Rename UsingStatement>UsingDirective 2017-06-21 19:54:40 -07:00
Ryan Nowak a580c8fdf1 Get rid of AccessModifiers 2017-06-21 19:10:57 -07:00
Ryan Nowak a40ca857c5 Rename HtmlAttributeValueStyle>AttributeStructure 2017-06-21 18:56:37 -07:00
Ryan Nowak b36bbac60a Clean up .Legacy
Also sealed two types that didn't get the treatment.
2017-06-21 18:42:52 -07:00
Pranav K a01bee876d Add publishing tests for net461 x86 2017-06-21 18:01:34 -07:00
= 7d3461eed4 Merge branch 'rel/2.0.0-preview2' into dev 2017-06-21 17:10:08 -07:00
pan-wang 6b411adbd0 revert the preserve host header change as it failed on Antares (#114) 2017-06-21 16:48:38 -07:00
Hao Kung 980206cc26 Revert IdentityDbContext breaking change (#1286) 2017-06-21 16:47:44 -07:00
Ajay Bhargav Baaskaran 4811807329 Moved CSharpCodeWriter out of legacy 2017-06-21 15:05:46 -07:00
Stephen Halter 2d1a4e33af Remove Kestrel.Transport.Sockets (#170) 2017-06-21 14:59:25 -07:00
Stephen Halter ea2f1033d3 Make Transport.Abstractions pubternal (#1911)
* Remove Sockets transport dependency from primary package
* Use deprecated travis images to keep systemd tests running

https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch
2017-06-21 14:58:57 -07:00
Ryan Nowak de64c84610 React to RazorIRNode renames 2017-06-21 13:44:58 -07:00
Ryan Nowak 21e26ad4aa Rename RazorIRNode
Get rid of references to 'IR'
2017-06-21 12:55:16 -07:00
Jass Bagga c816bce13a Refactor invalid operation exception handling (#87)
Addresses part of #80
2017-06-21 12:35:31 -07:00
Pranav K d14b453c33 Allow publishing rid specific desktop applications 2017-06-21 12:16:01 -07:00
= fc502c7645 Set license to Apache 2.0 2017-06-21 11:09:32 -07:00
hishamco 771f5b13e5 Reference `Entropy` localization samples 2017-06-21 20:20:33 +03:00
Steve Sanderson bc7742148e Remove duplicate var definition as in #966 2017-06-21 15:06:07 +01:00
Ryan Nowak d2469e078a Move Source down to ExtensionIRNode 2017-06-20 23:19:55 -07:00
Ryan Nowak 8649e1a4be Add Tag Helper descriptors to the Tag Helper node 2017-06-20 23:19:49 -07:00
Pranav K 8d095d3af6 Unwrap inner exceptions for AggregateExceptions 2017-06-20 21:39:35 -07:00
Pranav K 5834660081 Fix issues with adding desktop reference.
* Add the reference only if precompilation is enabled.
* Make the reference Private. We don't want it to be copied locally to the output
2017-06-20 21:39:35 -07:00