Skip to content

VIEWERNET-4785 - Cannot load corrupted or damaged MSG with attachment… #191

VIEWERNET-4785 - Cannot load corrupted or damaged MSG with attachment…

VIEWERNET-4785 - Cannot load corrupted or damaged MSG with attachment… #191

Triggered via push April 2, 2024 12:06
Status Success
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Examples/GroupDocs.Viewer.Examples.CSharp/Utils.cs#L14
Cannot convert null literal to non-nullable reference type.
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/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)'.