-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
reference local assembly in dotnet core 2.0 preview 2 #1417
Comments
ping @eerhardt |
Instead of using HintPath, would it be possible to put the relative path in the Include? Reference Include="Dll/MsgPack.dll" A good way of diagnosing build problems is to "dotnet build /v:diag" and look at the diagnostic output to see what was passed to the compiler. Can you attach a diagnostic log as well? |
reproduce on Linux VM. I can't access my mac right now. uname -a
new csproj file:
build log: |
It's a broken image. Closing. BTW, will local assembly have first class support in future, like |
…0200425.5 (dotnet#1417) - Microsoft.AspNetCore.Analyzers: 5.0.0-preview.5.20223.18 -> 5.0.0-preview.5.20225.5 - Microsoft.AspNetCore.Mvc.Analyzers: 5.0.0-preview.5.20223.18 -> 5.0.0-preview.5.20225.5 - Microsoft.AspNetCore.Components.Analyzers: 5.0.0-preview.5.20223.18 -> 5.0.0-preview.5.20225.5 - Microsoft.AspNetCore.Mvc.Api.Analyzers: 5.0.0-preview.5.20223.18 -> 5.0.0-preview.5.20225.5 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
#120 said:
dotnet core 2.0
SUPPORT local DLL.But I encounter some problems.
platform: 16.6.0 Darwin Kernel Version 16.6.0 or macOS Sierra 10.12.5
dotnet info
reproduce:
mkdir Dll
see
build.txt
MsgPack.zip
build.txt
The text was updated successfully, but these errors were encountered: