stubby4net
stubby4net copied to clipboard
Separate CLI from DLL
The antivirus at my company (F-Secure) consider that stubby.exe is a virus
So I recompiled stubby to be a class library instead.
I was thinking to separate stubby into 2 projects (stubbydll and stubby for example) Then, you can publish a nuget for the dll and another one for the CLI
If I do a pull request, would you accept it ?
That's a valid use case. The EXE+DLL was for convenience, but I understand it's pigeonholing a bit.
This would be a good time to push a new release to nuget as well.
As long as the test suites pass and the README reflects the change, I'll accept a PR for this.