Commit Graph

44 Commits

Author SHA1 Message Date
Pavel Krymets 4bddd93e32 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:02:26 -07:00
Pavel Krymets d26e7781c6 Migrate tests, tools and samples to portable 2016-04-14 16:03:47 -07:00
David Fowler 14bd62d880 Fixed the build 2016-03-25 02:53:31 -07:00
Pranav K 069220a85a Revert "Revert "Reacting to CoreCLR package changes""
This reverts commit e3229fc4ea.
2016-03-23 11:47:23 -07:00
Doug Bunting e3229fc4ea Revert "Reacting to CoreCLR package changes"
This reverts commit 41b0ea9c3c.
2016-03-22 09:49:34 -07:00
Pranav K 41b0ea9c3c Reacting to CoreCLR package changes 2016-03-21 06:56:02 -07:00
jacalvar 2b1841fc86 React to changes in Caching 2016-03-07 16:07:07 -08:00
Chris R 432de7a158 #96 Add a session Id 2016-03-04 15:11:35 -08:00
Doug Bunting 2f1bb39407 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:22:43 -08:00
N. Taylor Mullen 6ef4e68ced Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:38:23 -08:00
John Luo 342fe0b38b Updating test TFMs for custom test discovery 2016-02-19 16:41:46 -08:00
Kiran Challa c00a2de2c7 Enabled tests to run in dotnet xunit runner 2016-02-09 02:38:51 -08:00
John Luo 461fd40251 Updating to new CLI 2016-02-03 12:02:12 -08:00
Chris R 8b29de8993 Remove ISessionStore.Connect in raction to removal of IDistrbutedCache.Connect. 2016-01-25 13:56:14 -08:00
N. Taylor Mullen ea0c57122d Rename AspNet 5 file contents.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:42 -08:00
N. Taylor Mullen bebac7151a Rename AspNet 5 folders and files.
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:16:41 -08:00
John Luo 9ae4e9e3dd Reacting to hosting rename 2016-01-17 17:34:55 -08:00
Victor Hurdugaci 09fe466c56 Build with dotnet 2016-01-11 14:50:14 -08:00
John Luo 257c1786b3 Reacting to new Hosting API 2015-12-18 15:21:36 -08:00
Pranav K 196450ac99 Reacting to DI changes 2015-11-13 11:30:07 -08:00
Victor Hurdugaci 8bcbddc09b Make tests more robust by only checking the messages coming from session. Otherwise, anyone logging more below could break them 2015-10-27 10:18:47 -07:00
Cesar Blum Silveira 551d559ada Enable Microsoft.AspNet.Session.Tests on CoreCLR. 2015-10-16 11:35:58 -07:00
Pranav K b36d5663b2 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:49 -07:00
Hao Kung 2bd83e1589 ConfigureSession => AddSession overload 2015-09-11 14:16:13 -07:00
Chris R 06392be333 Use new HttpContext.Features API. 2015-08-31 09:35:08 -07:00
Kiran Challa 20bd4c799e Added unit tests 2015-07-17 11:03:14 -07:00
Kiran Challa d9b136e20d 'Refresh' the session even when its not accessed in current request #41 2015-07-02 09:50:31 -07:00
Kiran Challa dab08ba7e9 Session api review changes 2015-06-03 21:19:18 -07:00
N. Taylor Mullen b7a38ce39a Update LICENSE.txt and license header on files. 2015-05-01 14:00:47 -07:00
Justin Van Patten d37f9dded2 React to SessionCollectionExtensions renames
React to aspnet/HttpAbstractions#280
2015-04-16 18:30:25 -07:00
Chris Ross 10f1b9c038 Fix cookie handling in tests. 2015-04-15 11:04:46 -07:00
Kiran Challa a1a9f7294c Reacting to ILogger api changes 2015-04-04 02:01:19 -07:00
Doug Bunting 7702deff7e Merge remote-tracking branch 'origin/release' into dev 2015-04-03 12:13:13 -07:00
Praburaj 4e1e03db10 Fixing tests to run successfully on mono
Removing the leading '/' on httpClient.GetAsync().
2015-04-03 09:29:48 -07:00
Doug Bunting b7186c4bf7 Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:29 -07:00
Hao Kung fa95120dde React to hosting 2015-03-19 11:38:20 -07:00
N. Taylor Mullen 20bcd6346e Update xunit.runner.kre => xunit.runner.aspnet. 2015-03-12 17:26:17 -07:00
N. Taylor Mullen a6105d4206 Update .kproj => .xproj. 2015-03-11 14:05:07 -07:00
N. Taylor Mullen cc836b7c9b Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:59:12 -07:00
N. Taylor Mullen c2c2c6b55d Update aspnet50/aspnetcore50 => dnx451/dnxcore50. 2015-03-08 12:56:25 -07:00
Brennan b2f66944da Logging.Testing and Http.Interfaces change 2015-03-06 10:28:20 -08:00
Brennan 4a37359174 Logging API changes 2015-03-04 20:28:47 -08:00
N. Taylor Mullen 8f1ab39f6c Added Microsoft.AspNet.Testing.Logging to test project.
- Reacting to Logging changes and corresponding Testing changes.
2015-02-24 14:30:13 -08:00
Pranav K 7df56f6d2d Porting Session from Microsoft.Framework.Cache 2015-02-14 09:50:08 -08:00