ryanbrandenburg
19325a6cce
Add logging to 'business' events
2016-04-13 11:39:22 -07:00
Pranav K
7f4a772859
Updating to NETStandard.Library 1.5.0
2016-03-28 06:32:52 -07:00
Pranav K
6c8b1f2ac3
Updating to latest CoreCLR packages
2016-03-24 12:46:51 -07:00
Nate McMaster
6c2f6d245b
Add missing prefix on cookie name
2016-03-08 10:06:44 -08:00
Nate McMaster
7a624ba5be
Workaround cookie issues in corefx
2016-03-08 09:41:45 -08:00
N. Taylor Mullen
e1870dd9f3
Transition to netstandard.
...
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:41:04 -08:00
Kiran Challa
09590416bd
Build and test with dotnet
2016-02-10 14:56:49 -08:00
Kiran Challa
96e5d9bec5
Remove System.Runtime reference
2016-02-08 14:07:48 -08:00
N. Taylor Mullen
86c08ecf22
React to FacebookHelper and CLI changes.
2016-02-07 01:21:34 -08:00
N. Taylor Mullen
d61c6985b7
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:29:04 -08:00
N. Taylor Mullen
d761c6b7ba
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:27:05 -08:00
N. Taylor Mullen
90601ef853
Cleanup `Microsoft.AspNet.Server.IIS` usage.
2015-12-28 16:48:37 -08:00
Kiran Challa
5c2ef70cae
Modifying E2E tests to run on coreclr
2015-12-12 23:01:38 -08:00
Victor Hurdugaci
69ed946970
Move compiler shared to its own folder
2015-10-16 10:11:09 -07:00
Pranav K
576023cc0f
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:59 -07:00
Kiran Challa
d89747927e
Minor clean up related to formatting
2015-09-23 16:31:21 -07:00
Ryan Nowak
47866ac5db
React to renames from Auth
2015-09-16 17:21:01 -07:00
N. Taylor Mullen
b1ca5d41d8
Update project.json to have warningsAsErrors accept a bool.
2015-09-02 15:35:36 -07:00
Kiran Challa
0972116697
Removed SignalR related code from the sample and tests.
2015-09-01 10:54:32 -07:00
Kirthi Krishnamraju
7968239891
React to aspnet/Configuration #195,#198
2015-05-20 23:40:16 -07:00
Praburaj
c384fcc3c2
Deployment helpers moved to hosting repo.
2015-04-17 14:51:58 -07:00
Chris Ross
b4903e22d1
Handle Http.Core rename.
2015-04-16 17:18:34 -07:00
Praburaj
29ef86fad3
Move deployment helpers out of the test project.
2015-04-14 15:46:42 -07:00
N. Taylor Mullen
649a74a753
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-13 00:34:51 -07:00
N. Taylor Mullen
9878f7dcf9
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 12:56:19 -07:00
N. Taylor Mullen
58c8e44786
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:51:38 -07:00
Praburaj
0ef3921e20
Removing aspnetcore50 from test project.json
...
Uncommented section seems to throw on build.cmd
2015-02-22 18:49:59 -08:00
Praburaj
0e72888105
Making tests runnable on coreclr
2015-02-22 18:27:03 -08:00
Praburaj
fdfe88f8e0
Using Console logger to print logs instead of using Console.WriteLine
2015-01-09 16:44:08 -08:00
Suhas Joshi
e5a92daa51
Corrected json for mono
2014-12-19 11:59:12 -08:00
Praburaj
9c442e97ff
Using the latest xunit skip condition attributes to skip tests
...
Also moved all the helper code into sub-directories.
2014-12-18 19:25:51 -08:00
Brennan
2df9d8f098
Update tests to use official xunit
2014-12-16 10:44:13 -08:00
Praburaj
0c59794996
A few changes
...
1. Adding helpers to install an app on IIS and run on top of native module
2. Enabled CoreCLR + Ntlm tests.
2014-12-12 16:07:49 -08:00
Suhas Joshi
681327f396
Fixed tests to run on Mono
2014-12-01 17:49:16 -08:00
Pranav K
acac2802db
Removing version token from framework assemblies node
2014-10-10 12:53:35 -07:00
Pranav K
0a49dc08df
Reacting to CLR package versioning changes
2014-10-10 10:33:38 -07:00
Praburaj
ae91663eb7
Fixing a few things
...
1. Changing the SigninAsAuthenticationType to a variable to avoid failures when the value changes.
2. Adding a Scripts folder like default VS projects.
3. Adding version numbers to GAC assemblies in the test project.
4. Adding a check for pack-exclude.
2014-10-09 16:11:38 -07:00
Brice Lambson
e370c974e1
Remove framework assembly versions
2014-10-06 14:52:48 -07:00
David Fowler
e50cb5262a
Fixup references
2014-10-05 18:59:43 -07:00
Praburaj
424de094f3
Removing the single line comment in a project.json
2014-10-02 13:20:58 -07:00
Praburaj
0288c790b0
Cleanup
...
1. Moving framework assembly references to frameworkassemblies node.
Moving the framework references Removing the RunOnMono flag on Ntlm tests as it never runs on mono
2. Deleted a space from the batch file
3. Adding some pack-exclude items
4. Some general test cleanup.
2014-10-02 12:38:54 -07:00
Praburaj
1867d11a43
Using QueryHelpers.ParseQuery for parsing query string.
...
Removed the helpers implemented in the test project.
2014-09-23 20:08:59 -07:00
David Fowler
c299a13927
Updated to use the new target framework in project.json
2014-09-04 02:30:32 -07:00
Praburaj
b054f392f5
Adding a what's new in the store signalr announcement panel in the sample
...
When a new album is created in the store a notification is posted to all the connected browsers using SignalR.
Also added automation for the signalR hubs.
There is still some UI formatting improvements required in the way new arrivals are displayed. Will fix it in future checkins.
2014-09-03 15:40:01 -07:00
Praburaj
b56cecc817
Refactoring the test code a little bit to enable adding more scenarios
...
And some general cleanup.
2014-08-29 16:35:02 -07:00
David Fowler
94258eba8a
Updated to use the new target framework in project.json
2014-08-29 00:13:02 -07:00
David Fowler
efd225a9cd
Renamed configurations to frameworks in project.json
2014-07-13 22:31:03 -07:00
David Fowler
ff9e21b647
Use runtime APIs to locate AspNet.Loader.dll
2014-07-13 12:03:09 -07:00
David Fowler
ba24762ab2
Removed invalid reference from e2e tests
2014-06-19 22:18:44 -07:00
Brice Lambson
b41abcffa6
React to version bumps and renames
2014-06-19 16:00:13 -07:00