What's the difference between adding
<IncludeSymbolsInSingleFile>true</IncludeSymbolsInSingleFile>
and
<DebugType>embedded</DebugType>
to your .csproj?
This is pretty straightforward question, but I really couldn't find anything more than "IncludeSymbolsInSingleFile" is only available for .NET Core 3.0+ in design.md (which is kind of obvious, as you have to be able to build single-file).
So, is there any difference? Especially in how they get embedded?