# how-to format nicely long paths in both console and log files
msg="created the following relative package:
"$(stat -c "%y %n" "$product_dir/$zip_file_name")
doLog "INFO $msg"
Getting Inherited Controller Routes to work in ASP.NET Core
-
[image: Banner]
By default ASP.NET applies Controller Attribute Routes on concrete types.
If you create a Controller class, the class and its routes are ...
5 days ago