If I am here, it is because I have not been able to find something that is accurate or that satisfies my problem. Let me explain:
I'm using SONARQUBE or just SONAR for code evaluation, error detection, good practice, etc. in my work project.
And it (SONAR) has accused some inconsistencies something like good security practice in the BundleConfig.cs class
What do you mean?
Well, does the BundleConfig.cs
class come with the RegisterBundles()
method already set by default as Visual Studio itself creates, correct?
However,SONARasksmetorefactormycodetonotuseabsolutepathsorfixedURIs,anditcriticizesthecodesnippetoftheaboveimageas:
Itriedtodosomethingsimilarto:
BundleConfig.cs
So, I only created this doubt because I really exhausted all my hype of knowledge.
If anyone has any suggestions or ideas on how I can resolve them, I'd be more than welcome.
No more, thanks for the attention.