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:
- git clone https://github.com/SuessLabs/Linux.Bluetooth.git
- Linux.Bluetooth
- dotnet build
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 argumentsEnvironment
Severity (1-5)
5=High (compile error)
Steps To Reproduce
Steps to reproduce the behavior: