Skip to content
#

aspnetcore

Here are 2,122 public repositories matching this topic...

Bartmax
Bartmax commented Apr 13, 2021

Describe the bug

When publishing I get this error:

error MSB4186: Invalid static method invocation syntax: "[MSBuild]::MakeRelative('$(MSBuildProjectDirectory)','$([MSBuild]::NormalizePath('wwwroot\/\videos\lkr_app-preview_1920x1080%2816,9%29_1.mp4'))')".

I can confirm the issue is because the filename is called: lkr_app-preview_1920x1080(16,9)_1.mp4 and the issue is havin

Rick-Anderson
Rick-Anderson commented Jun 2, 2020

Create an include (something like https://github.com/dotnet/AspNetCore.Docs/blob/master/aspnetcore/includes/reservedRouting.md

With the info from https://github.com/dotnet/aspnetcore/wiki/MVC-Reserved-Keywords on routing. Be stronger, something like

These keywords should not be used for link generations, as model bound parameters, or top level properties.

Add the include to the 3

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more