开发者

Hide or rename a NuGet package

开发者 https://www.devze.com 2022-12-07 18:40 出处:网络
Is there anyway I can hide package name or rename it or put it another custom created package and call it.

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.

Hide or rename a NuGet package

0

精彩评论

暂无评论...
验证码 换一张
取 消