Hide or rename a NuGet package
Is there anyway I can hide package name or rename it or put it another custom created package and call it. I'm making a little application but I don't want the Package names to be show as their DLL files matching the name of package are also build with the solution 开发者_如何转开发in visual studio. Is that possible? I'm new to C# , under php I could change the class name and file name as well and call it in another file but I don't know if its possible in C#
you can right-click the project in Visual Studio solution explorer. then change the assembly name. It will generate the DLL with the custom name.
精彩评论