Update dependencies and improve project configuration#409
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 41 minutes and 8 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCentralized NuGet versions were updated (OpenTelemetry, build/test tooling) and Microsoft.Extensions package pinning changed to range-based overrides per TFM. Aspire app-host configuration was added via aspire.config.json and the AppHost project switched to the Aspire SDK. Enum generator package references migrated to NetEscapades.EnumGenerators.Generators with explicit asset includes. Instrumentation scripts now set OTEL_DOTNET_AUTO_REDIRECT_ENABLED=false. Integration tests and fixtures were revised to publish per-TFM test apps (net8/net9/net10 and net462), create isolated MSBuild output paths, invalidate global NuGet cache entries, and add new test app projects. Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
As titled.
Also improves the test code to avoid stale artifacts affecting test runs causing flakiness.