maettu-this

Results 64 comments of maettu-this

> `$null` when written to the host needs to be converted to a string, so it becomes an empty string: > > ```powershell > ($null | out-string) -eq "" >...

> This issue has been marked as by-design and has not had any activity for **1 day**. It has been closed for housekeeping purposes. Hmm... msftbot... Closing after just a...

Even more so that apparently I am not the only to question the handling of `$null`, see comments and #17701.

@albert-github, thanks for taking care of this. I fully understand the difference in `[...]` vs. `'['...']'`. I also understand the historic flexibility to have `param` support both with or without...

I have quickly performed a search accross Doxygen's code base. Here is what I have found: ### with space: 2 occurrences - `\src\doctokenizer.l { /* param [in,out] command */` -...

Just ran into the same issue, found [this](https://docs.nunit.org/articles/vs-test-adapter/Trace-and-Debug.html) documentation-wise, but it's only about the VS Test Adapter, not NUnit in general. Having to add this the each `TestFixture` is quite...

@OsirisTerje, thanks for clarifying what I have overseen. In case of my project, having three root namespaces, this means needing three SetupFixture. While not ideal it can be handled. However...

@OsirisTerje, I understand 2. being a limitation of the .NET framework, but it is not that obvious when looking at the [VS Test Adapter documentation](https://docs.nunit.org/articles/vs-test-adapter/Trace-and-Debug.html). In my code I added...