-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add an Interface for Configuration #7
base: main
Are you sure you want to change the base?
Add an Interface for Configuration #7
Conversation
solvingproblemswithtechnology
commented
Sep 16, 2020
- I added a WinForms Core project so we have an interface to change OBS settings.
- Started to generalizing OBS and PowerPoint interaction so maybe we can add support for google docs and others.
- Added a GitHub Action to generate a release on v* tags.
- I had to remove the COMReference and use a Good Old Nuget™. I had many problems with this.
Handle the lifecycle of the client and settings in Program.
Use msbuild instead of dotnet core due to COMReference
Use another MSBuild.
Fix exception handling code
This looks amazing! Given mine is a little console app and this is really a re-write or complete refactoring, how about this? Take your Fork and rename something like PowerPointToOBS-WinForms or something and I'll LINK to you from my readme? That way there's two - console and forms? |
Thank you! Given that the idea is yours and you also did a video (which I enjoyed) I think it's fine to contribute a little. I had a similar WinForms app (also with an action) so It was fast to add it to the project. Also, it will be way more useful in your repo. I like the idea of having both, a Console and a Form. Maybe can we use https://github.com/natemcmaster/CommandLineUtils or something like that? And create a single executable? Anyway, go ahead and merge it if you like, that's the spirit of open source :) P.D.: Sorry for the english :) |
Add special commands to start and stop recording
I don't know how to make an app that is both WinForms and Console. Maybe a second project in this solution? |
Hi! Merge the PR (if you like) and I'll do another one rebasing the new code and with the Console+WinForms project. |
Handle the lifecycle of the client and settings in Program.
Use msbuild instead of dotnet core due to COMReference
Use another MSBuild.
I updated with:
@shanselman My only concern now is about naming these projects :) Naming is hard. |