aspnetcore/src/Middleware/WebSockets
Nate McMaster dc90e11c7a
Move obj and bin directories into repo root (#10063)
The Arcade SDK requires that the obj/ and bin/ folders be placed in the top-level artifacts/ folder of the repo. Although this PR does not complete our Arcade convergence, this is a step towards updating our repo to build with the Arcade SDK.

Changes:
* Set output path for build to artifacts/bin/$(ProjectName)/ 
* Set intermediate output path for build to artifacts/obj/$(ProjectName)/
* Cleanup .gitignore files (remove duplication between repo-root and tested gitignore files)
* Add code check which looks for project files that share the same name (could cause issues)
* Rename project files to have unique names (avoid race condition of build output)
* Update all locations which were hard-coded to expect bin/ and obj/ in the project directory
* Add overrides for tests which still assert test binaries exist in a given location relative to the source code
2019-05-15 13:44:55 -07:00
..
ref
samples Move obj and bin directories into repo root (#10063) 2019-05-15 13:44:55 -07:00
src Remove API check baselines and related project settings (#9846) 2019-04-30 14:58:13 -07:00
test Replace all usages of RepositoryRoot with RepoRoot (#10267) 2019-05-15 12:00:19 -07:00
README.md
setup-wstest.ps1
setup-wstest.sh

README.md

WebSockets

Contains a managed implementation of the WebSocket protocol, along with server integration components.

System Requirements

This repo has a few special system requirements/prerequisites.

  1. Windows IIS Express tests require IIS Express 10 and Windows 8 for WebSockets support
  2. HttpListener/ASP.NET 4.6 samples require at least Windows 8
  3. Autobahn Test Suite requires special installation see the README.md in test/AutobahnTestApp