Skip to content

fix: bump the dependencies group in /FileCurator with 2 updates #816

fix: bump the dependencies group in /FileCurator with 2 updates

fix: bump the dependencies group in /FileCurator with 2 updates #816

Triggered via pull request December 9, 2024 12:32
Status Success
Total duration 3m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: analyze / Analyze
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
analyze / Analyze (javascript-typescript, 9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analyze / Analyze (csharp, 9.0.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analyze / Analyze (csharp, 9.0.x): FileCurator/FileInfo.cs#L297
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/FileInfo.cs#L223
Nullability of reference types in type of parameter 'other' of 'int FileInfo.CompareTo(IFile other)' doesn't match implicitly implemented member 'int IComparable<IFile>.CompareTo(IFile? other)' (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/FileInfo.cs#L237
Nullability of reference types in type of parameter 'obj' of 'int FileInfo.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/FileInfo.cs#L307
Nullability of reference types in type of parameter 'other' of 'bool FileInfo.Equals(IFile other)' doesn't match implicitly implemented member 'bool IEquatable<IFile>.Equals(IFile? other)' (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/BaseClasses/FileBase.cs#L285
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/BaseClasses/FileBase.cs#L227
Nullability of reference types in type of parameter 'other' of 'int FileBase<InternalFileType, FileType>.CompareTo(IFile other)' doesn't match implicitly implemented member 'int IComparable<IFile>.CompareTo(IFile? other)' (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/BaseClasses/FileBase.cs#L239
Nullability of reference types in type of parameter 'obj' of 'int FileBase<InternalFileType, FileType>.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/BaseClasses/FileBase.cs#L295
Nullability of reference types in type of parameter 'other' of 'bool FileBase<InternalFileType, FileType>.Equals(IFile other)' doesn't match implicitly implemented member 'bool IEquatable<IFile>.Equals(IFile? other)' (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/DirectoryInfo.cs#L333
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
analyze / Analyze (csharp, 9.0.x): FileCurator/DirectoryInfo.cs#L195
Nullability of reference types in type of parameter 'obj' of 'int DirectoryInfo.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).