Skip to content

VFS for Git

VFS for Git #609

Triggered via pull request April 21, 2026 18:53
Status Failure
Total duration 11m 12s
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, x86_64, 3)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 1)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 8)
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, 4)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 3)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 7)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 9)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 9)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 4)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 8)
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, arm64, 2)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 6)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 5)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 4)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 0)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 7)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 0)
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, 9)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 2)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 0)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 8)
Process completed with exit code 17.
Functional Tests / Test (Release, x86_64, 2)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 1)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 8)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 6)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 3)
Process completed with exit code 17.
Functional Tests / Test (Debug, x86_64, 6)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 0)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 6)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 3)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 7)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 5)
Process completed with exit code 17.
Functional Tests / Test (Release, arm64, 4)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 2)
Process completed with exit code 17.
Functional Tests / Test (Debug, arm64, 1)
Process completed with exit code 17.
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/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/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/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#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#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 '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.
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/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#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 '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#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 (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)
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, 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 (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 (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, 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 (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.
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, 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, 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, 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 (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, 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, 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 (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 (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, 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 (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 (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, 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, 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, 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 (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 (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 (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, 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 (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 (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 (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 (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, 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, 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, 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 (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, 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 (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, 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, 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, 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.
Validation
Using microsoft/git version v2.53.0.vfs.0.7

Artifacts

Produced during runtime
Name Size Digest
FastFetch_Debug
17.4 MB
sha256:855243d4eca11a64e5a3bc5afaecc8a63d064a7ccab60f857a9fc1d63f079b7f
FastFetch_Release
11.8 MB
sha256:938e6f43706d486171210c11163dc416666e8022b4aefe1d1c3c70e2a3fa1564
FunctionalTests_Debug
47.3 MB
sha256:6be7aa82fdd2d6dcb467e4dd30abc1305d33005c705aae7be8ec92c4812578f1
FunctionalTests_Release
46.6 MB
sha256:344f90510ccc8a7c302e700b6eaefdc97051223d2110e8335e8b839cfe423484
GVFS_Debug
43 MB
sha256:a8099b2c85af093da279919612e3e5bd5c35a3eb2803863f9c081bdc4ab4bd84
GVFS_Release
29.3 MB
sha256:d3d892068a02218b6b0139d8a61e9609e3cbea1aa20cd601bd304760b5f346e0
InstallationLogs_Debug_arm64-0
111 KB
sha256:021e40c677c9b7ecefd1f93b448075074db6d4aa05dabe34403cde26e9aeceda
InstallationLogs_Debug_arm64-1
115 KB
sha256:cb72ae6b5500567577d7d839c306d72802724a073c68f1cf1a41bb27aa43d7d4
InstallationLogs_Debug_arm64-2
105 KB
sha256:ab363ec719dd892efe2d4a6459f66852550a4a069eb2e1f5f778c8bb3fc83ba3
InstallationLogs_Debug_arm64-3
105 KB
sha256:499275a70c4754b14df2b548cbb555135ee268d3123ea18cdb9b7f1516f4fe89
InstallationLogs_Debug_arm64-4
103 KB
sha256:7024ba829a5f07f4db7c608460c09947946df1fd13710f796a18477c1dd2b9fb
InstallationLogs_Debug_arm64-5
106 KB
sha256:1143753f47294b55f51554670c822706febb38fcf83c133bd532f0e929927206
InstallationLogs_Debug_arm64-6
103 KB
sha256:c035ea03737e620902c67089af175cfde59e6cb7fedb543b1bd878dde2ba5818
InstallationLogs_Debug_arm64-7
102 KB
sha256:c368e6c1c5bc4c1b519d19097e85b9121e555fc574fc65ff119cfa6a7d37fbef
InstallationLogs_Debug_arm64-8
111 KB
sha256:eda876fa16e93f2f13e7c4fb0266d6fb7bde2622729c7adf7131d4cff16f03aa
InstallationLogs_Debug_arm64-9
104 KB
sha256:262d71932f06eaf553b3978cac4382a3820a0d930ccab62d4db88c663f74acee
InstallationLogs_Debug_x86_64-0
199 KB
sha256:a34006302a04a5d16e484a066dc4608d59aea70fd45c9c19e5d6946abe786766
InstallationLogs_Debug_x86_64-1
198 KB
sha256:cdd09e8bfb1fe588651e1937da32a22bab4ca2213b465332a7aa502f167f89b0
InstallationLogs_Debug_x86_64-2
201 KB
sha256:6d1cbeb15adffb09093b481b7ad469205c009cba648643d296d542f4634bd2fa
InstallationLogs_Debug_x86_64-3
193 KB
sha256:27795554b77f089d2364b47eefe1d926b54986c12fea605a956287d38d1f19ef
InstallationLogs_Debug_x86_64-4
192 KB
sha256:6643dea4328445b5337d936ecf4d4ada5492733a1e782da6586a49a4f339a03c
InstallationLogs_Debug_x86_64-5
178 KB
sha256:28b59220b1fd1f89036120142e7810d2a1159ae8afc7aba91cf5eef1b6680f54
InstallationLogs_Debug_x86_64-6
176 KB
sha256:73a57da5df8bd1ad8f7036307ccfe4cce11138f590d2ab918df8bcfaeb4dcfe3
InstallationLogs_Debug_x86_64-7
197 KB
sha256:f6a4ed354a8be8afef50e3682f3bd81efec7e65de923e56e223bc59cf4e736ad
InstallationLogs_Debug_x86_64-8
203 KB
sha256:151553346658ca2dcff0e1738c627a9f2e9effebc387f3f9a4df6aaf6389aa86
InstallationLogs_Debug_x86_64-9
189 KB
sha256:fbb235fee7de70c26df6b1c29b4b0c60413eaa3b3eda54c1283e79ca73e99a45
InstallationLogs_Release_arm64-0
102 KB
sha256:d2e5b523b9e0625950f9eaae8910925269e25f9c2e43bfc7c2b17b9faac8e37a
InstallationLogs_Release_arm64-1
104 KB
sha256:a08c336ed2e6f4d50692dc1b270a8d30b2f3eca276851b95662ec16c7043d1ac
InstallationLogs_Release_arm64-2
107 KB
sha256:1b59ae73152420a593f2f98bdd91b4f89d65d030dd458da1cbd8c3523122a29a
InstallationLogs_Release_arm64-3
105 KB
sha256:f63215e69ebc61618525507398672c0879bbd5083c03386ac3335ef0bc450180
InstallationLogs_Release_arm64-4
104 KB
sha256:586ff20c1a1e92ec5cc15ad2e4d8343f6e7b8502f3c3877d8ea00fbfc7d168c1
InstallationLogs_Release_arm64-5
101 KB
sha256:d4dac2e4eaa9db3d2ba6c0d7b838bdbf3f8a933735552e387cec8d41b4da65fe
InstallationLogs_Release_arm64-6
103 KB
sha256:17d38a1463cf1a6806ef603a9afde1986f6f57ed0e45a44b0986c27a30cc4e35
InstallationLogs_Release_arm64-7
105 KB
sha256:8920c270393d4c983ab20315ed7fd1df1235e56f1463f7eaf4fc9821b7bbf6ce
InstallationLogs_Release_arm64-8
100 KB
sha256:e2ed590e51abc696f7bcb3d9508687e1618a3ef3a85702975314b2cde4f357f6
InstallationLogs_Release_arm64-9
115 KB
sha256:1bb12c54c090cc0bc77453615ddb37e930092bc855607195b58971885b48ee9f
InstallationLogs_Release_x86_64-0
204 KB
sha256:1f3028e3b370239b34e912cb227e9d3312e093964f830ba4112895c8ee0961d6
InstallationLogs_Release_x86_64-1
196 KB
sha256:52263987f722d7486dbaf173750b3a9e20cce24ec742268979d27833843b0fef
InstallationLogs_Release_x86_64-2
191 KB
sha256:b50fd65269c2b614758ef75cc210018aabeb5e4ae8aae87bf0d3a3dcb8940cbf
InstallationLogs_Release_x86_64-3
195 KB
sha256:cd6dfa648a84db7151e57984b7e4560f383ec0bc73bf23587a973d72c7e8fb85
InstallationLogs_Release_x86_64-4
203 KB
sha256:8799d1127a083b6586662ef0c6bdd9de80b4c1bad2e7c4c6848dcbecd3f5543a
InstallationLogs_Release_x86_64-5
203 KB
sha256:8b87f1151b833ddce37d8dde83ac1e134389921cac476e178125349c349b2783
InstallationLogs_Release_x86_64-6
182 KB
sha256:b62f2f97e72e25d089f94169bfba5a6df37904a38b13d66a9d3c930a489c0ead
InstallationLogs_Release_x86_64-7
200 KB
sha256:db9fb4a403f4583252082f381df13cb8a01df3735ec4d0b6db2422f1d9c42493
InstallationLogs_Release_x86_64-8
193 KB
sha256:371071908722a7fb8174391cbadfb0f360c112b80b0a2fe0735704e4f6b5f41c
InstallationLogs_Release_x86_64-9
202 KB
sha256:f7ae7652af8bd141cf830e6d154994f42377bef9c51f3f20bafe6a1f9a801a7a
MicrosoftGit
127 MB
sha256:ad3e03fcd8534d902bb47d0e9f8a6fdfc8ea2b57b0bb04d1406ec8537b82f7be