Skip to content

Update dotnet-desktop.yml #448

Update dotnet-desktop.yml

Update dotnet-desktop.yml #448

Triggered via push May 14, 2024 11:52
Status Failure
Total duration 3m 6s
Billable time 12m
Artifacts
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 57 warnings
linux-arm64
Failed to install dotnet, exit code: 1. dotnet_install: Error: curl (recommended) or wget are required to download dotnet. Install missing prerequisite to proceed.
linux-musl-x64
Failed to install dotnet, exit code: 127. env: can't execute 'bash': No such file or directory
linux-x64
Process completed with exit code 1.
linux-arm64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux-musl-x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
osx-arm64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
osx-arm64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
osx-arm64: Source/QuestPDF/Infrastructure/TextStyleManager.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
osx-arm64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L29
Dereference of a possibly null reference.
osx-arm64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L35
Dereference of a possibly null reference.
osx-arm64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L44
Dereference of a possibly null reference.
osx-arm64: Source/QuestPDF/Drawing/SkiaCanvasBase.cs#L10
Non-nullable property 'Canvas' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
osx-arm64: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L26
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
osx-arm64: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L33
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
osx-arm64: Source/QuestPDF/Drawing/Proxy/OverflowDebuggingProxy.cs#L17
Dereference of a possibly null reference.
osx-arm64: Source/QuestPDF/Drawing/Proxy/Helpers.cs#L47
Dereference of a possibly null reference.
osx-x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
osx-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
osx-x64: Source/QuestPDF/Infrastructure/TextStyleManager.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
osx-x64: Source/QuestPDF/Drawing/PreviewerCanvas.cs#L33
Non-nullable property 'Pictures' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
osx-x64: Source/QuestPDF/Helpers/Helpers.cs#L22
Possible null reference argument for parameter 'input' in 'BinaryReader.BinaryReader(Stream input)'.
osx-x64: Source/QuestPDF/Fluent/ElementExtensions.cs#L35
Dereference of a possibly null reference.
osx-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L29
Dereference of a possibly null reference.
osx-x64: Source/QuestPDF/Fluent/ImageExtensions.cs#L51
Dereference of a possibly null reference.
osx-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L35
Dereference of a possibly null reference.
osx-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L44
Dereference of a possibly null reference.
osx-x64: Source/QuestPDF/Fluent/ComponentExtentions.cs#L76
The type 'QuestPDF.Infrastructure.Element?' cannot be used as type parameter 'T' in the generic type or method 'ElementExtensions.Element<T>(IContainer, T)'. Nullability of type argument 'QuestPDF.Infrastructure.Element?' doesn't match constraint type 'QuestPDF.Infrastructure.IElement'.
linux-x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
linux-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
linux-x64: Source/QuestPDF/Infrastructure/TextStyleManager.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
linux-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L29
Dereference of a possibly null reference.
linux-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L35
Dereference of a possibly null reference.
linux-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L44
Dereference of a possibly null reference.
linux-x64: Source/QuestPDF/Drawing/SkiaCanvasBase.cs#L10
Non-nullable property 'Canvas' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
linux-x64: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L26
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
linux-x64: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L33
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
linux-x64: Source/QuestPDF/Previewer/PreviewerService.cs#L67
Possible null reference return.
linux-x64: Source/QuestPDF/Drawing/Proxy/OverflowDebuggingProxy.cs#L17
Dereference of a possibly null reference.
win-x86
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
win-x86
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
win-x86: Source/QuestPDF/Infrastructure/TextStyleManager.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
win-x86: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L29
Dereference of a possibly null reference.
win-x86: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L35
Dereference of a possibly null reference.
win-x86: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L44
Dereference of a possibly null reference.
win-x86: Source/QuestPDF/Drawing/SkiaCanvasBase.cs#L10
Non-nullable property 'Canvas' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
win-x86: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L26
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
win-x86: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L33
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
win-x86: Source/QuestPDF/Infrastructure/Element.cs#L9
Non-nullable property 'PageContext' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
win-x86: Source/QuestPDF/Infrastructure/Element.cs#L10
Non-nullable property 'Canvas' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
win-x64
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
win-x64
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
win-x64: Source/QuestPDF/Infrastructure/TextStyleManager.cs#L47
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
win-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L29
Dereference of a possibly null reference.
win-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L35
Dereference of a possibly null reference.
win-x64: Source/QuestPDF/Drawing/SkiaDocumentCanvasBase.cs#L44
Dereference of a possibly null reference.
win-x64: Source/QuestPDF/Drawing/SkiaCanvasBase.cs#L10
Non-nullable property 'Canvas' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
win-x64: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L26
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
win-x64: Source/QuestPDF/Drawing/Proxy/TreeTraversal.cs#L33
Nullability of reference types in type of parameter 'element' of 'IEnumerable<TreeNode<T>> TreeTraversal.ExtractElementsOfType<T>(Element element)' doesn't match the target delegate 'Func<Element?, IEnumerable<TreeNode<T>>>' (possibly because of nullability attributes).
win-x64: Source/QuestPDF/Drawing/Proxy/OverflowDebuggingProxy.cs#L17
Dereference of a possibly null reference.
win-x64: Source/QuestPDF/Helpers/Helpers.cs#L22
Possible null reference argument for parameter 'input' in 'BinaryReader.BinaryReader(Stream input)'.