Updated ignored files #16
Annotations
10 warnings
NWebDav.Server/Stores/DiskStoreItemPropertyManager.cs#L69
Possible null reference return.
|
NWebDav.Server/Handlers/PutHandler.cs#L46
Dereference of a possibly null reference.
|
NWebDav.Server/Handlers/PropPatchHandler.cs#L127
Dereference of a possibly null reference.
|
NWebDav.Server/Handlers/PropPatchHandler.cs#L127
Possible null reference argument for parameter 'xPropertyUpdate' in 'PropSetCollection.PropSetCollection(XElement xPropertyUpdate)'.
|
NWebDav.Server/Handlers/PropPatchHandler.cs#L142
Dereference of a possibly null reference.
|
NWebDav.Server/Handlers/PropPatchHandler.cs#L62
Converting null literal or possible null value to non-nullable type.
|
NWebDav.Server/Handlers/PropPatchHandler.cs#L66
Converting null literal or possible null value to non-nullable type.
|
NWebDav.Server/Handlers/PropPatchHandler.cs#L70
Possible null reference argument for parameter 'Value' in 'PropSet.PropSet(XName Name, object Value)'.
|
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.
|
NWebDav.Server/Handlers/DeleteHandler.cs#L57
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading