Skip to content

Conversation

@pavelsavara
Copy link
Member

@pavelsavara pavelsavara commented May 10, 2021

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

@ghost ghost added the area-System.Net label May 10, 2021
@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)

</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