Skip to content

Replace and remove DynDelegate #94

Replace and remove DynDelegate

Replace and remove DynDelegate #94

Triggered via pull request April 6, 2024 17:34
Status Success
Total duration 43s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Builds
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3.0.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Builds: Source/Common/Syncing/Logger/LoggingByteWriter.cs#L51
Nullability of type of parameter 'bytes' doesn't match overridden member (possibly because of nullability attributes).
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/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/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/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/Syncing/Worker/ReadingSyncWorker.cs#L23
Converting null literal or possible null value to non-nullable type.
Builds: Source/Common/Syncing/Worker/ReadingSyncWorker.cs#L23
Possible null reference assignment.