Skip to content

Commit

Permalink
fix warning S1481
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertk committed Sep 1, 2023
1 parent 436ab0e commit 8538a11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"sdk": {
"version": "7.0.306",
"version": "7.0.400",
"rollForward": "latestFeature"
},
"tools": {
"dotnet": "7.0.306"
"dotnet": "7.0.400"
},
"msbuild-sdks": {
"DotNetDev.ArcadeLight.Sdk": "1.6.4"
Expand Down
1 change: 0 additions & 1 deletion src/ConsoleApp/SampleConsoleAppTest/CommandLine.Tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public void commandWrongOptionTest()

static internal string GetCommandPath()
{
Assembly TestAssembly = typeof(CommandLineTest).Assembly;
string currentPath = Assembly.GetExecutingAssembly().Location;
string rootDirectory = currentPath.Substring(0, currentPath.IndexOf("\\bin\\", StringComparison.CurrentCulture));
string ToolCommandPath = string.Concat(rootDirectory, "\\bin\\SampleConsoleApp\\Debug\\net6.0\\SampleConsoleApp.exe");
Expand Down

0 comments on commit 8538a11

Please sign in to comment.