Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm][testing] hosting webSocket echo server in xharness process #52546

Closed

Conversation

pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented May 10, 2021

Companion change to dotnet/xharness#593, not interesting yet.

@ghost
Copy link

ghost commented May 10, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Companion change to dotnet/xharness#593, not interesting yet.

Author: pavelsavara
Assignees: -
Labels:

area-System.Net

Milestone: -

@pavelsavara pavelsavara added the arch-wasm WebAssembly architecture label May 11, 2021
@ghost
Copy link

ghost commented May 11, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Companion change to dotnet/xharness#593, not interesting yet.

Author: pavelsavara
Assignees: -
Labels:

arch-wasm, area-System.Net

Milestone: -

<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be $(NetCoreAppToolCurrent)

@@ -51,4 +41,10 @@
<ItemGroup>
<PackageReference Include="System.Net.TestData" Version="$(SystemNetTestDataVersion)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetOS)' == 'Browser'">
<!-- TODO
<ProjectReference Include="$(CommonTestPath)System/Net/Prerequisites/MonoNetTestServer/MonoNetTestServer.csproj" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I think you want <ProjectReference ... ReferenceOutputAssembly="false"/> because you just want to establish a build-order, not to actually link it in to the tests
  2. You actually should reference a .proj that uses the MSBuild task (or maybe an Exec. not sure) to build the server for the build machine RID, not for browser-wasm.

@pavelsavara
Copy link
Member Author

Closed in favor of #52923

@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
@pavelsavara pavelsavara deleted the pr_wasm_loopback_outerloop branch July 29, 2021 08:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.Net
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants