Fix unit test for String.Format()#269
Conversation
- Now expecting ArgumentNullException. - Improve IntelliSense comment to include ArgumentNullException.
📝 WalkthroughWalkthroughThe changes update Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@nanoFramework.CoreLibrary/System/String.cs`:
- Line 718: The XML doc for the String APIs contains a stray double quote after
the closing </exception> tag (in System.String docs around String.cs) which
breaks generated docs; edit the XML comment to remove the trailing '"' so the
</exception> tag ends cleanly and ensure the surrounding <exception> entry for
parameters "format" and "args" remains well-formed (no other stray characters)
in the String class documentation.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: nanoframework/coderabbit/.coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: ab6bdfd0-6303-4b5d-bb6a-7afcfd0a8793
📒 Files selected for processing (2)
Tests/NFUnitTestArithmetic/UnitTestFormat.csnanoFramework.CoreLibrary/System/String.cs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
|



Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist: