Skip to content

Update dependencies and set package versions #75

Update dependencies and set package versions

Update dependencies and set package versions #75

Triggered via push November 18, 2025 13:08
Status Success
Total duration 2m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/GroupDocs.Comparison.UI.Api/Entity/PostedDataEntity.cs#L10
Non-nullable property 'path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/GroupDocs.Comparison.UI.Api/Entity/UploadedDocumentEntity.cs#L11
Non-nullable property 'guid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/GroupDocs.Comparison.UI.Api/Util/Parser/YamlParser.cs#L16
Non-nullable field 'ConfiguationData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/GroupDocs.Comparison.UI.Api/Util/Comparator/FileTypeComparator.cs#L19
Nullability of reference types in type of parameter 'y' of 'int FileTypeComparator.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: src/GroupDocs.Comparison.UI.Api/Util/Comparator/FileTypeComparator.cs#L19
Nullability of reference types in type of parameter 'x' of 'int FileTypeComparator.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: src/GroupDocs.Comparison.UI.Api/Util/Comparator/FileNameComparator.cs#L19
Nullability of reference types in type of parameter 'y' of 'int FileNameComparator.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: src/GroupDocs.Comparison.UI.Api/Util/Comparator/FileNameComparator.cs#L19
Nullability of reference types in type of parameter 'x' of 'int FileNameComparator.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
build: src/GroupDocs.Comparison.UI.Api/Extensions/EndpointRouteBuilderExtensions.cs#L11
Cannot convert null literal to non-nullable reference type.
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
build
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.