-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚀 Feature request: C# code base #8
Comments
Data sent from javascript will be parsed by PowerShellService ReceiveMessage method
Data sent from PowerShell will be serialized to JSON string and sent to WebView to be parsed by javascript
|
We will try to implement whole As this is our first bigger C# project, we will be grateful for having strict rules for code writing. |
Working towards implementing proper manager, which utilizes service and provider.
Moving startup code for WebView to provider with proper error handling
Is your feature request related to a problem? Please describe.
The code base can quickly grow into unreadable mess.
Describe the solution you'd like
Design basic structure and document it.
The text was updated successfully, but these errors were encountered: