Push request from Multi-Target Nugetpackage with Readme.md file is not possibel
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Using this version of BaGet '1.0' current master Branch -> commit Remove the mirror folder (#712)
- Run this code 'Visual Studio'
- See error
It's not possible to push a Readme.md file , the server response with a 400 Error Bad-Request. Solved with removed Readme.md file
NugetPackage with Multi-Traget support to .NET Standard 2.0 and .Net Core 3.1
I was experiencing this and fixed it by changing the <readme> path from backslash \ to forward slash /.
Wrong:
<readme>docs\README.md</readme>
Right:
<readme>docs/README.md</readme>
Very good to know that this works if you change the slash. Any chance this behavior could be built-in? there is no friendly error and I had to go into the event viewer to find this error out myself.
Is there any progress?
The official docs are clearly using backslashes^1
Same error here, when I've tried to upload packages from other nuget sources