Add 'About' section to README #80
Annotations
12 warnings
|
build-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/setup-java@v3, android-actions/setup-android@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-test
Truncated 3 packages, 215 files to fit into size constraint of 65536 characters
|
|
build-test:
src/Darp.Ble.Hci/HciDevice.cs#L70
File name must match type name (struct HciPacketEvent), expected file name: 'HciPacketEvent' (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
build-test:
src/Darp.Ble.Hci/HciDevice.cs#L70
HciPacketEvent should override the equality (==) and inequality (!=) operators (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
|
build-test:
src/Darp.Ble.Hci/HciDevice.cs#L70
HciPacketEvent should override Equals (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1815)
|
|
build-test:
src/Darp.Ble.Hci/AclPacketQueue.cs#L140
File name must match type name (class ConnectionState), expected file name: 'ConnectionState' (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
build-test:
src/Darp.Ble.Hci/AclPacketQueue.cs#L9
File name must match type name (interface IAclPacketQueue), expected file name: 'IAclPacketQueue' (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
build-test:
src/Darp.Ble.Hci/AclConnection.cs#L207
File name must match type name (class AclConnectionSubscription), expected file name: 'AclConnectionSubscription' (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
|
|
build-test:
src/Darp.Ble.Hci/AclConnection.cs#L21
File name must match type name (record struct AclConnectionParameters), expected file name: 'AclConnectionParameters' (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0048.md)
|
|
build-test:
src/Darp.Ble.Hci/HciPacketInFlightHandler.cs#L80
TODO What do we do if a response is received after a timeout was hit? Will this trigger the next query? (https://github.com/meziantou/Meziantou.Analyzer/blob/main/docs/Rules/MA0026.md)
|
|
build-test:
tools/AssignedNumbersCrawler/Program.cs#L138
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|