Skip to content

RavenDB-23556 Added first tests and small fixes #459

RavenDB-23556 Added first tests and small fixes

RavenDB-23556 Added first tests and small fixes #459

Triggered via push January 30, 2025 13:53
Status Failure
Total duration 4m 15s
Artifacts

compile.yml

on: push
Compile Server & Studio
4m 5s
Compile Server & Studio
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Compile Server & Studio: test/Tryouts/Program.cs#L54
'RavenDB_23556' does not contain a definition for 'Test' and no accessible extension method 'Test' accepting a first argument of type 'RavenDB_23556' could be found (are you missing a using directive or an assembly reference?)
Compile Server & Studio: test/Tryouts/Program.cs#L54
'RavenDB_23556' does not contain a definition for 'Test' and no accessible extension method 'Test' accepting a first argument of type 'RavenDB_23556' could be found (are you missing a using directive or an assembly reference?)
Compile Server & Studio
Process completed with exit code 1.
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
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#L37
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.