Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
10.10 source code.tar.gz | 2025-05-17 | 3.2 MB | |
10.10 source code.zip | 2025-05-17 | 7.4 MB | |
README.md | 2025-05-17 | 3.9 kB | |
Totals: 3 Items | 10.6 MB | 0 |
Hey everyone, this release mostly focuses on internal and technical things.
General
- NET-1444 - Move ProfileRegistrar to org.sonar.plugins.csharpenterprise.api
- NET-1326 - Update RSPEC before 10.10 release
Internal Styling Rules
- NET-1378 - New Rule T0045: Use var
- NET-1359 - New Rule T0043: Avoid primary constructors on normal classes and structs
- NET-1358 - New Rule T0042: Indent raw string literal +4
- NET-1357 - New Rule T0041: Use raw string literals for multiline strings
- NET-1356 - New Rule T0040: Use minimum necessary interpolation characters
- NET-1355 - New Rule T0039: Protected field should start with lower case letter
- NET-1354 - New Rule T0038: Use fields instead of auto-implemented private or protected properties
- NET-1347 - New Rule T0000: Don't use Get prefixes
- NET-1346 - New Rule T0037: Use .Test suffix namespace
- NET-1345 - New rule T0046: Move extension method to dedicated class
- NET-1344 - New Rule T0035: Do not use var for this deconstruction
- NET-1343 - New Rule T0034: Do not embed var into this condition
- NET-1342 - New Rule T0033: Swap the logic to use positive conditions instead
- NET-1341 - New Rule T0032: Move the method body to the next line
- NET-1339 - New Rule T0030: Move the field initializer on the same line
- NET-1338 - New Rule T0029: Indent all arguments +4 further than the invocation line
- NET-1337 - New Rule T0028: Move all arguments on the same line, or wrap all of them
- NET-1336 - New Rule T0027: Move subsequent expressions on separate lines
- NET-1335 - New Rule T0026: Indent member access +4 further than the initial line
- NET-1334 - New Rule T0025: Indent ‘?’ and ‘:’ +4 further than the condition line
- NET-1333 - New Rule T0024: Place multiline ‘?’ and ‘:’ on separate lines
- NET-1332 - New Rule T0022: Indent all parameters with the first one
- NET-1331 - New Rule T0021: Use extension methods for Linq
- NET-1329 - New Rule T0019: Indent operator correctly
- NET-1328 - New Rule T0018: Move the operator to the beginning of the next line
- NET-1327 - New Rule T0015: Move local function at the end of the method
- NET-1237 - New Rule T0044: Don't add Arrange, Act, and Assert(s) comments
- NET-1325 - Improve T0007: Raise on nondeclaring is { } check