 Marco CarvalhoandGitHub
|
fffc3ed193
|
Mutable fields should not be "public static" (#5352)
|
2023-06-24 12:01:59 +00:00 |
|
 Marco CarvalhoandGitHub
|
bf96bc84a8
|
"Where" should be used before "OrderBy" (#5346)
|
2023-06-23 00:51:44 +00:00 |
|
 Marco CarvalhoandGitHub
|
91e4caaa69
|
"StartsWith" and "EndsWith" overloads that take a "char" should be used instead of the ones that take a "string" (#5347)
|
2023-06-23 02:15:14 +02:00 |
|
 Marco CarvalhoandGitHub
|
efbd29463d
|
"Find" method should be used instead of the "FirstOrDefault" extension (#5344)
|
2023-06-23 01:42:23 +02:00 |
|
 Marco CarvalhoandGitHub
|
7608cb37ab
|
"Exists" method should be used instead of the "Any" extension (#5345)
|
2023-06-23 01:37:25 +02:00 |
|
 Marco CarvalhoandGitHub
|
58907e2c29
|
GetHashCode should not reference mutable fields (#5331)
|
2023-06-22 18:36:07 +02:00 |
|
 Marco CarvalhoandGitHub
|
32d21ddf17
|
Inheritance list should not be redundant (#5230)
|
2023-06-15 03:54:27 +00:00 |
|
 Marco CarvalhoandGitHub
|
82f90704a0
|
Blocks should be synchronized on read-only fields (#5212)
* Blocks should be synchronized on read-only fields
* more readonlys
* fix alignment
* more
* Update ISelfController.cs
* simplify new
* simplify new
|
2023-06-15 00:34:55 +00:00 |
|
 Marco CarvalhoandGitHub
|
0e95a8271a
|
Non-flags enums should not be used in bitwise operations (#5214)
|
2023-06-09 19:44:22 +02:00 |
|
 Marco CarvalhoandGitHub
|
76b474e97b
|
Update ShaderConfig.cs (#5226)
|
2023-06-09 14:53:20 +00:00 |
|
 Marco CarvalhoandGitHub
|
e94d24f508
|
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' (#5231)
* Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup
* fix
|
2023-06-09 13:05:32 +02:00 |
|
 Marco CarvalhoandGitHub
|
86de288142
|
Removing shift by 0 (#5249)
* Integral numbers should not be shifted by zero or more than their number of bits-1
* more
|
2023-06-09 11:23:44 +02:00 |
|
 Marco CarvalhoandGitHub
|
8954ff3af2
|
Replacing ZbcColorArray with Array4<uint> (#5210)
* Related "if/else if" statements should not have the same condition
* replacing ZbcColorArray with Array4<uint>
* fix alignment
|
2023-06-04 20:30:04 +00:00 |
|