Cleanup extra qualification. Cleanup redundant casting. Cleanup usings. Set var suggestion to none.

This commit is contained in:
Michael Yanni 2023-11-10 17:23:47 -08:00
parent 67cbc0dd65
commit c42fb4c641
46 changed files with 11 additions and 114 deletions

View file

@ -4,7 +4,6 @@
using System;
using System.Text.Json;
using System.IO;
using Microsoft.DotNet.Cli.Utils;
namespace Microsoft.DotNet.TestFramework
{