Merge pull request #74 from ramondeklein/dependabot/nuget/NWebDav.Sam… #21
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/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.
|