RavenDB-22076 Added client-side embedding quantizers #387
compile.yml
on: push
Compile Server & Studio
5m 22s
Annotations
1 error and 10 warnings
Compile Server & Studio
Process completed with exit code 1.
|
Compile Server & Studio:
tools/Raven.Migrator/MongoDB/MongoDBMigrator.cs#L208
Invoking members on dynamic types is not trimming-compatible. Types or members might have been removed by the trimmer.
|
Compile Server & Studio
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.
|
Compile Server & Studio:
src/Raven.Server/Documents/Queries/LuceneQueryBuilder.cs#L416
Unreachable code detected
|
Compile Server & Studio:
src/Raven.Server/Documents/Indexes/Persistence/Corax/CoraxQueryBuilder.cs#L652
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Raven.Client.Documents.Indexes.Vector.EmbeddingType.Text' is not covered.
|
Compile Server & Studio:
test/FastTests/Voron/RawData/SmallDataSection.cs#L188
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
Compile Server & Studio
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.
|
Compile Server & Studio
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.
|
Compile Server & Studio
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.
|
Compile Server & Studio:
test/Tryouts/Program.cs#L33
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.
|
Compile Server & Studio
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.
|