Skip to content

Sync

Sync #13008

Triggered via schedule July 28, 2026 11:11
Status Success
Total duration 34s
Artifacts

sync.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
sync
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
sync: src/DepotDownloader/DepotDownloader/CDNClientPool.cs#L25
Non-nullable property 'ProxyServer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
sync: src/DepotDownloader/DepotDownloader/AccountSettingsStore.cs#L44
Non-nullable field 'Instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sync: src/DepotDownloader/DepotDownloader/Util.cs#L211
Possible null reference return.
sync: src/DepotDownloader/DepotDownloader/Util.cs#L190
Possible null reference return.
sync: src/DepotDownloader/DepotDownloader/Util.cs#L168
Converting null literal or possible null value to non-nullable type.
sync: src/DepotDownloader/DepotDownloader/Util.cs#L147
Possible null reference return.
sync: src/DepotDownloader/DepotDownloader/Util.cs#L140
Converting null literal or possible null value to non-nullable type.
sync: src/DepotDownloader/DepotDownloader/AccountSettingsStore.cs#L32
Non-nullable field 'FileName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
sync: src/DepotDownloader/DepotDownloader/ContentDownloader.cs#L1383
Nullability of reference types in type of parameter 'y' of 'bool ChunkIdComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).
sync: src/DepotDownloader/DepotDownloader/ContentDownloader.cs#L1383
Nullability of reference types in type of parameter 'x' of 'bool ChunkIdComparer.Equals(byte[] x, byte[] y)' doesn't match implicitly implemented member 'bool IEqualityComparer<byte[]>.Equals(byte[]? x, byte[]? y)' (possibly because of nullability attributes).