Skip to content
Triggered via push January 20, 2024 18:55
Status Success
Total duration 30s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: NWebDav.Server/Stores/DiskStoreItemPropertyManager.cs#L69
Possible null reference return.
build: NWebDav.Server/Handlers/PutHandler.cs#L46
Dereference of a possibly null reference.
build: NWebDav.Server/Handlers/PropPatchHandler.cs#L127
Dereference of a possibly null reference.
build: NWebDav.Server/Handlers/PropPatchHandler.cs#L127
Possible null reference argument for parameter 'xPropertyUpdate' in 'PropSetCollection.PropSetCollection(XElement xPropertyUpdate)'.
build: NWebDav.Server/Handlers/PropPatchHandler.cs#L142
Dereference of a possibly null reference.
build: NWebDav.Server/Handlers/PropPatchHandler.cs#L62
Converting null literal or possible null value to non-nullable type.
build: NWebDav.Server/Handlers/PropPatchHandler.cs#L66
Converting null literal or possible null value to non-nullable type.
build: NWebDav.Server/Handlers/PropPatchHandler.cs#L70
Possible null reference argument for parameter 'Value' in 'PropSet.PropSet(XName Name, object Value)'.
build: NWebDav.Server/Stores/DiskStoreCollection.cs#L48
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: NWebDav.Server/Handlers/MoveHandler.cs#L51
Dereference of a possibly null reference.