How to use a custom attribute on an assembly in .NET Core 1.1
While I found this post regarding retrieving a custom attribute on an assembly, I am unsure on how to add a custom attribute to an assembly in .NET Core 1.1. In .NET Framework, I would have done something like: [assembly: AdditionalLocation(@"..\ReadFromHere")] But my netcore1.1 projects in Visual Studio do not have an AssemblyInfo.cs. Where would I declare a custom attribute for an assembly? Is there something I can put in the .csproj file? You can always create a new AssemblyInfo.cs file or any other .cs file to do the same. However you can also use the new auto-generated assembly info