SA1516: Relaxed version available?
See original GitHub issueIs there a relaxed version of SA1516 available? What I’d like to see is that all elements need to be separated except add
/remove
(event) and get
/set
(property) combinations.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
StyleCopAnalyzers/documentation/SA1516.md at master
An implementation of StyleCop rules using the .NET Compiler Platform - StyleCopAnalyzers/documentation/SA1516.md at master · DotNetAnalyzers/StyleCopAnalyzers.
Read more >[ A ] SPIRITS ADF [ADF] VODKA
Indicates Available by Split ... SLANE IRISH WHISKEY SP EDITION 40TH750ml ... NEIL ELLIS CHARDONNAY SA'15/16 750ml.
Read more >CSC : warning SA1516: Elements should be separated by ...
I've encountered this problem today aswell. Explicitly adding namespace, class and Main method to Program class helped to solve this.
Read more >[ A ] SPIRITS ADF [ADF] VODKA
Indicates Available by Split. Case. STATUS. General Distribution ... PATRON SILVER ESTATE RELEASE 750ml ... NEIL ELLIS CHARDONNAY SA'15/16 750ml.
Read more >7.2.md - PowerShell/PowerShell
Relax further SSL verification checks for WSMan on non-Windows hosts with verification available (#13786) (Thanks @jborean93!) Add the OutputTypeAttribute to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would not be opposed to an exception to SA1516 if both properties in question are restricted to a single line.
Would also prefer that single line properties are allowed without blank line between them.