Skip to content

Conversation

@reakaleek
Copy link
Member

@reakaleek reakaleek commented Jan 28, 2025

Closes #175

Changes

Allow multiple classic callouts in a single line.

image

@reakaleek reakaleek force-pushed the feature/multiple-callouts branch 2 times, most recently from 8de8b26 to f640973 Compare January 28, 2025 10:33
@reakaleek reakaleek force-pushed the feature/multiple-callouts branch from f640973 to 3fa6a22 Compare January 28, 2025 10:39
@reakaleek reakaleek requested a review from a team January 28, 2025 10:43
@reakaleek reakaleek added the fix label Jan 28, 2025
@reakaleek reakaleek self-assigned this Jan 28, 2025
@reakaleek reakaleek marked this pull request as ready for review January 28, 2025 10:43
@reakaleek
Copy link
Member Author

Reverting to draft, it's broken if there is a < within the code

```csharp

app.UseFilter<StopwatchFilter>(); <1>
app.UseFilter<CatchExceptionFilter>(); <2>

var x = 1; <1>
var y = x - 2;
var z = y - 2; <1> <2>
```

@reakaleek reakaleek marked this pull request as draft January 28, 2025 10:56
Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@reakaleek
Copy link
Member Author

reakaleek commented Jan 28, 2025

Reverting to draft, it's broken if there is a < within the code

```csharp

app.UseFilter<StopwatchFilter>(); <1>
app.UseFilter<CatchExceptionFilter>(); <2>

var x = 1; <1>
var y = x - 2;
var z = y - 2; <1> <2>
```

Fixed by 7e318b2

@reakaleek reakaleek marked this pull request as ready for review January 28, 2025 11:57
@reakaleek reakaleek requested a review from Mpdreamz January 28, 2025 12:02
@reakaleek reakaleek merged commit a1deace into main Jan 28, 2025
5 checks passed
@reakaleek reakaleek deleted the feature/multiple-callouts branch January 28, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code block callouts do not render in code

3 participants