Skip to content

fix(discovery): resync protobuf parser past echo/prompt noise so echo-on devices are found (#268) #422

fix(discovery): resync protobuf parser past echo/prompt noise so echo-on devices are found (#268)

fix(discovery): resync protobuf parser past echo/prompt noise so echo-on devices are found (#268) #422

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
9.0.x
10.0.x
- name: Restore dependencies
run: dotnet restore Daqifi.Core.sln
- name: Build
run: dotnet build --no-restore Daqifi.Core.sln
- name: Test
run: dotnet test Daqifi.Core.sln