Performance Improvement #53
Annotations
10 warnings
Build the UUID:
src/UUID/Constructor/UUID.cs#L30
Parameter 'ulong random' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L146
Dereference of a possibly null reference.
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L218
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L30
Parameter 'ulong random' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L218
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L30
Parameter 'ulong random' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L218
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L30
Parameter 'ulong random' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L218
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L30
Parameter 'ulong random' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Loading