Bump Microsoft.EntityFrameworkCore.Design from 10.0.0-rc.2.25469.5 to 10.0.0-rtm.25479.109 #3
Annotations
2 errors and 10 warnings
|
Error running analysis for csharp: Encountered a fatal error while running "C:\hostedtoolcache\windows\CodeQL\2.23.1\x64\codeql\codeql.exe database run-queries --ram=14437 --threads=4 --additional-packs=D:\a\_temp\pr-diff-range --extension-packs=codeql-action/pr-diff-range D:\a\_temp\codeql_databases\csharp --expect-discarded-cache --min-disk-free=1024 -v --intra-layer-parallelism". Exit code was 2 and error was: A fatal error occurred: A 'codeql resolve extensions-by-pack' operation failed with error code 2. See the logs for more details.
|
|
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
|
|
src/UUID/Constructor/UUID.cs#L571
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
|
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.
|
|
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.
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
src/UUID/Constructor/UUID.cs#L571
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
|
|
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.
|
|
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.
|
The logs for this run have expired and are no longer available.
Loading