Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Removing nSubsys #2

Open
DreamITSoftware opened this issue Aug 12, 2019 · 7 comments
Open

Removing nSubsys #2

DreamITSoftware opened this issue Aug 12, 2019 · 7 comments

Comments

@DreamITSoftware
Copy link

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

@simplexidev
Copy link

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.

@DreamITSoftware
Copy link
Author

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

@simplexidev
Copy link

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

@DreamITSoftware
Copy link
Author

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

@DreamITSoftware
Copy link
Author

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
Copy link
Author

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

@simplexidev
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants