Compile Warnings

This commit is contained in:
2024-12-14 09:41:18 -07:00
parent 9afc7360b9
commit 2361796bbf
4 changed files with 8 additions and 64 deletions

View File

@ -5,7 +5,7 @@ namespace File_Folder_Helper.ADO2024.PI4;
internal static partial class Helper20241115
{
#if !BIORAD
#if BIORAD
internal static void ScanPast(string text, int[] i, string search)
{
@ -54,7 +54,7 @@ internal static partial class Helper20241115
string[] files = Directory.GetFiles(sourceDirectory, searchPattern, SearchOption.TopDirectoryOnly);
if (files.Length != 1)
logger.LogError("No files found in {sourceDirectory} with search pattern {searchPattern}", sourceDirectory, searchPattern);
logger.LogError("GetComplete is not available in CDE {args[1]}", args[1]);
logger.LogError("GetComplete is not available in BioRad {args[1]}", args[1]);
}
#endif