-
Steps to reproduce:
1. Create a new script in the workspace
2. Put the following code in there:
`print(0x2)`
3. Open up the Script Analyzer and you will see the following error:
Error: (1,7)…
-
I have many functions that generate PSObjects. Whenever I create a PSObject, I add a type name to it. This is done either by invoking .PSTypeNames.Add(...), .PSTypeNames.Insert(...), or if I'm creati…
-
I have a non-mandatory parameter that is defined like so:
```
[Parameter()]
[ValidateNotNullOrEmpty()]
[string]
$NuGetVersion,
```
This is generating a warning:
Variable 'NuGetV…
-
Folding code (AKA clicking arrows on the left) is not respected by the ScriptAnalyzer, and it places its lines as if no code has been folded. Here's an example, mouse was over the 'end':
![](http://i…
-
ScriptAnalyzer doesn't recognize some ROBLOX globals such as print, and game.
Example:
`game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)`
ScriptAnalyzer says:
`W001: (1,1) Unknown glo…
-
ScriptAnalyzer will make a warning about using deprecated a global when you try calling a function that you made and was named a deprecated global.
To reproduce:
1. Open a place
2. Make sure the Scri…
-
16:56:10.350 - ScriptAnalyzer: unexpected error keys must be strings whila parsing [Script Name]
16:56:10.355 - ScriptAnalyzer: unexpected error keys must be strings whila parsing [Script Name]
Steps…
-
A flood of error messages appear when you do anything to a script with the message being the following:
"ScriptAnalyzer: unexpected error keys must be strings whila parsing (script name)" (ROBLOX spel…