dotnet/roslyn

Code documentation of class InteractiveScriptGlobals not complete

Open

#14.690 geöffnet am 23. Okt. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-InteractiveInteractive-ScriptingLogichelp wanted

Repository-Metriken

Stars
 (20.414 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

Version Used: 1.3.2

Steps to Reproduce:

  1. Review documentation of class InteractiveScriptGlobals.
  2. Hosts should implement these globals in order to reach standardized hosts.
  3. Review documentation of properties of the class.

Expected Behavior: Would be helpful if host developers know the exact meaning of the properties (e.g. ReferencePaths, SourcePaths). It's really minor, but maybe there will be more properties over time.

Actual Behavior: Properties are not documented.

Contributor Guide