Skip to content

[Issue] Compile errors #76

@JustAnotherSwCoderAndTester

Description

Description

The current repo default branch develop does not compile. This is probably related to merging the last pull request #56.

Restore complete (3.6s) Linux.Bluetooth netstandard2.0 failed with 3 error(s) and 75 warning(s) (6.7s) /home/xxx/Linux.Bluetooth/src/Linux.Bluetooth/Extensions/WatchableExtensions.cs(64,48): error CS0308: The non-generic method 'IGattService1.GetAsync(string)' cannot be used with type arguments /home/xxx/Linux.Bluetooth/src/Linux.Bluetooth/Extensions/WatchableExtensions.cs(75,48): error CS0308: The non-generic method 'IGattCharacteristic1.GetAsync(string)' cannot be used with type arguments /home/xxx/Linux.Bluetooth/src/Linux.Bluetooth/Extensions/WatchableExtensions.cs(86,48): error CS0308: The non-generic method 'IGattDescriptor1.GetAsync(string)' cannot be used with type arguments

Environment

  • OS Distro: Ubuntu v24.04, etc.

Severity (1-5)

5=High (compile error)

Steps To Reproduce

Steps to reproduce the behavior:

  1. git clone https://github.com/SuessLabs/Linux.Bluetooth.git
  2. Linux.Bluetooth
  3. dotnet build

Metadata

Metadata

Assignees

No one assigned

    Labels

    not-reviewedIssue that needs reviewed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions