Skip to content

Template

Template #383

GitHub Actions / .NET Test Results failed Oct 17, 2024 in 1s

282 passed, 27 failed and 3 skipped

Tests failed

❌ TestResults-Test-Linux.trx

312 tests were completed in 200s with 282 passed, 27 failed and 3 skipped.

Test suite Passed Failed Skipped Time
Basic.CompilerLog.UnitTests.BasicAnalyzerHostTests 5✅ 3ms
Basic.CompilerLog.UnitTests.BinaryLogReaderTests 17✅ 3❌ 14s
Basic.CompilerLog.UnitTests.BinaryLogUtilTests 15✅ 1⚪ 18ms
Basic.CompilerLog.UnitTests.CodeAnalysisExtensionsTests 1✅ 4s
Basic.CompilerLog.UnitTests.CommonUtilTests 2✅ 1ms
Basic.CompilerLog.UnitTests.CompilationDataTests 4✅ 6❌ 8s
Basic.CompilerLog.UnitTests.CompilationTaskDataTests 2✅ 1ms
Basic.CompilerLog.UnitTests.CompilerCallReaderUtilTests 4✅ 5ms
Basic.CompilerLog.UnitTests.CompilerCallTests 1✅ 1ms
Basic.CompilerLog.UnitTests.CompilerLogBuilderTests 4✅ 3s
Basic.CompilerLog.UnitTests.CompilerLogReaderExTests 4✅ 979ms
Basic.CompilerLog.UnitTests.CompilerLogReaderTests 40✅ 3❌ 1⚪ 38s
Basic.CompilerLog.UnitTests.CompilerLogUtilTests 1✅ 1ms
Basic.CompilerLog.UnitTests.ExportUtilTests 15✅ 16s
Basic.CompilerLog.UnitTests.ExtensionsTests 3✅ 5ms
Basic.CompilerLog.UnitTests.FilterOptionSetTest 1✅ 5ms
Basic.CompilerLog.UnitTests.LogReaderStateTests 3✅ 2ms
Basic.CompilerLog.UnitTests.MetadataTests 5✅ 1ms
Basic.CompilerLog.UnitTests.MSBuildProjectDataTests 1✅ 1ms
Basic.CompilerLog.UnitTests.PathNormalizationUtilTests 30✅ 5ms
Basic.CompilerLog.UnitTests.PathUtilTests 1✅ 0ms
Basic.CompilerLog.UnitTests.ProgramTests 70✅ 11❌ 1⚪ 59s
Basic.CompilerLog.UnitTests.ResilientDirectoryTests 4✅ 6ms
Basic.CompilerLog.UnitTests.RoslynUtilTests 26✅ 82ms
Basic.CompilerLog.UnitTests.SdkUtilTests 1✅ 1ms
Basic.CompilerLog.UnitTests.SolutionReaderTests 3✅ 2❌ 2s
Basic.CompilerLog.UnitTests.StringStreamTests 8✅ 147ms
Basic.CompilerLog.UnitTests.UsingAllCompilerLogTests 11✅ 2❌ 39s

✅ Basic.CompilerLog.UnitTests.BasicAnalyzerHostTests

✅ Error
✅ NoneConflictingFileNames
✅ NoneDispose
✅ NoneProps
✅ Supported

❌ Basic.CompilerLog.UnitTests.BinaryLogReaderTests

✅ CreateFilePath(basicAnalyzerKind: InMemory)
✅ CreateFilePath(basicAnalyzerKind: OnDisk)
✅ CreateFilePathLogReaderState
✅ CreateStream1(basicAnalyzerKind: InMemory, leaveOpen: False)
✅ CreateStream1(basicAnalyzerKind: InMemory, leaveOpen: True)
✅ CreateStream1(basicAnalyzerKind: OnDisk, leaveOpen: True)
✅ CreateStream2(basicAnalyzerKind: InMemory, leaveOpen: False)
✅ CreateStream2(basicAnalyzerKind: InMemory, leaveOpen: True)
✅ CreateStream2(basicAnalyzerKind: OnDisk, leaveOpen: True)
✅ DisposeDouble
❌ GetCompilationSimple(basicAnalyzerKind: InMemory)
	Bad assembly loads
✅ GetCompilationSimple(basicAnalyzerKind: None)
❌ GetCompilationSimple(basicAnalyzerKind: OnDisk)
	Bad assembly loads
✅ ReadAllCompilerCallsTwice
✅ ReadCommandLineArgumentsOwnership
✅ ReadDeletedPdb
✅ ReadGeneratedFiles
✅ VerifyBasicAnalyzerKind(basicAnalyzerKind: InMemory)
✅ VerifyBasicAnalyzerKind(basicAnalyzerKind: None)
❌ VerifyBasicAnalyzerKind(basicAnalyzerKind: OnDisk)
	Bad assembly loads

✅ Basic.CompilerLog.UnitTests.BinaryLogUtilTests

✅ ParseCompilerAndArgumentsBad(inputArgs: "   ")
✅ ParseCompilerAndArgumentsBad(inputArgs: "dotnet csc2 what we expect a.cs")
✅ ParseCompilerAndArgumentsBad(inputArgs: "dotnet exec vbc.dll what we expect a.cs")
✅ ParseCompilerAndArgumentsBad(inputArgs: "dotnet not what we expect a.cs")
✅ ParseCompilerAndArgumentsBad(inputArgs: "empty")
✅ ParseCompilerAndArgumentsCsc(inputArgs: "csc.exe a.cs b.cs", expectedCompilerFilePath: "csc.exe", expectedArgs: "a.cs b.cs")
✅ ParseCompilerAndArgumentsCsc(inputArgs: "dotnet exec csc.dll a.cs", expectedCompilerFilePath: "csc.dll", expectedArgs: "a.cs")
✅ ParseCompilerAndArgumentsCsc(inputArgs: "dotnet-can-be-any-host-name exec csc.dll a.cs", expectedCompilerFilePath: "csc.dll", expectedArgs: "a.cs")
✅ ParseCompilerAndArgumentsCsc(inputArgs: "dotnet.exe exec csc.dll a.cs", expectedCompilerFilePath: "csc.dll", expectedArgs: "a.cs")
✅ ParseCompilerAndArgumentsCscUnix(inputArgs: "/dotnet/dotnet exec /dotnet/sdk/bincore/csc.dll a."···, expectedCompilerFilePath: "/dotnet/sdk/bincore/csc.dll", expectedArgs: "a.cs")
✅ ParseCompilerAndArgumentsCscUnix(inputArgs: "/dotnet/dotnet exec \"/dotnet/sdk/bincore/csc.dll\"···, expectedCompilerFilePath: "/dotnet/sdk/bincore/csc.dll", expectedArgs: "a.cs")
⚪ ParseCompilerAndArgumentsCscWindows
✅ ParseCompilerAndArgumentsNull
✅ ParseCompilerAndArgumentsVbc(inputArgs: "dotnet-can-be-any-host-name exec vbc.dll a.vb", expectedCompilerFilePath: "vbc.dll", expectedArgs: "a.vb")
✅ ParseCompilerAndArgumentsVbc(inputArgs: "dotnet.exe exec vbc.dll a.cs", expectedCompilerFilePath: "vbc.dll", expectedArgs: "a.cs")
✅ ParseCompilerAndArgumentsVbc(inputArgs: "vbc.exe a.cs b.cs", expectedCompilerFilePath: "vbc.exe", expectedArgs: "a.cs b.cs")

✅ Basic.CompilerLog.UnitTests.CodeAnalysisExtensionsTests

✅ EmitToMemory

✅ Basic.CompilerLog.UnitTests.CommonUtilTests

✅ Defines
✅ GetAssemlbyLoadContext

❌ Basic.CompilerLog.UnitTests.CompilationDataTests

❌ EmitToMemoryCombinations
	Bad assembly loads
❌ EmitToMemoryRefOnly
	Bad assembly loads
✅ GetAllDiagnostics
✅ GetAnalyzersNoHosting
❌ GetAnalyzersNormal
	Bad assembly loads
❌ GetCompilationAfterGeneratorsDiagnostics
	Bad assembly loads
✅ GetDiagnostics
❌ GetGeneratedSyntaxTrees(basicAnalyzerKind: InMemory)
	Bad assembly loads
✅ GetGeneratedSyntaxTrees(basicAnalyzerKind: None)
❌ GetGeneratedSyntaxTrees(basicAnalyzerKind: OnDisk)
	Bad assembly loads

✅ Basic.CompilerLog.UnitTests.CompilationTaskDataTests

✅ TryCreateCompilerCallBadArguments
✅ TryCreateCompilerNoArguments

✅ Basic.CompilerLog.UnitTests.CompilerCallReaderUtilTests

✅ CreateBadExtension
✅ GetAllAnalyzerKinds(basicAnalyzerKind: InMemory)
✅ GetAllAnalyzerKinds(basicAnalyzerKind: None)
✅ GetAllAnalyzerKinds(basicAnalyzerKind: OnDisk)

✅ Basic.CompilerLog.UnitTests.CompilerCallTests

✅ GetDiagnosticNameNoTargetFramework

✅ Basic.CompilerLog.UnitTests.CompilerLogBuilderTests

✅ AddMissingFile
✅ AddWithMissingCompilerFilePath
✅ CloseTwice
✅ PortablePdbMissing

✅ Basic.CompilerLog.UnitTests.CompilerLogReaderExTests

✅ AnalyzerConfigGeneratedCode(value: "0", expectedKind: Unknown)
✅ AnalyzerConfigGeneratedCode(value: "false", expectedKind: NotGenerated)
✅ AnalyzerConfigGeneratedCode(value: "true", expectedKind: MarkedGenerated)
✅ AnalyzerConfigNone

❌ Basic.CompilerLog.UnitTests.CompilerLogReaderTests

✅ AdditionalFiles
❌ AnalyzerDiagnostics
	Bad assembly loads
✅ AnalyzerLoadCaching(kind: InMemory)
✅ AnalyzerLoadCaching(kind: OnDisk)
✅ AnalyzerLoadDispose(kind: InMemory)
✅ AnalyzerLoadDispose(kind: OnDisk)
❌ AnalyzerLoadOptions(basicAnalyzerKind: InMemory)
	Bad assembly loads
✅ AnalyzerLoadOptions(basicAnalyzerKind: None)
❌ AnalyzerLoadOptions(basicAnalyzerKind: OnDisk)
	Bad assembly loads
✅ ContentExtraSourceFile(fileName: "file1.cs")
✅ ContentExtraSourceFile(fileName: "file2.cs")
✅ CreateInvalidZipFile
✅ CreateStream1(basicAnalyzerKind: InMemory, leaveOpen: False)
✅ CreateStream1(basicAnalyzerKind: InMemory, leaveOpen: True)
✅ CreateStream1(basicAnalyzerKind: OnDisk, leaveOpen: True)
✅ CreateStream2(basicAnalyzerKind: InMemory, leaveOpen: False)
✅ CreateStream2(basicAnalyzerKind: InMemory, leaveOpen: True)
✅ CreateStream2(basicAnalyzerKind: OnDisk, leaveOpen: True)
✅ Disposed
✅ EmbedLineIssues
✅ GlobalConfigPathMap
✅ KeyFileCustomState
✅ KeyFileDefault
⚪ KindWpf
✅ MetadataCompatV1(resourceName: "MetadataVersion1.console.complog")
✅ MetadataCompatV2(resourceName: "MetadataVersion2.console.complog")
✅ MetadataVersion
✅ NoneHostAddsNoGeneratorIfNoGeneratedSource
✅ NoneHostGeneratedFilesInRaw
✅ NoneHostGeneratedFilesShouldBeLast
✅ NoneHostHasSingelGenerator
✅ NoneHostNativePdb
✅ ProjectMultiTarget
✅ ProjectReferences_Corrupted
✅ ProjectReferences_ReadReference
✅ ProjectReferences_Simple
✅ ProjectSingleTarget
✅ ReadCompilationDataBadIndex(index: -1)
✅ ReadCompilationDataBadIndex(index: 100)
✅ ReadCompilerCallBadIndex(index: -1)
✅ ReadCompilerCallBadIndex(index: 100)
✅ ReadCompilerCallWrongOwner
✅ ResourceSimpleEmbedded
✅ VisualBasic

✅ Basic.CompilerLog.UnitTests.CompilerLogUtilTests

✅ CreateBadExtension

✅ Basic.CompilerLog.UnitTests.ExportUtilTests

✅ ConsoleMultiTarget
✅ ConsoleWithLink
✅ ConsoleWithRuleset
✅ EmbedLineInsideProject
✅ ExportAll
✅ ExportAllBadPath
✅ ExportNoconfig
✅ ExportRsp1
✅ ExportRsp2
✅ ExportUnixPaths
✅ ExportWithUnsafeOption
✅ GeneratedText
✅ GeneratedTextExcludeAnalyzers
✅ GlobalConfigMapsPaths
✅ StrongNameKey

✅ Basic.CompilerLog.UnitTests.ExtensionsTests

✅ AddRange
✅ CheckEmitFlags
✅ GetFailureString

✅ Basic.CompilerLog.UnitTests.FilterOptionSetTest

✅ CheckForAnalyzers

✅ Basic.CompilerLog.UnitTests.LogReaderStateTests

✅ CustomAssemblyLoadContext
✅ DisposeCleansUpDirectories
✅ DisposeDirectoryLocked

✅ Basic.CompilerLog.UnitTests.MetadataTests

✅ ParseBadCount
✅ ParseBadFormat
✅ ParseBadVersion
✅ ParseVersion0
✅ ParseVersion1

✅ Basic.CompilerLog.UnitTests.MSBuildProjectDataTests

✅ MSBuildProjectDataToString

✅ Basic.CompilerLog.UnitTests.PathNormalizationUtilTests

✅ EmptyIsRooted
✅ UnixIsRooted(path: "../", expected: False)
✅ UnixIsRooted(path: "/", expected: True)
✅ UnixIsRooted(path: "/blah", expected: True)
✅ UnixIsRooted(path: "/code/blah.cs", expected: True)
✅ UnixIsRooted(path: "example/blah.cs", expected: False)
✅ UnixIsRooted(path: null, expected: False)
✅ UnixToWindowsNormalize(path: "/", expected: "c:\\code\\")
✅ UnixToWindowsNormalize(path: "/example", expected: "c:\\code\\example")
✅ UnixToWindowsNormalize(path: "/example/../blah.cs", expected: "c:\\code\\example\\..\\blah.cs")
✅ UnixToWindowsNormalize(path: "/example/", expected: "c:\\code\\example\\")
✅ UnixToWindowsNormalize(path: "/example/blah.cs", expected: "c:\\code\\example\\blah.cs")
✅ UnixToWindowsNormalize(path: null, expected: null)
✅ UnixToWindowsRootFileName(fileName: "a.cs", expected: "c:\\code\\a.cs")
✅ UnixToWindowsRootFileName(fileName: "example.cs", expected: "c:\\code\\example.cs")
✅ WindowsIsRooted(path: "\\..\\", expected: False)
✅ WindowsIsRooted(path: "c:", expected: True)
✅ WindowsIsRooted(path: "c:\\..\\", expected: True)
✅ WindowsIsRooted(path: "c:\\", expected: True)
✅ WindowsIsRooted(path: "c:\\\\\\", expected: True)
✅ WindowsIsRooted(path: "example\\blah.cs", expected: False)
✅ WindowsIsRooted(path: null, expected: False)
✅ WindowsToUnixNormalize(path: "c:\\", expected: "/code/")
✅ WindowsToUnixNormalize(path: "c:\\\\", expected: "/code/")
✅ WindowsToUnixNormalize(path: "c:\\\\\\", expected: "/code/")
✅ WindowsToUnixNormalize(path: "c:\\src\\..\\blah.cs", expected: "/code/src/../blah.cs")
✅ WindowsToUnixNormalize(path: "c:\\src\\blah.cs", expected: "/code/src/blah.cs")
✅ WindowsToUnixNormalize(path: null, expected: null)
✅ WindowsToUnixRootFileName(fileName: "a.cs", expected: "/code/a.cs")
✅ WindowsToUnixRootFileName(fileName: "example.cs", expected: "/code/example.cs")

✅ Basic.CompilerLog.UnitTests.PathUtilTests

✅ RemovePathStart

❌ Basic.CompilerLog.UnitTests.ProgramTests

✅ AnalyzerBadOption
✅ AnalyzersBoth
✅ AnalyzersHelp
✅ AnalyzersProjectFilesDeleted
✅ BadCommand
✅ Create(extra: "--out custom.complog", fileName: "custom.complog")
✅ Create(extra: "-o custom.complog", fileName: "custom.complog")
✅ Create(extra: "", fileName: "msbuild.complog")
✅ CreateEmpty
✅ CreateExistingComplog
✅ CreateExtraArguments
✅ CreateFullPath
✅ CreateHelp(arg: "-h")
✅ CreateHelp(arg: "-help")
✅ CreateNoopBuild
✅ CreateOverRemovedProject
✅ CreateProjectFile
✅ CreateWithBuild
✅ ExportBadOption
✅ ExportCompilerLog(arg: "-a none", expectedKind: None)
✅ ExportCompilerLog(arg: "-a ondisk", expectedKind: OnDisk)
✅ ExportCompilerLog(arg: "", expectedKind: null)
✅ ExportHelp
✅ GeneratedBadArg
✅ GeneratedBadFilter
❌ GeneratedBoth(basicAnalyzerKind: InMemory)
	Bad assembly loads
✅ GeneratedBoth(basicAnalyzerKind: None)
❌ GeneratedBoth(basicAnalyzerKind: OnDisk)
	Bad assembly loads
✅ GeneratedHelp
✅ GeneratePdbMissing
✅ Help(arg: "")
✅ Help(arg: "help")
✅ HelpVerbose
✅ PrintAll
✅ PrintBadFile
✅ PrintCompilers
✅ PrintDiffMetadata(metadataVersion: 1)
✅ PrintDiffMetadata(metadataVersion: 100)
✅ PrintDirectory
✅ PrintEmptyDirectory
✅ PrintError
✅ PrintFrameworks
✅ PrintHelp
⚪ PrintKinds
✅ PrintOne
✅ PrintWithoutProject
✅ References
✅ ReferencesBadOption
✅ ReferencesHelp
✅ ReplayBadOption
✅ ReplayConsoleWithEmit(arg: "--none")
❌ ReplayConsoleWithEmit(arg: "")
	Bad assembly loads
✅ ReplayHelp
✅ ReplayMissingOutput
❌ ReplayNewCompiler
	Bad assembly loads
✅ ReplayWithArgs(command: "diagnostics", arg: "--none", kind: None)
✅ ReplayWithArgs(command: "emit", arg: "--none", kind: None)
❌ ReplayWithArgs(command: "replay", arg: "--analyzers inmemory", kind: InMemory)
	Bad assembly loads
✅ ReplayWithArgs(command: "replay", arg: "--analyzers none", kind: None)
❌ ReplayWithArgs(command: "replay", arg: "--analyzers ondisk", kind: OnDisk)
	Bad assembly loads
✅ ReplayWithArgs(command: "replay", arg: "--none", kind: None)
❌ ReplayWithArgs(command: "replay", arg: "--severity Error", kind: null)
	Bad assembly loads
❌ ReplayWithArgs(command: "replay", arg: "", kind: null)
	Bad assembly loads
✅ ReplayWithBadProject
❌ ReplayWithBothLogs
	Bad assembly loads
❌ ReplayWithDiagnostics
	Bad assembly loads
❌ ReplayWithProject
	Bad assembly loads
✅ ResponseAll
✅ ResponseBadOption
✅ ResponseHelp
✅ ResponseInline
✅ ResponseInlineMultiTarget
✅ ResponseInlineWithOutput
✅ ResponseLinuxComplog
✅ ResponseMultiTarget
✅ ResponseNoLogArgument
✅ ResponseNoLogAvailable
✅ ResponseOnCompilerLog
✅ ResponseOnInvalidFileType
✅ ResponseOutputPath
✅ ResponseProjectFilter
✅ ResponseSingleLine

✅ Basic.CompilerLog.UnitTests.ResilientDirectoryTests

✅ GetNewFilePath1
✅ GetNewFilePath2
✅ GetNewFilePathFlatten1
✅ GetNewFilePathFlatten2

✅ Basic.CompilerLog.UnitTests.RoslynUtilTests

✅ GetAssemblyFileName(commandLine: "/target:exe", expectedFileName: "app.exe")
✅ GetAssemblyFileName(commandLine: "/target:library other.cs", expectedFileName: "other.dll")
✅ GetAssemblyFileName(commandLine: "/target:library", expectedFileName: "app.dll")
✅ GetAssemblyFileName(commandLine: "/target:module other.cs", expectedFileName: "other.netmodule")
✅ GetAssemblyFileName(commandLine: "/target:module", expectedFileName: "app.netmodule")
✅ GetAssemblyFileName(commandLine: "/target:winexe", expectedFileName: "app.exe")
✅ IsGlobalConfig(data: IsGlobalConfigData-0)
✅ IsGlobalConfig(data: IsGlobalConfigData-1)
✅ IsGlobalConfig(data: IsGlobalConfigData-10)
✅ IsGlobalConfig(data: IsGlobalConfigData-11)
✅ IsGlobalConfig(data: IsGlobalConfigData-12)
✅ IsGlobalConfig(data: IsGlobalConfigData-13)
✅ IsGlobalConfig(data: IsGlobalConfigData-14)
✅ IsGlobalConfig(data: IsGlobalConfigData-2)
✅ IsGlobalConfig(data: IsGlobalConfigData-3)
✅ IsGlobalConfig(data: IsGlobalConfigData-4)
✅ IsGlobalConfig(data: IsGlobalConfigData-5)
✅ IsGlobalConfig(data: IsGlobalConfigData-6)
✅ IsGlobalConfig(data: IsGlobalConfigData-7)
✅ IsGlobalConfig(data: IsGlobalConfigData-8)
✅ IsGlobalConfig(data: IsGlobalConfigData-9)
✅ ParseAllCSharpEmpty
✅ ParseAllVisualBasicEmpty
✅ ReadAssemblyNameSimple
✅ ReadMvidSimple
✅ RewriteGlobalEditorConfigPaths

✅ Basic.CompilerLog.UnitTests.SdkUtilTests

✅ GetDotnetDirectoryBadPath

❌ Basic.CompilerLog.UnitTests.SolutionReaderTests

✅ CreateRespectLeaveOpen
❌ DocumentsGeneratedDefaultHost(basicAnalyzerKind: InMemory)
	Bad assembly loads
✅ DocumentsGeneratedDefaultHost(basicAnalyzerKind: None)
❌ DocumentsGeneratedDefaultHost(basicAnalyzerKind: OnDisk)
	Bad assembly loads
✅ ProjectReference_Simple

✅ Basic.CompilerLog.UnitTests.StringStreamTests

✅ Behaviors
✅ PositionReset
✅ PositionSetToMiddle
✅ ReadEmpty
✅ RoundTrip(input: "")
✅ RoundTrip(input: "Hello, world!")
✅ RoundTrip(input: "lets try this value")
✅ RoundTripGenerated

❌ Basic.CompilerLog.UnitTests.UsingAllCompilerLogTests

✅ ClassifyAll
✅ CommandLineArguments
✅ EmitToDisk
❌ EmitToMemory(basicAnalyzerKind: InMemory)
	Bad assembly loads
✅ EmitToMemory(basicAnalyzerKind: None)
❌ EmitToMemory(basicAnalyzerKind: OnDisk)
	Bad assembly loads
✅ EmitToMemoryCompilerLogWithSeparateState
✅ ExportAndBuild(includeAnalyzers: False)
✅ ExportAndBuild(includeAnalyzers: True)
✅ GeneratedFilePathsNoneHost
✅ LoadAllCore(none: False)
✅ LoadAllCore(none: True)
✅ VerifyConsistentOptions

Annotations

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.BinaryLogReaderTests ► GetCompilationSimple(basicAnalyzerKind: InMemory)

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.BinaryLogReaderTests ► GetCompilationSimple(basicAnalyzerKind: OnDisk)

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.BinaryLogReaderTests ► VerifyBasicAnalyzerKind(basicAnalyzerKind: OnDisk)

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilationDataTests ► EmitToMemoryCombinations

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilationDataTests ► EmitToMemoryRefOnly

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilationDataTests ► GetAnalyzersNormal

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilationDataTests ► GetCompilationAfterGeneratorsDiagnostics

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilationDataTests ► GetGeneratedSyntaxTrees(basicAnalyzerKind: InMemory)

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilationDataTests ► GetGeneratedSyntaxTrees(basicAnalyzerKind: OnDisk)

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilerLogReaderTests ► AnalyzerDiagnostics

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79

Check failure on line 79 in src/Basic.CompilerLog.UnitTests/TestBase.cs

See this annotation in the file changed.

@github-actions github-actions / .NET Test Results

Basic.CompilerLog.UnitTests.CompilerLogReaderTests ► AnalyzerLoadOptions(basicAnalyzerKind: InMemory)

Failed test found in:
  TestResults-Test-Linux.trx
Error:
  Bad assembly loads
Raw output
Bad assembly loads
   at Basic.CompilerLog.UnitTests.TestBase.Dispose() in /home/runner/work/complog/complog/src/Basic.CompilerLog.UnitTests/TestBase.cs:line 79
   at ReflectionAbstractionExtensions.DisposeTestClass(ITest test, Object testClass, IMessageBus messageBus, ExecutionTimer timer, CancellationTokenSource cancellationTokenSource) in /_/src/xunit.execution/Extensions/ReflectionAbstractionExtensions.cs:line 79