Chris R
e39ea62808
#160 Refactor options/settings
2016-08-18 13:47:05 -07:00
Chris R
4b36501bd8
#160 Move AllowAnonymous from the AuthenticationSchemes to its own bool
2016-08-05 16:18:30 -07:00
Chris R
235ac59551
API cleaup, organization
2016-07-29 15:19:44 -07:00
Doug Bunting
5541fc28bf
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 14:15:19 -07:00
Pranav K
10df99de67
Updating to dev versions
2016-06-16 10:18:52 -07:00
N. Taylor Mullen
b441934f65
Remove direct Microsoft.NETCore.Platforms dependency.
...
- Microsoft.NETCore.App now pulls this package in.
aspnet/Coherence-Signed#344
2016-06-13 15:29:07 -07:00
jacalvar
eb726021df
Remove unncessary usings
2016-06-09 00:56:43 -07:00
Pranav K
5bcf381604
Fix build warnings
2016-05-02 11:27:30 -07:00
BrennanConroy
afd437f85f
Remove reference to UseDefaultHostConfiguration
2016-04-27 18:43:11 -07:00
Pavel Krymets
169a571a37
Bring Microsoft.NETCore.Platforms dependency back
2016-04-18 17:00:52 -07:00
Chris R
6b0684cc4d
Fix WebListenerOptionsSetup service registration
2016-04-18 13:04:05 -07:00
Chris R
ff95748d7e
Hosting#698 Remove IServerFactory, add UseWebListener extension
2016-04-15 16:08:54 -07:00
Pavel Krymets
75144a4350
Migrate tests, tools and samples to portable
2016-04-14 15:24:10 -07:00
John Luo
faeedf1c42
Update samples
2016-03-30 15:40:45 -07:00
John Luo
7314e6568a
Reacting to Hosting changes
2016-03-22 11:44:18 -07:00
Cesar Blum Silveira
86af69d2d7
Adapt samples to .NET Core.
2016-03-09 14:16:07 -08:00
Doug Bunting
d593ac148d
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 21:39:28 -08:00
N. Taylor Mullen
5433130182
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:35:50 -08:00
John Luo
4666564b87
Updating to new CLI
2016-02-01 19:21:41 -08:00
N. Taylor Mullen
1aff2e9cda
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:27 -08:00
N. Taylor Mullen
a83445441a
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:23:36 -08:00
John Luo
8ff779778c
Reacting to hosting rename
2016-01-17 16:21:39 -08:00
John Luo
fdf0b84136
Reacting to new Hosting API
2015-12-17 19:12:04 -08:00
John Luo
7a310a35db
Reacting to verbose rename
2015-12-02 18:00:17 -08:00
Pranav K
4400ab4124
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:44 -07:00
Chris R
0603a69b2c
Convert IServerInformation to IFeatureCollection.
2015-08-31 16:46:13 -07:00
Chris R
38f70a02f7
#125 Add a Hosting dependency and Program.Main.
2015-06-23 11:55:59 -07:00
Chris Ross
b0d0e94aba
Handle Authentication and WebSocket API changes.
2015-04-23 16:06:18 -07:00
Doug Bunting
6c5d53a03f
Merge remote-tracking branch 'origin/release' into dev
2015-04-03 12:19:24 -07:00
Doug Bunting
626ed73987
Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename
2015-04-02 13:49:31 -07:00
Chris Ross
a2014e32c0
Clean up samples so they work with current tooling.
2015-04-02 12:11:46 -07:00
N. Taylor Mullen
b84b0dbfac
Update .kproj => .xproj.
2015-03-11 14:08:56 -07:00
N. Taylor Mullen
ad192f5883
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 13:01:52 -07:00
N. Taylor Mullen
099494c5d3
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 13:00:33 -07:00
Hao Kung
c08721c7b3
React to AuthN renames
2015-03-02 15:37:35 -08:00
Brennan
4a0518ec99
Updating .kproj file
2015-02-04 14:29:14 -08:00
Chris Ross
2ecf92f7e8
#79 - Log verbose request & response details.
2014-12-02 10:15:44 -08:00
Chris Ross
3fdf656353
#74 - Log the listening addresses at startup.
2014-12-02 10:13:00 -08:00
Victor Hurdugaci
f6aa12cfa8
Add schema version to kproj files
2014-11-25 11:08:17 -08:00
Chris Ross
8caec74f03
Add a HotAdd/Remove prefix sample.
2014-11-17 09:24:52 -08:00
Victor Hurdugaci
15344d8d7a
Update KProj to the latest format
2014-11-12 15:39:40 -08:00
Chris Ross
b7fb516aac
Update Claims dependency.
2014-10-17 10:42:51 -07:00
David Fowler
31b4a9598d
Fixup references
2014-10-05 14:14:03 -07:00
Chris Ross
56483cb0ed
#54 - Throw if anyone tries to modify the response headers after they are sent.
2014-09-24 13:39:09 -07:00
Chris Ross
d50923a730
Handle IBuilder rename to IApplicationBuilder.
2014-09-10 12:06:55 -07:00
David Fowler
a1c2f68a58
Updated to use the new target framework in project.json
2014-09-04 01:44:15 -07:00
David Fowler
a7e97313b5
Updated to use the new target framework in project.json
2014-08-29 00:07:19 -07:00
Pranav K
dbf13614da
Reacting to System.IO package version change
2014-08-20 06:56:39 -07:00
Pranav K
d0b9d5c579
Reacting to System.IO.FileSystem package version change
2014-08-18 15:10:56 -07:00
David Fowler
47a0530cc4
Removed source files from the project
2014-08-15 09:38:17 -07:00