Delete SelfHost PackageReference
cellInstanceVersion.EdaConnection.PortNumber Convert before throwing the error CA1862 and GetWeekOfYear for WritePDSF Removed Open Insight API IFX Directory from Save dotnet_diagnostic Delete File if Exists yml ec fix net8.0
This commit is contained in:
@ -111,7 +111,7 @@ public class FileRead : Shared.FileRead, IFileRead
|
||||
|
||||
private void SaveIQSFile(string reportFullPath, DateTime dateTime, List<txt.Description> descriptions, Test[] tests)
|
||||
{
|
||||
if (!tests.Any())
|
||||
if (tests.Length == 0)
|
||||
_LastLines = string.Empty;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user