I referred to many blogs that are suggesting to suppress warnings or errors at the project level but my concern is to suppress the same warning at solution level.
I found a workaround to suppress warnings or errors at solution level using .editorConfig file present under the Solution Items folder under our VisualStudio solution. But this .editorConfig file will suppress warnings/errors in VisualStudio solution but not in Build pipelines
Could someone help me with this issue?
