dotnet/roslyn

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

Ouverte

#37 376 ouverte le 19 juil. 2019

 (1 commentaire) (0 réaction) (1 personne assignée)C# (4 257 forks)batch import
Area-InteractiveBugDeveloper CommunityInteractive-ScriptingIDERegressionhelp wanted

Métriques du dépôt

Stars
 (20 414 étoiles)
Métriques de merge PR
 (Merge moyen 6j 17h) (256 PRs mergées en 30 j)

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)

Guide contributeur