feat: update SonarQube project arguments for multiple packages to ref…#110
Merged
codedesignplus-wliscano merged 1 commit intorcfrom Jul 5, 2025
Merged
feat: update SonarQube project arguments for multiple packages to ref…#110codedesignplus-wliscano merged 1 commit intorcfrom
codedesignplus-wliscano merged 1 commit intorcfrom
Conversation
…lect correct project names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the SonarQube project references in the
project.jsonfiles for multipleCodeDesignPlus.Netpackages. Each package now points to its respective project in SonarQube instead of the previously sharedCodeDesignPlus.Net.RabbitMQproject reference.Updated SonarQube Project References:
Cache-related packages:
CodeDesignPlus.Net.Cache(packages/CodeDesignPlus.Net.Cache/project.json).CodeDesignPlus.Net.Redis.Cache(packages/CodeDesignPlus.Net.Redis.Cache/project.json).Core functionality packages:
CodeDesignPlus.Net.Core(packages/CodeDesignPlus.Net.Core/project.json).CodeDesignPlus.Net.Criteria(packages/CodeDesignPlus.Net.Criteria/project.json).CodeDesignPlus.Net.EFCore(packages/CodeDesignPlus.Net.EFCore/project.json).Event and messaging packages:
CodeDesignPlus.Net.Event.Sourcing(packages/CodeDesignPlus.Net.Event.Sourcing/project.json).CodeDesignPlus.Net.EventStore(packages/CodeDesignPlus.Net.EventStore/project.json).CodeDesignPlus.Net.EventStore.PubSub(packages/CodeDesignPlus.Net.EventStore.PubSub/project.json).CodeDesignPlus.Net.PubSub(packages/CodeDesignPlus.Net.PubSub/project.json).CodeDesignPlus.Net.Kafka(packages/CodeDesignPlus.Net.Kafka/project.json).CodeDesignPlus.Net.Redis.PubSub(packages/CodeDesignPlus.Net.Redis.PubSub/project.json).Other packages:
CodeDesignPlus.Net.File.Storage(packages/CodeDesignPlus.Net.File.Storage/project.json).CodeDesignPlus.Net.Generator(packages/CodeDesignPlus.Net.Generator/project.json).CodeDesignPlus.Net.Logger(packages/CodeDesignPlus.Net.Logger/project.json).CodeDesignPlus.Net.Microservice.Commons(packages/CodeDesignPlus.Net.Microservice.Commons/project.json).CodeDesignPlus.Net.Mongo(packages/CodeDesignPlus.Net.Mongo/project.json).CodeDesignPlus.Net.Mongo.Diagnostics(packages/CodeDesignPlus.Net.Mongo.Diagnostics/project.json).CodeDesignPlus.Net.Observability(packages/CodeDesignPlus.Net.Observability/project.json).CodeDesignPlus.Net.Redis(packages/CodeDesignPlus.Net.Redis/project.json).CodeDesignPlus.Net.Security(packages/CodeDesignPlus.Net.Security/project.json).