Skip to content

Updated GroupDocs.Viewer for .NET version from 24.11 to 24.12 #201

Updated GroupDocs.Viewer for .NET version from 24.11 to 24.12

Updated GroupDocs.Viewer for .NET version from 24.11 to 24.12 #201

Triggered via push January 3, 2025 15:44
Status Success
Total duration 52s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Examples/GroupDocs.Viewer.Examples.CSharp/Utils.cs#L14
Cannot convert null literal to non-nullable reference type.
build: Examples/GroupDocs.Viewer.Examples.CSharp/TestFiles.cs#L162
Dereference of a possibly null reference.
build: Examples/GroupDocs.Viewer.Examples.CSharp/TestFiles.cs#L163
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3)'.
build: Examples/GroupDocs.Viewer.Examples.CSharp/AdvancedUsage/Rendering/CommonRenderingOptions/RenderWithCustomFonts.cs#L25
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: Examples/GroupDocs.Viewer.Examples.CSharp/AdvancedUsage/Loading/LoadingDocumentsFromDifferentSources/LoadDocumentFromUrl.cs#L31
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: Examples/GroupDocs.Viewer.Examples.CSharp/AdvancedUsage/Loading/LoadingDocumentsFromDifferentSources/LoadDocumentFromFtp.cs#L47
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: Examples/GroupDocs.Viewer.Examples.CSharp/AdvancedUsage/Rendering/CommonRenderingOptions/RenderDocumentWithComments.cs#L20
'BaseViewOptions.RenderComments' is obsolete: 'Use 'RemoveComments' property insted'