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

Move Microsoft.NET.WebAssembly.WebCil into tasks #89999

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Aug 4, 2023

Fixes #89987

Repo task projects need to reside under src/tasks as the TasksConfiguration property applies to these projects. By having a referenced task project outside of src/tasks, it's easy to get binclashes because of a project being built for different configurations (Debug vs Release).

Alternatively I could have also annotated the cross subset references to WebCil with Configuration=$(TasksConfiguration) but the current separation of src/libraries and src/tasks is important. src/libraries should only consist of shared framework components, out-of-band components and tests.

Fixes #89987

Repo task projects need to reside under src/tasks as the
TasksConfiguration property applies to these projects. By having a
referenced task project outside of src/tasks, it's easy to get
binclashes because of a project being built for different configurations
(Debug vs Release).
@ghost
Copy link

ghost commented Aug 4, 2023

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

Issue Details

Fixes #89987

Repo task projects need to reside under src/tasks as the TasksConfiguration property applies to these projects. By having a referenced task project outside of src/tasks, it's easy to get binclashes because of a project being built for different configurations (Debug vs Release).

Author: ViktorHofer
Assignees: ViktorHofer
Labels:

area-Infrastructure

Milestone: -

@ViktorHofer ViktorHofer merged commit 5eb82ac into main Aug 4, 2023
@ViktorHofer ViktorHofer deleted the MoveWebCilIntoTasksDir branch August 4, 2023 10:42
@ghost ghost locked as resolved and limited conversation to collaborators Sep 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build race condition in Microsoft.NET.WebAssembly.Webcil.dll
2 participants