Linked .cshtml files generated in Rider when copying files with NuGet package
Using JetBrains Rider I have created a NuGet package that simply copies some files to a specific path. However, when these physical .cshtml files are copied, a related linked file is also generated. This issue does not occur with other file types included in the same package. Additionally, the physical .cshtml files that are copied are full of errors because they cannot find the necessary libraries.