Skip to content

Fix page rotation in WebForms and MVC5 samples #205

Fix page rotation in WebForms and MVC5 samples

Fix page rotation in WebForms and MVC5 samples #205

Triggered via push May 21, 2025 17:14
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/TestFiles.cs#L162
Dereference of a possibly null reference.
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.'
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.'
build: Examples/GroupDocs.Viewer.Examples.CSharp/Utils.cs#L14
Cannot convert null literal to non-nullable reference type.