Description
If a .NET application is published with PublishSingleFile=true and --self-contained there are no exports to MetaDataGetDispenser any more. This method is needed for many ClrProfilers.
Reproduction Steps
PublishSingleFile=true and --self-contained,
use objdump -TC myExecutable.exe to show the exported symbols.
Expected behavior
symbold should be available
Actual behavior
symbol is not available
Regression?
No response
Known Workarounds
none
Configuration
.NET 6 and newer
Other information
No response
Description
If a .NET application is published with PublishSingleFile=true and --self-contained there are no exports to MetaDataGetDispenser any more. This method is needed for many ClrProfilers.
Reproduction Steps
PublishSingleFile=true and --self-contained,
use objdump -TC myExecutable.exe to show the exported symbols.
Expected behavior
symbold should be available
Actual behavior
symbol is not available
Regression?
No response
Known Workarounds
none
Configuration
.NET 6 and newer
Other information
No response