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

Dotnet publish produces weird warning #43059

Closed
thatbakamono opened this issue Oct 5, 2020 · 1 comment
Closed

Dotnet publish produces weird warning #43059

thatbakamono opened this issue Oct 5, 2020 · 1 comment

Comments

@thatbakamono
Copy link

Description

Command dotnet publish -r linux-x64 -c release -p:PublishReadyToRunShowWarnings=true produces a weird warning:

RUNREADYTORUNCOMPILER : warning : Method not found: 'Void Microsoft.Cci.ISymUnmanagedWriter7._VtblGap1_33()'. while resolving 0x600032d - Microsoft.Cci.ISymUnmanagedWriter7._VtblGap1_33. [/home/runner/work/AudioSensei/AudioSensei/AudioSensei/AudioSensei.csproj]

As far as I know, this issue is specific at least to Linux (it doesn't happen on Windows)

Configuration

Ubuntu 18.04 / .NET Core 3.1 / x64

Other information

https://github.com/KernelErr0r/AudioSensei/pull/14/checks?check_run_id=1205984110 // Linux
https://github.com/KernelErr0r/AudioSensei/pull/14/checks?check_run_id=1205984101 // Windows
https://github.com/MichalPetryka/AudioSensei/tree/patch-1

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Meta untriaged New issue has not been triaged by the area owner labels Oct 5, 2020
@jkoritzinsky
Copy link
Member

This was fixed by #40404. The fix is in .NET 5.0 RC1 and onwards.

@jkoritzinsky jkoritzinsky added area-CrossGen/NGEN-coreclr and removed area-Meta untriaged New issue has not been triaged by the area owner labels Oct 5, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants