chore: SHC has a required dependency of SharpHoundRPC#288
chore: SHC has a required dependency of SharpHoundRPC#288
Conversation
WalkthroughThe changes introduce centralized build configuration via Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
src/CommonLib/README.md (1)
11-12: Minor grammar fix: hyphenate compound modifier."Active Directory oriented" should be hyphenated when used as a compound adjective.
📝 Suggested fix
- .NET Framework 4.7.2 -- Windows and Active Directory oriented workloads +- Windows and Active Directory-oriented workloads🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@src/CommonLib/README.md` around lines 11 - 12, Update the README line "Windows and Active Directory oriented workloads" to hyphenate the compound modifier as "Windows and Active Directory-oriented workloads"; locate the phrase in src/CommonLib/README.md and change only the punctuation/spacing so the compound adjective "Active Directory-oriented" is correctly hyphenated.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@src/CommonLib/README.md`:
- Around line 11-12: Update the README line "Windows and Active Directory
oriented workloads" to hyphenate the compound modifier as "Windows and Active
Directory-oriented workloads"; locate the phrase in src/CommonLib/README.md and
change only the punctuation/spacing so the compound adjective "Active
Directory-oriented" is correctly hyphenated.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 5a90425e-3a2d-4e1a-92ae-972f34d681b7
📒 Files selected for processing (5)
Directory.Build.propssrc/CommonLib/README.mdsrc/CommonLib/SharpHoundCommonLib.csprojsrc/SharpHoundRPC/README.mdsrc/SharpHoundRPC/SharpHoundRPC.csproj
Description
Both CommonLib and RPC use shared Build.Props version property.
Add readmes to nuget packages.
Nuget manages RPC dependency isntead of manually copying built files from RPC to CommonLib.
Motivation and Context
BED-3959
How Has This Been Tested?
Ran
dotnet packand validated output.Screenshots (if appropriate):
Types of changes
Checklist: