I am receiving the following warning about the appsettings.json file in one of my projects:
Warning S2068: “password” detected here, make sure this is not a hard-coded credential.
I don’t want to exclude the entire file. Is there a way to suppress the warning for parts of a json file similar to the “#pragma warning disable” in c# source?