RavenDB-24256 "About this view" text #426
Annotations
20 warnings
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
test/Tryouts/Program.cs#L40
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
src/Raven.Server/Documents/ETL/Providers/AI/GenAi/GenAiTask.cs#L246
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
src/Raven.Server/Documents/ETL/Providers/AI/GenAi/GenAiTask.cs#L240
ValueTask instances should not have their result directly accessed unless the instance has already completed. Unlike Tasks, calling Result or GetAwaiter().GetResult() on a ValueTask is not guaranteed to block until the operation completes. If you can't simply await the instance, consider first checking its IsCompleted property (or asserting it's true if you know that to be the case). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2012)
|
|
src/Raven.Server/Documents/ETL/Providers/AI/GenAi/GenAiTask.cs#L43
The field 'GenAiTask._fallbackCounter' is assigned but its value is never used
|
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64. Affected libraries: Microsoft.Azure.DocumentDB.Core. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L21
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithText(string,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L43
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithBase64(string,Raven.Client.Documents.Indexes.Vector.VectorEmbeddingType,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L32
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithEmbedding(string,Raven.Client.Documents.Indexes.Vector.VectorEmbeddingType,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L21
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithText(string,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L43
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithBase64(string,Raven.Client.Documents.Indexes.Vector.VectorEmbeddingType,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L32
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithEmbedding(string,Raven.Client.Documents.Indexes.Vector.VectorEmbeddingType,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L21
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithText(string,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L43
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithBase64(string,Raven.Client.Documents.Indexes.Vector.VectorEmbeddingType,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L32
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithEmbedding(string,Raven.Client.Documents.Indexes.Vector.VectorEmbeddingType,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
|
src/Raven.Client/Documents/Queries/Vector/VectorFieldFactory.cs#L21
Invalid type for parameter Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy in XML comment cref attribute: 'WithText(string,Raven.Client.Documents.Indexes.Vector.VectorIndexingStrategy)'
|
The logs for this run have expired and are no longer available.
Loading