dotnet / dotnet/msbuild

ResolveAssemblyReferencesSilent true flag is not printing any warning

Open
#4,671 2 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 8h
Merged PRs (30d)
141

Description

The ResolveAssemblyReferences target is not printing any warnings to the screen making the debugging difficult.
The ResolveAssemblyReferencesSilent is automatically getting set to true.

The project file looks something likes this.
```Csproj


netcoreapp3.1
win7-x86;win7-x64;centos.7-x64;debian.8-x64;linuxmint.17-x64;rhel.7.2-x64;ubuntu.14.04-x64;ubuntu.16.04-x64;osx.10.12-x64;fedora.24-x64;opensuse.42.1-x64;rhel.7-x64
Microsoft.Bcl.HashCode
1.1.0-dev.19427.1

$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.props))\support







```

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.