Skip to content

SyncField buffering: expanded docs, simplified code flow, and improved UX #178

SyncField buffering: expanded docs, simplified code flow, and improved UX

SyncField buffering: expanded docs, simplified code flow, and improved UX #178

Re-run triggered April 13, 2025 05:59
Status Success
Total duration 50s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Builds: Source/Common/Syncing/Worker/ReadingSyncWorker.cs#L17
Possible null reference assignment.
Builds: Source/Common/Syncing/Worker/ReadingSyncWorker.cs#L17
Converting null literal or possible null value to non-nullable type.
Builds: Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Builds: Source/Common/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Builds: Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Syncing/Logger/LoggingByteWriter.cs#L58
Nullability of type of parameter 's' doesn't match overridden member (possibly because of nullability attributes).
Builds: Source/Common/Syncing/Logger/LoggingByteWriter.cs#L51
Nullability of type of parameter 'bytes' doesn't match overridden member (possibly because of nullability attributes).