Skip to content

Conversation

andyleejordan
Copy link
Member

Roslynator suggestions and small fixes.

@andyleejordan andyleejordan added the Ignore Exclude from the changelog. label Feb 9, 2022
Copy link

@JamesWTruher JamesWTruher left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@PaulHigin PaulHigin left a comment

Choose a reason for hiding this comment

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

LGTM

}
CommandBreakpoint commandBreakpoint => CommandBreakpoints.Remove(commandBreakpoint),
LineBreakpoint lineBreakpoint =>
BreakpointsPerFile.TryGetValue(lineBreakpoint.Script, out HashSet<Breakpoint> bps) && bps.Remove(lineBreakpoint),

Choose a reason for hiding this comment

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

This is a little too sparse for me.

@andyleejordan andyleejordan merged commit d9e6fb5 into master Feb 10, 2022
@andyleejordan andyleejordan deleted the andschwa/breakpoint-cleanup branch February 10, 2022 17:50
@andyleejordan
Copy link
Member Author

Thanks ya'll!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ignore Exclude from the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants