Commit 8aab990
authored
Package updates and primary constructors fix (#156)
* Update Resharper
* Package updates
* Run tests against .NET 8, update to latest C# version
* Resharper: use file-scoped namespaces
* Resharper: use target-typed new
* Resharper: use collection expression
* Resharper: use raw string
* Resharper: use pattern syntax
* Resharper: use primary constructor
* Resharper: make struct readonly
* Resharper: remove redundant discard
* Resharper: remove redundant casts
* Resharper: reformat solution
* Fixed AV1500: Do not report on captured variables from primary constructor initializer1 parent e84590e commit 8aab990
File tree
171 files changed
+11555
-11817
lines changed- src
- CSharpGuidelinesAnalyzer
- CSharpGuidelinesAnalyzer.Test
- RoslynTestFramework
- Specs
- ClassDesign
- Documentation
- Framework
- Layout
- Maintainability
- MemberDesign
- MiscellaneousDesign
- Naming
- Performance
- TestDataBuilders
- CSharpGuidelinesAnalyzer.Vsix
- CSharpGuidelinesAnalyzer
- Extensions
- Rules
- ClassDesign
- Documentation
- Framework
- Layout
- Maintainability
- MemberDesign
- MiscellaneousDesign
- Naming
- Performance
- Settings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
171 files changed
+11555
-11817
lines changedLarge diffs are not rendered by default.
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
Lines changed: 10 additions & 38 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 60 | + | |
64 | 61 | | |
65 | 62 | | |
66 | 63 | | |
67 | | - | |
68 | | - | |
| 64 | + | |
| 65 | + | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
| |||
352 | 349 | | |
353 | 350 | | |
354 | 351 | | |
355 | | - | |
| 352 | + | |
356 | 353 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | 354 | | |
363 | 355 | | |
364 | 356 | | |
365 | 357 | | |
366 | 358 | | |
367 | 359 | | |
368 | | - | |
| 360 | + | |
369 | 361 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | 362 | | |
376 | 363 | | |
377 | 364 | | |
378 | 365 | | |
379 | 366 | | |
380 | 367 | | |
381 | | - | |
| 368 | + | |
382 | 369 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | 370 | | |
389 | 371 | | |
390 | 372 | | |
391 | 373 | | |
392 | 374 | | |
393 | 375 | | |
394 | | - | |
| 376 | + | |
395 | 377 | | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | 378 | | |
402 | 379 | | |
403 | 380 | | |
404 | 381 | | |
405 | 382 | | |
406 | 383 | | |
407 | | - | |
| 384 | + | |
408 | 385 | | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | 386 | | |
415 | 387 | | |
416 | 388 | | |
| |||
0 commit comments