Skip to content

Minor Changes

Minor Changes #146

Triggered via push January 15, 2025 15:45
Status Success
Total duration 3m 34s
Artifacts

dotnet.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build (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.
Build (Release, UUID.sln): 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 (Release, UUID.sln): src/UUID/Constructor/UUID.cs#L601
Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first
Build (Release, UUID.sln): src/UUID/Constructor/UUID.cs#L934
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 (Release, UUID.sln): src/UUID/Constructor/UUID.cs#L989
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 (Release, UUID.sln): src/UUID/Constructor/UUID.cs#L989
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 (Release, UUID.sln): src/UUID/Constructor/UUID.cs#L934
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 (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.
Build (Release, UUID.sln): 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 (Release, UUID.sln): src/UUID/Constructor/UUID.cs#L328
Dereference of a possibly null reference.