Skip to content

Updates for GitHub actions and some initial Spyder-S support#18

Merged
dsmithson merged 5 commits intomasterfrom
dsmithson/initialSpyderSUpdates
Feb 14, 2026
Merged

Updates for GitHub actions and some initial Spyder-S support#18
dsmithson merged 5 commits intomasterfrom
dsmithson/initialSpyderSUpdates

Conversation

@dsmithson
Copy link
Owner

Summary

  • Add GitHub Actions CI/CD pipelines for automated build validation and NuGet package publishing
  • Add initial support for Spyder-S nodes (firmware 6.0.1 and 6.1) - primarily DrawingData deserialization
  • Fix DrawingData parsing bug affecting X80
  • Refactor and modernize unit tests

CI/CD Changes

  • New dotnet-build.yml — Runs build + tests on every PR and push to master (uses windows-latest for net10.0-windows test compatibility)
  • New publish-nuget.yml — Tag-triggered (v*) NuGet publishing to nuget.org with automatic GitHub Release creation
  • Updated codeql-analysis.yml — Upgraded from CodeQL v1 to v3 with explicit .NET build step
  • Cleaned up SpyderClientLibrary.csproj — Removed GeneratePackageOnBuild, legacy properties; version now driven by git tags
  • Removed legacy files — packages.config, app.config, nuget.exe, .nuspec
  • Updated README badges — Replaced AppVeyor/SonarCloud/Codecov with GitHub Actions CI and NuGet badges

- Added DrawingData deserialization for Spyder-S 6.0.1
- Added DrawingData deserialization for Spyder-S 6.1.0
- Added new base types and modes used by Spyder-S
- Added UDP message header support for Spyder-S
- Updating DrawingData capture app to .net 10
- removing WPF and UWP specific projects (will move to their own Nuget repos)
- dropping gitversion file
- adding license file (Apache 2.0)
- Added fixes for copyfrom/equals handling of new DrawingData objects added for Spyder-S
- Temporarily setting build to none for QFT and Spyder Client unit tests - these need to move to integration tests...
- Updated unit test project to .net 10
- Added Nuget publishing as github action
- Added PR code build / test as github action
- Updated readme badges to show GitHub build and nuget build number
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@dsmithson dsmithson merged commit e1362b5 into master Feb 14, 2026
3 checks passed
@dsmithson dsmithson deleted the dsmithson/initialSpyderSUpdates branch February 14, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments