Skip to content

Merge pull request #74 from ramondeklein/dependabot/nuget/NWebDav.Sam… #4

Merge pull request #74 from ramondeklein/dependabot/nuget/NWebDav.Sam…

Merge pull request #74 from ramondeklein/dependabot/nuget/NWebDav.Sam… #4

Triggered via push November 3, 2024 23:13
Status Success
Total duration 27s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: NWebDav.Server/Stores/DiskStoreItemPropertyManager.cs#L69
Possible null reference return.
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/Props/DavTypedProperties.cs#L321
Possible null reference argument for parameter 's' in 'int int.Parse(string s, NumberStyles style, IFormatProvider? provider)'.
build: NWebDav.Server/Props/DavTypedProperties.cs#L298
Possible null reference argument for parameter 's' in 'int int.Parse(string s, NumberStyles style, IFormatProvider? provider)'.
build: NWebDav.Server/Props/DavTypedProperties.cs#L275
Possible null reference return.
build: NWebDav.Server/Props/DavTypedProperties.cs#L252
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
build: NWebDav.Server/Props/DavTypedProperties.cs#L73
Non-nullable field '_getter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NWebDav.Server/Props/DavTypedProperties.cs#L74
Non-nullable field '_setter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NWebDav.Server/Props/DavTypedProperties.cs#L75
Non-nullable field '_getterAsync' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: NWebDav.Server/Props/DavTypedProperties.cs#L76
Non-nullable field '_setterAsync' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.