-
Notifications
You must be signed in to change notification settings - Fork 5
👷 fixed missing package #110
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
WalkthroughThe pull request updates the CI configuration in Changes
Sequence Diagram(s)sequenceDiagram
participant CI as CI Pipeline
participant WF as Workflow Config
participant Project as Project Files
CI->>WF: Trigger build for netstandard2.0
WF->>Project: Use result to include all project files
Project->>CI: Deliver build processing
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
Note 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats under the Pro Plan. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/login.If you believe this is a mistake and have available seats, please assign one to the pull request author through the subscription management page using the link above. 🪧 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #110 +/- ##
=======================================
Coverage 80.12% 80.12%
=======================================
Files 593 593
Lines 18312 18312
Branches 1883 1883
=======================================
Hits 14672 14672
Misses 3572 3572
Partials 68 68 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



This pull request includes a small change to the
.github/workflows/pipelines.ymlfile. The change adds thesrc/**/Cuemon.Core.App.csprojproject to the list of projects for thenetstandard2.0framework..github/workflows/pipelines.yml: Addedsrc/**/Cuemon.Core.App.csprojto the list of projects for thenetstandard2.0framework.Summary by CodeRabbit