NSubsys icon indicating copy to clipboard operation
NSubsys copied to clipboard

Removing nSubsys

Open DreamITSoftware opened this issue 5 years ago • 7 comments

I added NSubSys to my project and it worked great. When I removed it and recomipled the EXE was still being hidden. Is there something in the project I need to check?

Here's what I use to publish

dotnet publish -c release -r win-x64

DreamITSoftware avatar Aug 12 '19 14:08 DreamITSoftware

Try running dotnet clean MyProject.csproj, where MyProject.csproj is the filename of your project file. I'm not sure if this will help or not, but it will remove any temp files from the previous builds, then build the project again using the dotnet CLI.

simplexidev avatar Aug 12 '19 15:08 simplexidev

I was able to clean it but it still disappears and runs the app

DreamITSoftware avatar Aug 12 '19 16:08 DreamITSoftware

Are you trying to use the package with, or remove the package from your project?

simplexidev avatar Aug 12 '19 16:08 simplexidev

I used the Nuget package to try it out, then did uninstall-package to remove it from my project.

DreamITSoftware avatar Aug 12 '19 19:08 DreamITSoftware

Trying to remove it from my project. It's hard to see errors when I can't see the console. I didn't turn on any logging yet

DreamITSoftware avatar Aug 12 '19 19:08 DreamITSoftware

Are there some settings in the csproj file I can look at?

DreamITSoftware avatar Aug 12 '19 19:08 DreamITSoftware

May I see your csproj, to see if there's anything residual in there from your installation? I'm not sure why it would still be showing up after you uninstall it.

simplexidev avatar Aug 13 '19 16:08 simplexidev