question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add setting to relax SA1519 to allow consecutive with braces omitted on all but the last one

See original GitHub issue

#2180 modified the rule to disallow this:

using (var a = GetDisposable())
using (var b = GetAnotherDisposable())
{
}

This was permitted in classic StyleCop. It would be helpful to have a setting that allows this behaviour to be retained.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
appel1commented, Aug 5, 2016

I’d prefer if the classic StyleCop behavior was the default with a setting to make it more strict if wanted/needed.

0reactions
sharwellcommented, Nov 20, 2016

📝 We made the default compatible with StyleCop Classic so no updates to KnownChanges.md were required.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Patient FAQ | Kansas City MO Invisalign | Adult Metal Braces
Have lingering questions about an orthodontic treatment or procedure? Read to find out answers to commonly asked questions from your Sedalia orthodontist!
Read more >
Braces For Teens In Wilmington & Newark, DE
When you do decide to get braces as a teen, we have more than one option of braces available for you to choose...
Read more >
Braces And Missing Teeth - Orthodontic Associates
You may have wondered whether you can get braces if you have one or more missing teeth. The good news is that the...
Read more >
Playing Sports with Braces
Many people worry that when they get braces they won't be able to do all the activities they normally enjoy, like playing sports....
Read more >
The Top 5 Things Moms Need To Know About Orthodontics
Here are the top five things moms need to know about orthodontics before bringing their child in for thier first treatment at Seabreeze ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found