Frode Flaten
Frode Flaten
> .... I don't get the missed commands section at all. So I wonder if something changed with how this works for code coverage? Only the summary with percentage etc....
Not sure how I broke the universe with the latest commit. TBC.. 😁
> Not sure how I broke the universe with the latest commit. TBC.. 😁 Ofc. 32+ parameter sets limit again. Pester.Tests.ps1 should probably be executed isolated as it's over limit...
https://github.com/nohwnd/Profiler/blob/34f09a97b7859618dd97feb7b691204df05ff9bf/csharp/Profiler/ExternalTracerAdapter.cs#L13-L23 Is this correct in Profiler 4? It looks for `Trace(IScriptExtent, ScriptBlock, int, string)` but it invokes `Trace(IScriptExtent, ScriptBlock, int)` in `_traceMethod`. **Update:** Registered as issue in Profiler-repo
@bravo-kernel Why doesn't this use `assertions/assertions` anymore? Special because it's named the same as the folder?
``` Determining projects to restore... Restored D:\a\1\s\src\csharp\Pester\Pester.csproj (in 42.26 sec). Restored D:\a\1\s\src\csharp\PesterTests\PesterTests.csproj (in 2 min). ``` 😠
/azp run
I see your point, but personal opinion is no. It breaks the natural reading flow (think about the next/previous page). A user needs to know the basics of `Should` before...
It's planned for the NUnit3 format that I've started working on. Unfortunately I haven't had any time to work on Pester last weeks, so it might be delayed until 5.4...