-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
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