Skip to content

Conversation

@mikmog
Copy link
Owner

@mikmog mikmog commented Apr 5, 2025

Up nugets

Summary by CodeRabbit

  • Chores
    • Upgraded numerous library dependencies and package versions across multiple project components.
    • Standardized references for core libraries, runtime modules, device interfaces, and peripheral integrations.
    • These updates help ensure improved consistency, performance, and stability throughout the system.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Apr 5, 2025

📝 Walkthrough

Walkthrough

This pull request updates a wide range of project and package configuration files in multiple components. All changes are focused on upgrading dependency versions—adjusting the HintPath attributes in the various *.nfproj files and updating package versions in the accompanying packages.config files. The revisions affect clients, peripherals, and shared components, ensuring that each now points to the newer versions of libraries such as mscorlib, various nanoFramework libraries, and other supporting system libraries.

Changes

File(s) Change Summary
Clients
src/.../Clients/AtticMonitor.NfClient/{AtticMonitor.NfClient.nfproj, packages.config}
src/.../Clients/RipTide.Nfirmware/{RipTide.Nfirmware.nfproj, packages.config}
src/.../Clients/SmartPowerMeter.NfClient/{SmartPowerMeter.NfClient.nfproj, packages.config}
Updated HintPath attributes and package versions to newer releases for mscorlib, nanoFramework.Runtime.Events, nanoFramework.Runtime.Native, and various nanoFramework/System libraries.
Peripherals
Projects such as Adc.Sensor, Aidon.Sensor, Am23XX.Sensor, Bluetooth.Sensor, Bmxx80.Sensor, Buzzer.Peripheral, Ds18b20.Sensor, IO.Peripherals, Ili9xxx.Display, MpuxxxxGyro.Sensor, NeoPixel.Peripheral, SdCard.Peripheral, Wifi.Sensor, and relevant tests (e.g. Peripherals.Benchmarks, Peripherals.Tests)
Upgraded references and package versions across all sensor and peripheral projects. Changes affect device-specific libraries (e.g. nanoFramework.Hardware, Iot.Device.) as well as common libraries (mscorlib, nanoFramework.System.) to their latest versions.
Shared Components
src/.../Shared/Client.Services/{Client.Services.nfproj, packages.config}
src/.../Shared/Shared/{Shared.nfproj, packages.config}
src/.../Shared/Tests/{Client.Services.Benchmarks, Client.Services.Tests}
Synchronized dependency updates for shared libraries and testing frameworks by updating HintPaths and NuGet package versions (including nanoFramework.CoreLibrary, System.Math, nanoFramework.TestFramework, etc.) to new releases.

Possibly related PRs

  • Up nugets #41: Updates targeting the same libraries (e.g. nanoFramework.System.Text and System.IO.Streams) indicate a direct code-level connection.
  • Up nugets #57: Involves similar HintPath modifications for packages such as System.IO.Streams and System.Net, directly relating to changes in this PR.
  • Add RipTide.Nfirmware #40: Shares updates in the AtticMonitor.NfClient project (mscorlib and nanoFramework.Runtime.Events) showing a clear connection in dependency management.

Poem

I'm a bunny hopping through the code,
Upgrading libraries on every road,
From mscorlib to nanoFramework bright,
I nibble on changes morning to night.
With hints and paths all fresh and new,
I celebrate updates with a twirl or two!
🐰✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 5, 2025

@mikmog mikmog merged commit 6b432f3 into main Apr 5, 2025
6 checks passed
@mikmog mikmog deleted the up-nugets2 branch April 5, 2025 16:07
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.

2 participants