Conversation
Updated NuGet.Config to define package sources and clear previous entries.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. 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 |
IvanIlyichev
left a comment
There was a problem hiding this comment.
Hi @hlakudi200. Please do the following:
- remove commented out configuration, it doesn't make any sense to store this config
- relative path
../s/is environment specific, if you really need it then it should be stored in a separate config file (e.g. NuGet.Azure.Config) - Packages from
local-packagesfolder are not used by the applicaiton, I believe you can safely remove it from config
Updated shesha-core/.nuget/NuGet.Config to correct package source configuration for backend deployment.
Commented out legacy configuration block
Cleared existing package sources to avoid conflicts
Updated local-packages path to ../s/shesha-core/local-packages
Retained required NuGet v3, v2, and ImageSharp sources
Kept source control integration disabled