Skip to content

Instantly share code, notes, and snippets.

@AaronLenoir
Created October 24, 2017 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronLenoir/d8249fab23cc100587464a35dfada16f to your computer and use it in GitHub Desktop.
Save AaronLenoir/d8249fab23cc100587464a35dfada16f to your computer and use it in GitHub Desktop.
user@ubuntu:~/dotnetcore/flaclibsharp$ dotnet test
Build started, please wait...
/usr/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1122,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Sandbox/FlacLibSharp.Sandbox.csproj]
Build started, please wait...
Build started, please wait...
Build started, please wait...
/usr/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1122,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Windows/FlacLibSharp.Test.Windows.csproj]
/usr/share/dotnet/sdk/2.0.0/Microsoft.Common.CurrentVersion.targets(1122,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v2.0" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or retarget your application to a version of the framework for which you have the SDK or Targeting Pack installed. Note that assemblies will be resolved from the Global Assembly Cache (GAC) and will be used in place of reference assemblies. Therefore your assembly may not be correctly targeted for the framework you intend. [/home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacLibSharp.csproj]
Build completed.
Test run for /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/FlacLibSharp.Test.Core.dll(.NETCoreApp,Version=v2.0)
Microsoft (R) Test Execution Command Line Tool Version 15.3.0-preview-20170628-02
Copyright (c) Microsoft Corporation. All rights reserved.
Starting test execution, please wait...
Failed FlacLibSharp.Test.CreateTests.CreatePadding
Error Message:
Test method FlacLibSharp.Test.CreateTests.CreatePadding threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile5.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.CreateTests.CreatePadding() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 21
Failed FlacLibSharp.Test.CreateTests.CreateApplicationInfo
Error Message:
Test method FlacLibSharp.Test.CreateTests.CreateApplicationInfo threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile5.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.CreateTests.CreateApplicationInfo() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 50
Failed FlacLibSharp.Test.CreateTests.CreatePicture
Error Message:
Test method FlacLibSharp.Test.CreateTests.CreatePicture threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testimage.png'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.IO.File.InternalReadAllBytes(String path)
at System.IO.File.ReadAllBytes(String path)
at FlacLibSharp.Test.CreateTests.CreatePicture() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 92
Failed FlacLibSharp.Test.CreateTests.CreateVorbisComment
Error Message:
Test method FlacLibSharp.Test.CreateTests.CreateVorbisComment threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile5.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.CreateTests.CreateVorbisComment() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 170
Failed FlacLibSharp.Test.CreateTests.CreateInvalidCueSheet
Error Message:
Test method threw exception System.IO.FileNotFoundException, but exception FlacLibSharp.Exceptions.FlacLibSharpInvalidFormatException was expected. Exception message: System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile5.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.CreateTests.CreateInvalidCueSheet() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 207
Failed FlacLibSharp.Test.CreateTests.CreateValidCueSheet
Error Message:
Test method FlacLibSharp.Test.CreateTests.CreateValidCueSheet threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile5.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.CreateTests.CreateValidCueSheet() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 229
Failed FlacLibSharp.Test.CreateTests.CreateSeekTable
Error Message:
Test method FlacLibSharp.Test.CreateTests.CreateSeekTable threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile5.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.CreateTests.CreateSeekTable() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/CreateTests.cs:line 295
Failed FlacLibSharp.Test.ParseTests.OpenAndCloseFlacFileWithFilePath
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenAndCloseFlacFileWithFilePath threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenAndCloseFlacFileWithFilePath() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 15
Failed FlacLibSharp.Test.ParseTests.OpenAndCloseFlacFileWithStream
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenAndCloseFlacFileWithStream threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.Test.ParseTests.OpenAndCloseFlacFileWithStream() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 31
Failed FlacLibSharp.Test.ParseTests.OpenInvalidFlacFile
Error Message:
Test method threw exception System.IO.FileNotFoundException, but exception FlacLibSharp.Exceptions.FlacLibSharpInvalidFormatException was expected. Exception message: System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\noflacfile.ogg'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenInvalidFlacFile() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 51
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckMetadata
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckMetadata threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckMetadata() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 60
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckStreamInfo
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckStreamInfo threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckStreamInfo() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 73
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckPadding
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckPadding threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckPadding() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 99
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckVorbisComment
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckVorbisComment threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckVorbisComment() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 118
Failed FlacLibSharp.Test.ParseTests.CheckFastFlacFunctions
Error Message:
Test method FlacLibSharp.Test.ParseTests.CheckFastFlacFunctions threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.FastFlac.GetVorbisField(String path, String fieldName) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FastFlac.cs:line 67
at FlacLibSharp.FastFlac.GetTitle(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FastFlac.cs:line 94
at FlacLibSharp.Test.ParseTests.CheckFastFlacFunctions() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 150
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckPicture
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckPicture threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile2.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckPicture() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 163
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckSeekTable
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckSeekTable threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile3.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckSeekTable() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 206
Failed FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckCueSheet
Error Message:
Test method FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckCueSheet threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.ParseTests.OpenFlacFileAndCheckCueSheet() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/ParseTests.cs:line 282
Failed FlacLibSharp.Test.WriteTests.CopyOpenAndSaveStreamInfo
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenAndSaveStreamInfo threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.CopyOpenAndSaveStreamInfo() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 24
Failed FlacLibSharp.Test.WriteTests.CopyOpenEditAndSavePadding
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenEditAndSavePadding threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.CopyOpenEditAndSavePadding() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 70
Failed FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveVorbisComments
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveVorbisComments threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveVorbisComments() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 122
Failed FlacLibSharp.Test.WriteTests.AddMultipleVorbisFields
Error Message:
Test method FlacLibSharp.Test.WriteTests.AddMultipleVorbisFields threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile1.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.AddMultipleVorbisFields() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 165
Failed FlacLibSharp.Test.WriteTests.OverflowCueSheetTracks
Error Message:
Test method threw exception System.IO.FileNotFoundException, but exception FlacLibSharp.Exceptions.FlacLibSharpMaxTracksExceededException was expected. Exception message: System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.WriteTests.OverflowCueSheetTracks() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 220
Failed FlacLibSharp.Test.WriteTests.OverflowCueSheetTrackIndexPoints
Error Message:
Test method threw exception System.IO.FileNotFoundException, but exception FlacLibSharp.Exceptions.FlacLibSharpMaxTrackIndicesExceededException was expected. Exception message: System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.OpenRead(String path)
at FlacLibSharp.FlacFile..ctor(String path) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp/FlacFile.cs:line 33
at FlacLibSharp.Test.WriteTests.OverflowCueSheetTrackIndexPoints() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 239
Failed FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveCueSheet
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveCueSheet threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveCueSheet() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 265
Failed FlacLibSharp.Test.WriteTests.SaveCueSheetWithoutCorrectLeadOutTrack
Error Message:
Test method threw exception System.IO.FileNotFoundException, but exception FlacLibSharp.Exceptions.FlacLibSharpInvalidFormatException was expected. Exception message: System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.SaveCueSheetWithoutCorrectLeadOutTrack() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 303
Failed FlacLibSharp.Test.WriteTests.SaveCueSheetWithoutTracks
Error Message:
Test method threw exception System.IO.FileNotFoundException, but exception FlacLibSharp.Exceptions.FlacLibSharpInvalidFormatException was expected. Exception message: System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.SaveCueSheetWithoutTracks() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 338
Failed FlacLibSharp.Test.WriteTests.CopyOpenAddAndSaveCueSheetTracks
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenAddAndSaveCueSheetTracks threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.CopyOpenAddAndSaveCueSheetTracks() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 378
Failed FlacLibSharp.Test.WriteTests.CopyOpenAddAndSavePicture
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenAddAndSavePicture threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testimage.png'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.IO.File.InternalReadAllBytes(String path)
at System.IO.File.ReadAllBytes(String path)
at FlacLibSharp.Test.WriteTests.CopyOpenAddAndSavePicture() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 448
Failed FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveSeekTable
Error Message:
Test method FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveSeekTable threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile3.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.CopyOpenEditAndSaveSeekTable() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 546
Failed FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultipleApplicationInfo
Error Message:
Test method FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultipleApplicationInfo threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile3.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultipleApplicationInfo() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 616
Failed FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultipleCueSheets
Error Message:
Test method FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultipleCueSheets threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultipleCueSheets() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 669
Failed FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultiplePadding
Error Message:
Test method FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultiplePadding threw exception:
System.IO.FileNotFoundException: Could not find file '/home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/bin/Debug/netcoreapp2.0/Data\testfile4.flac'.
Stack Trace:
at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.UnixFileSystem.CopyFile(String sourceFullPath, String destFullPath, Boolean overwrite)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at System.IO.File.Copy(String sourceFileName, String destFileName)
at FlacLibSharp.Test.Helpers.FileHelper.GetNewFile(String origFile, String newFile) in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/Helpers/FileHelper.cs:line 19
at FlacLibSharp.Test.WriteTests.OpenFlacFileAndCreateMultiplePadding() in /home/user/dotnetcore/flaclibsharp/FlacLibSharp.Test.Core/WriteTests.cs:line 715
Total tests: 33. Passed: 0. Failed: 33. Skipped: 0.
Test Run Failed.
Test execution time: 1.1757 Seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment