Bump Microsoft.EntityFrameworkCore from 9.0.1 to 9.0.2 #161
Annotations
10 warnings
Build the UUID:
src/UUID/Constructor/UUID.cs#L82
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#L96
Parameter 'ulong timestamp' 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#L571
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#L1057
Do not pass an argument with value type 'System.UUID' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' can return an unexpected result. Consider using 'Equals' instead, or pass reference type arguments if you intend to use 'ReferenceEquals'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L1001
Do not pass an argument with value type 'System.UUID' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' can return an unexpected result. Consider using 'Equals' instead, or pass reference type arguments if you intend to use 'ReferenceEquals'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L1001
Do not pass an argument with value type 'System.UUID' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' can return an unexpected result. Consider using 'Equals' instead, or pass reference type arguments if you intend to use 'ReferenceEquals'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L1057
Do not pass an argument with value type 'System.UUID' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' can return an unexpected result. Consider using 'Equals' instead, or pass reference type arguments if you intend to use 'ReferenceEquals'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
Build the UUID:
src/UUID/Constructor/UUID.cs#L82
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#L96
Parameter 'ulong timestamp' 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#L298
Dereference of a possibly null reference.
|
Loading