Skip to content

Is the example code in the read-me out of date? #251

Description

@davepruitt

I just created a brand new project (a Windows console app using .NET 8.0), and I installed Device.NET using nuget.

I just tried to implement the example code that is in the read-me:

var usbFactory =
                new FilterDeviceDefinition(vendorId: 0x1209, productId: 0x53C1, label: "Trezor One Firmware 1.7.x")
                .CreateWindowsUsbDeviceFactory(loggerFactory);

The function CreateWindowsUsbDeviceFactory does not exist.

Any suggestions as to how to proceed?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions