Siegfried Pammer

Results 199 comments of Siegfried Pammer

Note that providing specific stdout/stderr for each test result is possible when using .NET's trx format. See also #1.

I am having the same problem. @dorny I would like to contribute a fix for this. Could you please provide some information on how to set up the project locally...

This is now fixed at https://github.com/phoenix-actions/test-reporting

Have you tried using the full type name without any escape sequences, e.g. `@"msclr.interop.context_node"`? This is how the name is specified in the metadata tables: ![image](https://user-images.githubusercontent.com/344204/189209953-b9f384c0-f736-4fc1-81ee-bb46188c3b79.png) As far as I...

Unless we extend our support for patterns this is as good as currently possible.

I don't have the time to look at the regex, but I can tell you how to achieve your goal: https://github.com/icsharpcode/AvalonEdit/blob/ed6f2b5d66dda9a7fc609de672c55ec0ada06d00/ICSharpCode.AvalonEdit/Highlighting/Resources/VB-Mode.xshd#L24-L30 This matches "" as it's own nested span. Hope...

I am not yet sure what you are trying to achieve... Can you post a screenshot of what the colors and text should look like? Thanks!

I will post a working example of what I had in mind in the evening.

I am not sure if I understand your use-case correctly, but this is what I would have used: ```xml " " ``` Example: ![image](https://user-images.githubusercontent.com/344204/186937284-049883c4-8f5e-4297-936b-aca05e78feb6.png) Yes, I am not sure why...

> However, it seems not possible to define it directly on the setter... (maybe I should open an issue on the Roslyn repository) If you use `[param: System.Diagnostics.CodeAnalysis.AllowNull]` it is...