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

Out of date docs #210

Open
BryanCrotaz opened this issue Jun 28, 2021 · 1 comment
Open

Out of date docs #210

BryanCrotaz opened this issue Jun 28, 2021 · 1 comment

Comments

@BryanCrotaz
Copy link

https://melbournedeveloper.github.io/Device.Net/articles/LinuxmacOSSupport.html

The code sample doesn't compile. WindowsUsbDeviceFactory and WindowsHidDeviceFactory are unknown types.

With the following imports:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
using Device.Net;
#if !LIBUSB
using Usb.Net;
using Usb.Net.Windows;
#else
using Device.Net.LibUsb;
#endif
@MelbourneDeveloper
Copy link
Owner

Yes, I can confirm that the documentation here is out of date.

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

No branches or pull requests

2 participants