We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Command dotnet publish -r linux-x64 -c release -p:PublishReadyToRunShowWarnings=true produces a weird warning:
dotnet publish -r linux-x64 -c release -p:PublishReadyToRunShowWarnings=true
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)
Ubuntu 18.04 / .NET Core 3.1 / x64
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
The text was updated successfully, but these errors were encountered:
This was fixed by #40404. The fix is in .NET 5.0 RC1 and onwards.
Sorry, something went wrong.
No branches or pull requests
Description
Command
dotnet publish -r linux-x64 -c release -p:PublishReadyToRunShowWarnings=true
produces a weird warning: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
The text was updated successfully, but these errors were encountered: