Android framework version
net9.0-android
Affected platform version
Main
Description
Path separation not properly ensured for DocumentationFile in
|
<DocumentationFile Condition=" '$(DocumentationFile)' == '' and '$(_ComputeFilesToPublishForRuntimeIdentifiers)' != 'true' ">$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
The property construction should call [MSBuild]::EnsureTrailingSlash to properly ensure the separation
FYI @NonExistPlayer
Steps to Reproduce
Details in the original issue dotnet/msbuild#11057
Did you find any workaround?
No response
Relevant log output