Simon Sabin

Results 32 comments of Simon Sabin

I assume same applies to https://github.com/pester/Pester/blob/main/src/csharp/Pester/TestResultConfiguration.cs, and the RSpec needs to match.

What are your thoughts on changing https://github.com/pester/Pester/blob/6285de4c82bf61065d80395b770cfd31fa37b631/src/csharp/Pester/TestResultConfiguration.cs#L90 to set Enabled if the value isn't the default?

Before I make broad changes, can you check the latest changes to see if that aligns with your thoughts and the testing is sufficient?

will look at it next week when back in office

Would it be better to have the extension look for psd1 in each folder. That way you can specify different rules for different folders. That also then allows you to...

Hit this today, Really don't want to have to comment lots of code out to run that file. One might argue I need to factor my code correctly, but rightly...

I can understand the challenges here, unless anyone has a suitable workaround I would love to see a solution. In the absence of a workaround can anyone suggest what development...

@glennsarti by application code I guess I means compiled code in a project like system. @JustinGrote Got to agree with @glennsarti that its not a feasible workaround for every time....

I see that anyone developing scripts that require the use of $psscriptroot will benefit from being able to use F8. I don't see anyone that is using $psscriptroot being disadvantaged...

isn't pwd the terminal directory path and has no correlation to the script you are highlighting code from.