Skip to content
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

Converted to .Net Core #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Converted to .Net Core #12

wants to merge 3 commits into from

Conversation

dewlife
Copy link

@dewlife dewlife commented Apr 29, 2017

Instead of creating two new projects for .net core, I converted the two existing projects to .Net Core (PiSharp.LibGpio and PiSharpGpio). Those are now able to be run in windows/linux/osx without an emulator (mono). I did not convert the PiSharp.GpioSimulator to .Net core as of yet as WinForms is not supported in core, so that will still need mono. This may have to be converted to maybe a web application or find a 3rd party library that has some type of GUI similar to WinForms or WPF.

Copy link
Owner

@andycb andycb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Converting the whole project seems like a good idea.

There 's a few things checked in that don't need to be, though:

  • the .suo files
  • VSWorkspaceState.json
  • the .sqlite files
  • the contents of the obj folder
  • the bin folder

Can you also update the docs please, because they still talk a lot about mono.

Thanks

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

Successfully merging this pull request may close these issues.

2 participants