-
-
Notifications
You must be signed in to change notification settings - Fork 186
Update nanoclr and host to .NET 8.0 #3134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Update references. - Replace Netwon soft Json with System one. - Update code accordingly.
WalkthroughThis update transitions the nanoFramework nanoCLR projects to a newer .NET version and modernizes JSON handling. In the CLI, JSON property attributes and deserialization methods have been updated from Newtonsoft.Json to System.Text.Json. Both CLI and Host projects now target .NET 8.0, with corresponding updates to project files, package references, and lock files. Versioning has been incremented, and various dependencies, including Nerdbank.GitVersioning and System.IO.Ports, have been upgraded or replaced to align with the framework and library updates. Changes
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (7)
⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (15)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
(cherry picked from commit 3a96713)
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist
Summary by CodeRabbit