Igor Baltiyskiy

Results 3 issues of Igor Baltiyskiy

Not sure what exactly caused this. I didn't have any Powershell files open --- I was closing project and re-opening it. The project itself contains Powershell files. Plugin version: 2.0.7...

For example, I find AvoidAlias rule to be particularly annoying, since I like my code to be concise. I don't want to use `Diagnostics.CodeAnalysis.SuppressMessageAttribute` in all my scripts just for...

enhancement
status:blocked

We've noticed when we are calling to Config.getDuration() often enough, it generates a lot of garbage. Allocation profiling shows the following picture: ``` void java.util.regex.Pattern$BitClass.() 24139 97.3 % Pattern$CharPredicate java.util.regex.Pattern.clazz(boolean)...