Marco Carvalho
|
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 Carvalho
|
0e95a8271a
|
Non-flags enums should not be used in bitwise operations (#5214)
|
2023-06-09 19:44:22 +02:00 |
|
Marco Carvalho
|
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 |
|
TSR Berry
|
cee7121058
|
Move solution and projects to src
|
2023-04-27 23:51:14 +02:00 |
|