Merge pull request #73 from ramondeklein/dependabot/nuget/NWebDav.Sam… #18
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/Handlers/DeleteHandler.cs#L57
Dereference of a possibly null reference.
|
build:
NWebDav.Server/Handlers/DeleteHandler.cs#L79
Possible null reference argument for parameter 'lockToken' in 'Task<bool> ILockingManager.HasLockAsync(IStoreItem item, Uri lockToken, CancellationToken cancellationToken)'.
|