I need to change this to be a suggestion and not a warning, but I cannot find the setting to do so.
Where is it?
This is the code that needs to pass (not a compilier warning). It is saying that transaction is a local variable that is not used, but this is valid.
using (TransactionScope transaction = new TransactionScope())
{
// ...
}