Skip to content

Update UUID.cs

Update UUID.cs #105

Triggered via push December 29, 2024 19:00
Status Success
Total duration 6m 17s
Artifacts
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp, Release, UUID.sln)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (csharp, Release, UUID.sln): 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.
Analyze (csharp, Release, UUID.sln): src/UUID/Constructor/UUID.cs#L373
Dereference of a possibly null reference.
Analyze (csharp, Release, UUID.sln): src/UUID/Constructor/UUID.cs#L445
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Analyze (csharp, Release, UUID.sln): 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.
Analyze (csharp, Release, UUID.sln): src/UUID/Constructor/UUID.cs#L445
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Analyze (csharp, Release, UUID.sln): 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.
Analyze (csharp, Release, UUID.sln): src/UUID/Constructor/UUID.cs#L445
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Analyze (csharp, Release, UUID.sln): 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.
Analyze (csharp, Release, UUID.sln): src/UUID/Constructor/UUID.cs#L445
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Analyze (csharp, Release, UUID.sln): 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.