是否可以在 C++ 构建中使用 SourceLink 功能 "EmbedAllSources"?

Is it possible to use SourceLink feature "EmbedAllSources" in a C++ build?

SourceLink 支持功能 "EmbedAllSources"。详细记录了如何从 dotnet 构建中使用此功能。是否可以将该功能用于 C++ 构建?我该怎么做?

来自GitHub:

The only feature currently supported is mapping of source files to the source repository that is used by the debugger to find source files when stepping into the code. Source embedding and embedding commit SHA and repository URL information in the native binary are not supported for native projects.

"Native"表示C和C++,所以没有。