dotnet/roslyn

Usage of the variable Args in a C# script file is marked as error

Open

#37,376 opened on Jul 19, 2019

View on GitHub
 (1 comment) (0 reactions) (1 assignee)C# (20,414 stars) (4,257 forks)batch import
Area-InteractiveBugDeveloper CommunityInteractive-ScriptingIDERegressionhelp wanted

Description

  • Create a CSX script file which uses the global Args variable to access command line parameters, e.g.
    Console.WriteLine(Args[0]);
    
  • Running it with csi is fine and shows the expected ouput
  • Add the file to a solution and edit it in Visual Studio
  • In the editor, all occurences of Args are underlined red because "the variable args is not available in the current context", which is obviously false
  • In Visual Studi 2017 editing the same script file did not procuce this annoying error message.

This issue has been moved from https://developercommunity.visualstudio.com/content/problem/548537/usage-of-the-variable-args-in-a-c-script-file-is-m.html VSTS ticketId: 857005 These are the original issue comments:

Visual Studio Feedback System on 4/27/2019, 10:54 PM (82 days ago): We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

These are the original issue solutions: (no solutions)

Contributor guide