dotnet/msbuild

Use current runtime + architecture for GenerateResource on .NET Core

Open

#1,293 opened on 2016年11月1日

GitHub で見る
 (2 comments) (1 reaction) (0 assignees)C# (1,364 forks)batch import
.NET Corebughelp wantedtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (平均マージ 11d 7h) (30d で 125 merged PRs)

説明

See https://github.com/dotnet/sdk/issues/346#issuecomment-257654120.

On .NET Core, MSBuild doesn't support task hosts of different architectures/runtime versions. But the CoreResGen target does some gymnastics to figure out the right architecture/runtime version to use for the GenerateResource task.

On .NET Core we should just use CurrentArchitecture/CurrentRuntime.

Or as @nguerrera suggested, maybe just add the DoesTaskHostExist check for Architecture as well as Runtime.

コントリビューターガイド