Bump Microsoft.Data.Sqlite from 11.0.0-preview.4.26230.115 to 11.0.0-preview.6.26359.118 #273
Annotations
1 error and 11 warnings
|
Build (Release, UUID.sln)
Process completed with exit code 1.
|
|
Build (Release, UUID.sln)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.3.1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build (Release, UUID.sln):
src/UUID/Constructor/UUID.cs#L571
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#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#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 (Release, UUID.sln):
src/UUID/Constructor/UUID.cs#L298
Dereference of a possibly null reference.
|
|
Build (Release, UUID.sln):
src/UUID/Constructor/UUID.cs#L571
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#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#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#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#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#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.
|