Closed OlzhabaevSh closed 1 year ago
Current flow doesn't work for VSIX.
We have a bug when we run our app as VSIX.
We did a lot of investigations:
We should always confugure to be able to run unsafe code.
We still don't know why it happens only for VSIX.
Workaround:
useful links: https://csharp.christiannagel.com/2022/03/22/windowsservice-2/
example how to install a service sc.exe create MyAspnetcoreAsService binpath= C:\temp\publish\AspnetcoreAsService.exe
sc.exe delete MyAspnetcoreAsService
https://github.com/Dotnet-IO-logger/core/tree/main/source/Diol/src/applications/Diol.applications.SignalrClient
Current flow doesn't work for VSIX.
We have a bug when we run our app as VSIX.
We did a lot of investigations:
We should always confugure to be able to run unsafe code.
We still don't know why it happens only for VSIX.
Workaround: