Skip to content

Bump xunit.runner.visualstudio from 2.5.7 to 2.8.0 #103

Bump xunit.runner.visualstudio from 2.5.7 to 2.8.0

Bump xunit.runner.visualstudio from 2.5.7 to 2.8.0 #103

Triggered via push April 28, 2024 23:53
Status Failure
Total duration 16m 28s
Artifacts 2
generate_version_number
1s
generate_version_number
build_linux_consoleapp
45s
build_linux_consoleapp
build_windows_consoleapp
2m 25s
build_windows_consoleapp
Matrix: codeqlanalyze
release_nuget
0s
release_nuget
release_github
0s
release_github
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 23 warnings
build_docker
Username and password required
build_windows
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4\dist\codecov.exe' failed with exit code 1
build_linux_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L39
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build_linux_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L39
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_linux_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build_linux_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_linux_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_linux_consoleapp: DeveMultiCompressor/Logging/Appenders/LoggingLevelLoggerAppender.cs#L17
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.
build_linux_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
DeveMultiCompressor.FolderHelperMethods.CreateLocationOfImageProcessorAssemblyDirectory(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_linux_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L39
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_linux_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_linux_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_linux_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_windows_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_windows_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L39
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_windows_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_windows_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L39
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build_windows_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L39
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_windows_consoleapp: DeveMultiCompressor/Logging/Appenders/LoggingLevelLoggerAppender.cs#L17
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.
build_windows_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_windows_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build_windows_consoleapp: DeveMultiCompressor/CompressorFinderFactory.cs#L56
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build_windows_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
DeveMultiCompressor.FolderHelperMethods.CreateLocationOfImageProcessorAssemblyDirectory(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
build_windows_consoleapp: DeveMultiCompressor/FolderHelperMethods.cs#L14
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
codeqlanalyze (csharp)
No files were found with the provided path: ./artifacts/csharp.zip. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size
DeveMultiCompressor.ConsoleApp.Linux
37.5 MB
DeveMultiCompressor.ConsoleApp.Windows
37.4 MB