Commit Graph

149 Commits

Author SHA1 Message Date
Ajay Bhargav Baaskaran 7c60cd5fa6 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:32:58 -08:00
John Luo dea425d3b2 Update cookie name 2016-03-03 13:35:09 -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
Victor Hurdugaci fb21277a80 Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
Victor Hurdugaci 85fea1c9a4 Update the build scripts 2016-02-27 12:51:15 -08:00
Doug Bunting b3bc995d31 Update `build.cmd` to match latest template
- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
2016-02-24 13:05:45 -08:00
Kiran Challa 46f6fa85d5 Minor fix to service collection extensions 2016-02-22 14:57:18 -08:00
John Luo 342fe0b38b Updating test TFMs for custom test discovery 2016-02-19 16:41:46 -08:00
Ajay Bhargav Baaskaran 4bbea583b0 Enabled xml doc generation 2016-02-19 11:17:16 -08:00
Kiran Challa c00a2de2c7 Enabled tests to run in dotnet xunit runner 2016-02-09 02:38:51 -08:00
John Luo 44905b6b8b Merge branch 'hishamco-dev' into dev 2016-02-03 16:17:05 -08:00
Hisham Bin Ateya c9d8a1330e Add 'UseServer' 2016-02-03 23:53:13 +03: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
Nate McMaster 89faa2fc4c Updating build script 2016-01-14 16:41:15 -08:00
Chris R c1359a2166 React to hosting API changes. 2016-01-12 14:31:03 -08:00
Victor Hurdugaci 09fe466c56 Build with dotnet 2016-01-11 14:50:14 -08:00
John Luo c59528e4f9 Updating to new options pattern 2016-01-08 17:03:17 -08:00
Hao Kung e91ce99c70 OptionsModel => Options 2015-12-21 15:55:38 -08:00
John Luo 257c1786b3 Reacting to new Hosting API 2015-12-18 15:21:36 -08:00
Brennan 09278f7013 Adding logging event ids 2015-12-14 15:03:06 -08:00
Pranav K 3b895f8a70 Merge branch 'release' into dev 2015-12-11 12:24:30 -08:00
Pranav K a6396df690 Updating to release NuGet.config. 2015-12-11 12:24:25 -08:00
John Luo 8644a2179b Reacting to verbose rename 2015-12-06 17:45:55 -08:00
Doug Bunting 1227fffcf5 Move Travis to supported Linux distribution
- use Ubuntu 14.04 (Trusty)
  - Travis support for Trusty is in Beta and currently requires `sudo`
- run `dnu restore` with DNX Core since aspnet/External#49 is not fixed in Mono versions we can use
- add required dependencies for DNX Core to `.travis.yml`
- addresses part of aspnet/Universe#290
2015-11-17 14:34:48 -08:00
Doug Bunting cf9a4a6371 Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 11:13:01 -08:00
Pranav K 196450ac99 Reacting to DI changes 2015-11-13 11:30:07 -08:00
N. Taylor Mullen 226cb963fb Remove System beta tag in project.json for coreclr packages. 2015-11-12 12:24:26 -08:00
Cesar Blum Silveira 757004737b Merge branch 'release' into dev 2015-11-03 13:11:55 -08:00
Cesar Blum Silveira 089aca178c Strong name Microsoft.AspNet.Session. 2015-11-03 12:20:50 -08:00
Pranav K a909e63d4e Merge branch 'release' into dev 2015-10-28 12:51:36 -07:00
Pranav K a01529b321 Updating to release NuGet.config. 2015-10-28 12:43:09 -07: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
Pranav K 185309bfda Switching to generations TFMs 2015-10-22 01:09:42 -07:00
Cesar Blum Silveira 551d559ada Enable Microsoft.AspNet.Session.Tests on CoreCLR. 2015-10-16 11:35:58 -07:00
Doug Bunting f9155d17aa Fix local build break 2015-10-12 13:02:48 -07:00
Doug Bunting a3e3412695 React to aspnet/Universe#290 fix 2015-10-08 21:23:21 -07:00
Pranav K a6ac3f58f5 Replace NotNullAttribute with thrown exceptions 2015-10-07 10:32:48 -07:00
Pranav K b36d5663b2 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:49 -07:00
Hisham Bin Ateya 786b1a466b Add exceptions messages to Resource file 2015-10-02 10:13:26 -07:00
N. Taylor Mullen 3503af2854 Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:59:00 -07:00
Pranav K 63da465133 Merge branch 'release' into dev 2015-09-28 23:16:19 -07:00
Pranav K ef48e4e298 Updating to release NuGet.config. 2015-09-28 23:16:17 -07:00
Ajay Bhargav Baaskaran 20563b514f Enabling NuGetPackageVerifier 2015-09-23 14:41:54 -07:00
N. Taylor Mullen d7cba38dc8 Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:46 -07:00
Eilon Lipton 276e918e7a Merge pull request #61 from hishamco/using
Remove unnecessary 'Cache' usings
2015-09-14 10:48:53 -07:00