Skip to content

Removed debug code

Removed debug code #87

Triggered via push February 17, 2024 20:32
Status Failure
Total duration 17m 32s
Artifacts 2
generate_version_number
3s
generate_version_number
build_linux_consoleapp
53s
build_linux_consoleapp
build_windows_consoleapp
1m 45s
build_windows_consoleapp
Matrix: codeqlanalyze
release_nuget
0s
release_nuget
release_github
0s
release_github
Fit to window
Zoom out
Zoom in

Annotations

1 error and 34 warnings
build_windows
Process completed with exit code 1.
generate_version_number
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: onyxmueller/build-tag-number@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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/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
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: DeveMultiCompressor/CompressorRunner.cs#L95
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/CompressorRunner.cs#L145
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L63
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L74
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L47
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L55
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L56
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L62
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/Logging/Appenders/DateTimeLoggerAppender.cs#L73
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build_windows: DeveMultiCompressor/Logging/Appenders/LoggingLevelLoggerAppender.cs#L75
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
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#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#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#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 '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/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 Expired
37.5 MB
DeveMultiCompressor.ConsoleApp.Windows Expired
37.4 MB