docs: update README to reflect current API and target frameworks#176
docs: update README to reflect current API and target frameworks#176
Conversation
- Update target frameworks from .NET 8/9 to .NET 9/10 (matches csproj) - Add ConnectSerialAsync examples to connection options section - Fix WiFiDeviceFinder constructor arg name: port → discoveryPort - Add Network Configuration section with INetworkConfigurable example - Remove stale "In Development" section (channel calibration already exists) - Add Network Configuration to features list Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review Summary by QodoUpdate README with current API and target frameworks
WalkthroughsDescription• Update target frameworks from .NET 8/9 to .NET 9/10 • Add ConnectSerialAsync examples for USB/Serial connections • Fix WiFiDeviceFinder constructor parameter name discoveryPort • Add Network Configuration section with INetworkConfigurable API • Remove stale "In Development" section for channel calibration Diagramflowchart LR
A["README.md"] -->|"Update frameworks"| B["Target .NET 9/10"]
A -->|"Add examples"| C["ConnectSerialAsync"]
A -->|"Fix parameter"| D["discoveryPort"]
A -->|"Add section"| E["Network Configuration"]
A -->|"Remove section"| F["In Development"]
File Changes1. README.md
|
Code Review by Qodo
1.
|
…s docs - Split Connection Options into separate code blocks to eliminate duplicate `device` declarations and missing `wifiFinder` reference - Update docs/DEVICE_INTERFACES.md and docs/simulator/SIMULATOR_DESIGN.md to .NET 9/10 (consistent with csproj and README) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Both Qodo issues addressed in 483bb81: Bug 1 (device redeclaration): Fixed. Split the Connection Options section into four separate, self-contained code blocks. Each block has its own unique variable and any required setup — no more duplicate Bug 2 (framework version inconsistency): Fixed. Updated |
Summary
.NET 8/9to.NET 9/10to matchDaqifi.Core.csprojConnectSerialAsyncexamples to the Connection Options section (was undocumented)WiFiDeviceFinderconstructor argument name:port:→discoveryPort:(would cause compile error if copied)INetworkConfigurableAPIAnalogChannel)Test plan