Skip to content

fix: correct DependencyInjection package reference typo#84

Merged
kploch merged 1 commit into
mrploch:mainfrom
wyf027:fix/dependency-injection-package-typo
May 18, 2026
Merged

fix: correct DependencyInjection package reference typo#84
kploch merged 1 commit into
mrploch:mainfrom
wyf027:fix/dependency-injection-package-typo

Conversation

@wyf027

@wyf027 wyf027 commented May 17, 2026

Copy link
Copy Markdown
Contributor

User description

Summary

Fix misspelled Ploch.Common.DependencyInnjection PackageReference to Ploch.Common.DependencyInjection.

Related issue

Fixes #83

Summary by Sourcery

Bug Fixes:

  • Correct a misspelled Ploch.Common.DependencyInnjection PackageReference to Ploch.Common.DependencyInjection in the EF Core repository project.

Summary by CodeRabbit

  • Chores
    • Fixed dependency package reference name to ensure correct version restoration during builds.

Review Change Stack


CodeAnt-AI Description

Fix the repository package reference so builds restore the correct dependency

What Changed

  • Fixed the package name used for the dependency injection library in the EF Core repository project
  • Builds that rely on package restore now use the correct dependency instead of failing on the misspelled name

Impact

✅ Fewer build restore failures
✅ Reliable package resolution
✅ Fewer broken release builds

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Summary by Bito

This PR fixes a typo in a NuGet PackageReference within the EF Core repository project. The misspelled reference 'Ploch.Common.DependencyInnection' (with 'nne') has been corrected to 'Ploch.Common.DependencyInjection' (with 'nje'). This fix resolves package restore failures and ensures reliable builds.

Detailed Changes
  • Corrected PackageReference typo in Ploch.Data.GenericRepository.EFCore.csproj: 'Ploch.Common.DependencyInnection' changed to 'Ploch.Common.DependencyInjection'
  • Fixes build restore failures caused by referencing a non-existent package name

Fix misspelled PackageReference so NuGet restore works when the
project is built without the local ProjectReference.

Fixes #83
@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@codeant-ai

codeant-ai Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

CodeAnt AI is reviewing your PR.


Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@sourcery-ai

sourcery-ai Bot commented May 17, 2026

Copy link
Copy Markdown

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@bito-code-review

bito-code-review Bot commented May 17, 2026

Copy link
Copy Markdown

Code Review Agent Run #81191e

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 969f61e..969f61e
    • src/Data.GenericRepository/Data.GenericRepository.EFCore/Ploch.Data.GenericRepository.EFCore.csproj
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at kris@ploch.dev.

Documentation & Help

AI Code Review powered by Bito Logo

@coderabbitai

coderabbitai Bot commented May 17, 2026

Copy link
Copy Markdown
📝 Walkthrough

Walkthrough

A single-character typo in a conditional NuGet PackageReference is corrected from Ploch.Common.DependencyInnjection (double 'n') to Ploch.Common.DependencyInjection (single 'n') in the EFCore project file. This ensures the package can be resolved from feeds when project references are not used.

Changes

Package Reference Typo Correction

Layer / File(s) Summary
Dependency Injection package reference typo fix
src/Data.GenericRepository/Data.GenericRepository.EFCore/Ploch.Data.GenericRepository.EFCore.csproj
The release-mode PackageReference for the common dependency injection package is corrected from the misspelled Ploch.Common.DependencyInnjection to the correct Ploch.Common.DependencyInjection, aligning it with the corresponding ProjectReference and fixing NuGet restore failures in non-project-reference build modes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Poem

A rabbit hops through typos with glee,
Double 'n' fixed for NuGet's degree,
One tiny fix, one letter astray,
Now packages restore the right way! 🐰✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: fixing a typo in the DependencyInjection package reference.
Linked Issues check ✅ Passed The PR fully addresses issue #83's requirement to correct the typo from 'Ploch.Common.DependencyInnjection' to 'Ploch.Common.DependencyInjection' in the .csproj file.
Out of Scope Changes check ✅ Passed The PR makes only the necessary change to fix the typo as required by issue #83, with no extraneous modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description clearly identifies the fix (typo correction in PackageReference), provides issue reference (#83), and includes structured information about changes and impacts.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request corrects a typo in the project file for Ploch.Data.GenericRepository.EFCore, changing the package reference from Ploch.Common.DependencyInnjection to Ploch.Common.DependencyInjection. I have no feedback to provide as there were no review comments.

@codeant-ai codeant-ai Bot added the size:XS This PR changes 0-9 lines, ignoring generated files label May 17, 2026
@codeant-ai

codeant-ai Bot commented May 17, 2026

Copy link
Copy Markdown
Contributor

CodeAnt AI finished reviewing your PR.

@bito-code-review

Copy link
Copy Markdown

Changelist by Bito

This pull request implements the following key changes.

Key Change Files Impacted Summary
Bug Fix - Corrected misspelled PackageReference for DependencyInjection
Fixed typo in PackageReference name from 'Ploch.Common.DependencyInnjection' to 'Ploch.Common.DependencyInjection' to ensure correct NuGet package restore during builds.

@kploch kploch merged commit 61a6754 into mrploch:main May 18, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Typo in PackageReference - 'Ploch.Common.DependencyInnjection' (double n) in Ploch.Data.GenericRepository.EFCore.csproj

2 participants