Skip to content

Merge pull request #47 from jake-codes-at-5-am/xssfcolumn #12

Merge pull request #47 from jake-codes-at-5-am/xssfcolumn

Merge pull request #47 from jake-codes-at-5-am/xssfcolumn #12

Triggered via push June 30, 2023 11:32
Status Failure
Total duration 3m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI.yml

on: push
windows-latest
3m 42s
windows-latest
ubuntu-latest
55s
ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 20 warnings
ubuntu-latest
/usr/bin/chmod: cannot access '/usr/local/share/fonts/NotoColorEmoji.ttf': No such file or directory
ubuntu-latest
/usr/bin/cp: cannot create regular file '/usr/local/share/fonts/NotoColorEmoji.ttf': Permission denied
ubuntu-latest
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
ubuntu-latest
/home/runner/work/npoi/npoi/main/HSSF/UserModel/HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/HSSF/UserModel/HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=netstandard2.0]
ubuntu-latest
/home/runner/work/npoi/npoi/main/HSSF/UserModel/HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=netstandard2.1]
ubuntu-latest
/home/runner/work/npoi/npoi/main/HSSF/UserModel/HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net6.0]
ubuntu-latest
/home/runner/work/npoi/npoi/main/HSSF/UserModel/HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.0]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net6.0]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.1]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.0]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net6.0]
windows-latest
D:\a\npoi\npoi\main\HSSF\UserModel\HSSFPicture.cs(21,11): error CS0246: The type or namespace name 'IronSoftware' could not be found (are you missing a using directive or an assembly reference?) [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.1]
windows-latest
Target "Compile" has thrown an exception
windows-latest
Process completed with exit code 1.
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/Crypt/Standard/StandardDecryptor.cs(225,20): warning CS0114: 'CipherInputStream.Read(byte[])' hides inherited member 'InputStream.Read(byte[])'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/Crypt/Standard/StandardDecryptor.cs(262,21): warning CS0114: 'CipherInputStream.Skip(long)' hides inherited member 'InputStream.Skip(long)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/Crypt/Standard/StandardDecryptor.cs(305,21): warning CS0114: 'CipherInputStream.MarkSupported()' hides inherited member 'ByteArrayInputStream.MarkSupported()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/FileSystem/POIFSFileSystem.cs(66,30): warning CS0108: 'POIFSFileSystem.CreateNonClosingInputStream(Stream)' hides inherited member 'NPOIFSFileSystem.CreateNonClosingInputStream(Stream)'. Use the new keyword if hiding was intended. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/SS/UserModel/Sheet.cs(305,21): warning CS0108: 'ISheet.GetEnumerator()' hides inherited member 'IEnumerable<IRow>.GetEnumerator()'. Use the new keyword if hiding was intended. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/SS/UserModel/Workbook.cs(447,14): warning CS0108: 'IWorkbook.Close()' hides inherited member 'ICloseable.Close()'. Use the new keyword if hiding was intended. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/SS/Formula/Eval/FunctionEval.cs(62,37): warning CS0628: 'FunctionEval.functions': new protected member declared in sealed type [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=net472]
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/Crypt/Standard/StandardDecryptor.cs(225,20): warning CS0114: 'CipherInputStream.Read(byte[])' hides inherited member 'InputStream.Read(byte[])'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=netstandard2.0]
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/Crypt/Standard/StandardDecryptor.cs(262,21): warning CS0114: 'CipherInputStream.Skip(long)' hides inherited member 'InputStream.Skip(long)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=netstandard2.0]
ubuntu-latest
/home/runner/work/npoi/npoi/main/POIFS/Crypt/Standard/StandardDecryptor.cs(305,21): warning CS0114: 'CipherInputStream.MarkSupported()' hides inherited member 'ByteArrayInputStream.MarkSupported()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [/home/runner/work/npoi/npoi/main/NPOI.Core.csproj::TargetFramework=netstandard2.0]
windows-latest
D:\a\npoi\npoi\main\POIFS\Crypt\Standard\StandardDecryptor.cs(225,20): warning CS0114: 'CipherInputStream.Read(byte[])' hides inherited member 'InputStream.Read(byte[])'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\POIFS\Crypt\Standard\StandardDecryptor.cs(262,21): warning CS0114: 'CipherInputStream.Skip(long)' hides inherited member 'InputStream.Skip(long)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\POIFS\Crypt\Standard\StandardDecryptor.cs(305,21): warning CS0114: 'CipherInputStream.MarkSupported()' hides inherited member 'ByteArrayInputStream.MarkSupported()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\POIFS\FileSystem\POIFSFileSystem.cs(66,30): warning CS0108: 'POIFSFileSystem.CreateNonClosingInputStream(Stream)' hides inherited member 'NPOIFSFileSystem.CreateNonClosingInputStream(Stream)'. Use the new keyword if hiding was intended. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\SS\UserModel\Sheet.cs(305,21): warning CS0108: 'ISheet.GetEnumerator()' hides inherited member 'IEnumerable<IRow>.GetEnumerator()'. Use the new keyword if hiding was intended. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\SS\UserModel\Workbook.cs(447,14): warning CS0108: 'IWorkbook.Close()' hides inherited member 'ICloseable.Close()'. Use the new keyword if hiding was intended. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\SS\Formula\Eval\FunctionEval.cs(62,37): warning CS0628: 'FunctionEval.functions': new protected member declared in sealed type [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=net472]
windows-latest
D:\a\npoi\npoi\main\POIFS\Crypt\Standard\StandardDecryptor.cs(225,20): warning CS0114: 'CipherInputStream.Read(byte[])' hides inherited member 'InputStream.Read(byte[])'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.0]
windows-latest
D:\a\npoi\npoi\main\POIFS\Crypt\Standard\StandardDecryptor.cs(262,21): warning CS0114: 'CipherInputStream.Skip(long)' hides inherited member 'InputStream.Skip(long)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.0]
windows-latest
D:\a\npoi\npoi\main\POIFS\Crypt\Standard\StandardDecryptor.cs(305,21): warning CS0114: 'CipherInputStream.MarkSupported()' hides inherited member 'ByteArrayInputStream.MarkSupported()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. [D:\a\npoi\npoi\main\NPOI.Core.csproj::TargetFramework=netstandard2.0]