dotnet / dotnet/msbuild

Switch to csc satellite assembly generation for all projects

Open
#350 14 comments 0 reactions 0 assignees View on GitHub
.NET Core backlog triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

In order to build corefx repo using .Net Core version of msbuild, we require al.exe to run in .NetCore since we need to generate satellite assemblies. Today, if you try to build a project that needs this task will fail when trying to load it. There should be a workaround for the time being to disable the task from running, and once Al.exe is converted to net core it should be re-added back.

For this, I've used the .NetCore msbuild produced by https://github.com/dsplaisted/msbuild/tree/netcore-selfbuild

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.