Skip to content

VFS for Git

VFS for Git #608

Triggered via pull request April 21, 2026 17:05
Status Failure
Total duration 12m 35s
Artifacts 47

build.yaml

on: pull_request
Matrix: Build and Unit Test
Matrix: Functional Tests / Test
Build, Unit and Functional Tests Successful
0s
Build, Unit and Functional Tests Successful
Fit to window
Zoom out
Zoom in

Annotations

40 errors, 100 warnings, and 1 notice
Functional Tests / Test (Release, arm64, 0)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 0)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 4)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 9)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 9)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 4)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 5)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 9)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 2)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 2)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 2)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 3)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 0)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 7)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 7)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 5)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 8)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 5)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 1)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 7)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 5)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 6)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 6)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 8)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 3)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 1)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 3)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 0)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 9)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 6)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 6)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 1)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 1)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 4)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 7)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 2)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 8)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 8)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 4)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 3)
Process completed with exit code 17.
Build and Unit Test (Release): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L137
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
Build and Unit Test (Release): GVFS/GVFS.Virtualization/Projection/GitIndexProjection.GitIndexParser.cs#L394
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Release): GVFS/GVFS.Common/GVFSJsonOptions.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build and Unit Test (Release): GVFS/GVFS.Common/GVFSJsonOptions.cs#L35
Using member 'System.Text.Json.JsonSerializer.Serialize(Object, Type, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build and Unit Test (Release): GVFS/GVFS.Common/GVFSJsonOptions.cs#L25
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build and Unit Test (Release): GVFS/GVFS.Common/GVFSJsonOptions.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Build and Unit Test (Release): GVFS/GVFS.Common/GVFSJsonOptions.cs#L35
Using member 'System.Text.Json.JsonSerializer.Serialize(Object, Type, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Build and Unit Test (Release): GVFS/GVFS.Common/GVFSJsonOptions.cs#L25
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Build and Unit Test (Debug): GVFS/GVFS.Platform.Windows/CurrentUser.cs#L137
Using member 'System.Runtime.InteropServices.Marshal.SizeOf(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. Marshalling code for the object might not be available. Use the SizeOf<T> overload instead.
Build and Unit Test (Debug): GVFS/GVFS.Virtualization/Projection/GitIndexProjection.GitIndexParser.cs#L394
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/Git/GitRepo.cs#L150
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/HealthCalculator/EnlistmentHydrationSummary.cs#L199
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
Build and Unit Test (Debug): GVFS/GVFS.Common/GVFSJsonOptions.cs#L25
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build and Unit Test (Debug): GVFS/GVFS.Common/GVFSJsonOptions.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build and Unit Test (Debug): GVFS/GVFS.Common/GVFSJsonOptions.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Build and Unit Test (Debug): GVFS/GVFS.Common/GVFSJsonOptions.cs#L35
Using member 'System.Text.Json.JsonSerializer.Serialize(Object, Type, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
Build and Unit Test (Debug): GVFS/GVFS.Common/GVFSJsonOptions.cs#L35
Using member 'System.Text.Json.JsonSerializer.Serialize(Object, Type, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Build and Unit Test (Debug): GVFS/GVFS.Common/GVFSJsonOptions.cs#L25
Using member 'System.Text.Json.JsonSerializer.Serialize<TValue>(TValue, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
Functional Tests / Test (Release, arm64, 0)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 0)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 4)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 9)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 9)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 4)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 5)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 9)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 2)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 2)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 2)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 3)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 0)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 7)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 7)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 5)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 8)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 5)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 1)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 7)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 5)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 5)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 6)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 6)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 8)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 3)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 1)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 3)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 0)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 0)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 9)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 9)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 6)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 6)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 6)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 1)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 1)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 1)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 4)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 7)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, x86_64, 7)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 2)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 2)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 8)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 8)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, arm64, 8)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 4)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Release, arm64, 4)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 3)
No files were found with the provided path: C:\temp\git-trace2.log. No artifacts will be uploaded.
Functional Tests / Test (Debug, x86_64, 3)
No files were found with the provided path: TestResult.xml. No artifacts will be uploaded.
Validation
Using microsoft/git version v2.53.0.vfs.0.7

Artifacts

Produced during runtime
Name Size Digest
FastFetch_Debug
17.4 MB
sha256:425ff7b71400df59b9f29cfccab51a3d5efd71d04ff88551de76165b4c5d9042
FastFetch_Release
11.9 MB
sha256:934f048831f53b2a4df083bed91a24518f572615c11568cd2a62c3380c03fd78
FunctionalTests_Debug
47.3 MB
sha256:f949b819bbc80f65e8aa0c16eff5dc66c23f204a95984591b5fc3a7270772ae5
FunctionalTests_Release
46.6 MB
sha256:fd411a749251683c105aa8b5162a43a8344622ef6ab9ead9f0c36e017b7f1936
GVFS_Debug
40.3 MB
sha256:3a91e433481a302cbb55b81b589e1f7651eb72bfcc10a76e7154f9a7840cd877
GVFS_Release
27.3 MB
sha256:31a56c1ab116453def4aa95051f0cd261e35029a862743dd6d9f7ade738d3ffd
InstallationLogs_Debug_arm64-0
106 KB
sha256:cb3f9044a76272ac36e85c9f6064013e6e493d4797698184b160a9c375a5b100
InstallationLogs_Debug_arm64-1
107 KB
sha256:640f4e9b15833a06743e0c0060a6c9a1c69cce229483a8a302c48660ba1a6f9b
InstallationLogs_Debug_arm64-2
105 KB
sha256:a5878e3151d4cdf778c9c5aa883f871df197097fce5fab3cef5cec2850309043
InstallationLogs_Debug_arm64-3
102 KB
sha256:35d75842356ab5817658131ab13d7ae7b95161e65057118ea003937d9dfd88e0
InstallationLogs_Debug_arm64-4
104 KB
sha256:1b097ccc6e84822ac8101d914b081ede6839be32344c95880ba2482a11dab5ef
InstallationLogs_Debug_arm64-5
106 KB
sha256:41e18c544af8ac7ec8daff637fd7932c1ae1f25da108690d6fef609aee7f0a29
InstallationLogs_Debug_arm64-6
122 KB
sha256:28d2cd6a1fec555f4e3b901a10d638fc263d4892d298770763cb5863791ecdf2
InstallationLogs_Debug_arm64-7
107 KB
sha256:722fcb58f334f4a081494dbb49284a1b5b266c5471ac45cfae00b6ef24ca4e4c
InstallationLogs_Debug_arm64-8
116 KB
sha256:ac05ae96509d921c9852bc3ea3833314c44a6201066c70f7e9638a6146fb6950
InstallationLogs_Debug_arm64-9
120 KB
sha256:e7235867131f893c1736b875c2b62b5c2bd1fe7caa76ac736789ff8c27ae84b4
InstallationLogs_Debug_x86_64-0
193 KB
sha256:862e3d1a896504e5f7d0c54d7f3365f79da892d853cbad76d8d65802562078af
InstallationLogs_Debug_x86_64-1
202 KB
sha256:d5b4accac58d02eee5377dabb3bff9cdd6fa16b0300ff66251f2d01758c332e1
InstallationLogs_Debug_x86_64-2
188 KB
sha256:f5302042892e0808aa5803a2f3b72762304f9cbb71d038e2cd44b185467772e1
InstallationLogs_Debug_x86_64-3
189 KB
sha256:979dd52b3fefe885714d5b8fff3be8fccad15bf498e441759c263f6b8b323a60
InstallationLogs_Debug_x86_64-4
188 KB
sha256:9929ba45ff6356c2b6a43bdff95b25b5afd63473e9e1661faae80037bf15910b
InstallationLogs_Debug_x86_64-5
201 KB
sha256:8a3a05453e3d831376aa723da3ed5a3333dd87894075227143b80220dcc4c3b4
InstallationLogs_Debug_x86_64-6
204 KB
sha256:8900dba9d50b70ef2c307b93249d88a92f4a074b5db2984c0b4c90bf5fa6f84e
InstallationLogs_Debug_x86_64-7
202 KB
sha256:3ec4241e4314f325f6228dd9a5521026377ae4d992031a8f42b7dbfa5f8003b4
InstallationLogs_Debug_x86_64-8
204 KB
sha256:c21044484b116891cdf5611b47111dc83eace2b75677441da05b85681b88eb12
InstallationLogs_Debug_x86_64-9
194 KB
sha256:2f0ac89e5bda958bf1979c8113cd708df11851b2ad2d8ad5a6ef9d87c4f2301e
InstallationLogs_Release_arm64-0
104 KB
sha256:c54b300bdd9390fc8f1450989c2f56276ecffacb94e0b066a18b7c1bdbe9745c
InstallationLogs_Release_arm64-1
118 KB
sha256:ccf0926083dec7b5e0d17326e028e25e75c6fae114e637c9b7dd69e7fcbae96b
InstallationLogs_Release_arm64-2
133 KB
sha256:a979a03c1cdd0b964884eeb9a73ce47d9b8a8301ebf972d3d4c1200985e5b12e
InstallationLogs_Release_arm64-3
106 KB
sha256:b09d6b17f848f995e4c43739226249b27c65e41c43ca5b9c7f4ea87bd114fb50
InstallationLogs_Release_arm64-4
108 KB
sha256:52476097de5371dac25c1ac5a853b3bc89f5b6ef04e0dfa9da86e8ff28f9c183
InstallationLogs_Release_arm64-5
105 KB
sha256:452b5e27658d4b758128bae9332acdc21f1861f8b47602075d7357b153a05360
InstallationLogs_Release_arm64-6
116 KB
sha256:375b5a63ed953c344b18a28ec58bf1ea7afbf60edd409dbb81101a2b632ed098
InstallationLogs_Release_arm64-7
107 KB
sha256:272eb1d1aa139b78a8c42aa4e0be0570145260e12fda4ba4f91bf434fe775249
InstallationLogs_Release_arm64-8
118 KB
sha256:6eabecc6f19e74d179c020bc3e5a67030218ad6ef4c48a0238c19eb6a940bdaf
InstallationLogs_Release_arm64-9
105 KB
sha256:658865636993c0a703818af5d58ef60744aaefcd477aafd166ffdb32cf1f4cc5
InstallationLogs_Release_x86_64-0
184 KB
sha256:a9559f1ef08ecf686fb62faa740c2f00fb6ea60e3df0f9f5cd02f8c935a205f2
InstallationLogs_Release_x86_64-1
201 KB
sha256:c7341aa1e52a3e7702f491d4369bedfcde189fa7c240345b5e58f5729a08729e
InstallationLogs_Release_x86_64-2
199 KB
sha256:05f847f2a270e104023c907762dd2a9763ff05ee53dcb8520ab0c63921f47e34
InstallationLogs_Release_x86_64-3
201 KB
sha256:a8ba20ce65de63903b1873b19de6e81154741999cfd2002aff08cee65df40a0d
InstallationLogs_Release_x86_64-4
194 KB
sha256:6dfb9254404ae0397f2cbb31bc75382d94703ab0090d224b48d9dc8d2dfe2b1e
InstallationLogs_Release_x86_64-5
203 KB
sha256:190633dd058bbdee3737b31e83118c5d62d4c93655ee60dc5ab14becb7bdcc4f
InstallationLogs_Release_x86_64-6
206 KB
sha256:2434b141c39b53372144f3d61eec55cdcfef9c060d8fbc73d8b445ab26b5b2ca
InstallationLogs_Release_x86_64-7
194 KB
sha256:c3bd541cb7846bc10b6a319a797ad453cd8aca72fb0a69d72980bf906a77d727
InstallationLogs_Release_x86_64-8
197 KB
sha256:7336d6e72c46c3aa3173591d8676b62fca120af718686e318d7baf6cdfeccc81
InstallationLogs_Release_x86_64-9
199 KB
sha256:43826289dc48edc9916ad9d7f2eb31fe8e0114ed33b970858cd74f882e849ce4
MicrosoftGit
127 MB
sha256:343f64a1032d0c193498995469b5c9d81a8e705382cabf87d3284536bda22460