#pragma warning disable ...
#pragma warning restore ...
This commit is contained in:
@ -21,6 +21,8 @@ namespace Adaptation.FileHandlers.MET08THFTIRQS408M;
|
||||
public class FileRead : Shared.FileRead, IFileRead
|
||||
{
|
||||
|
||||
#pragma warning disable CA1847
|
||||
|
||||
private readonly Timer _Timer;
|
||||
private int _LastDummyRunIndex;
|
||||
private readonly string _IqsFile;
|
||||
@ -166,7 +168,7 @@ public class FileRead : Shared.FileRead, IFileRead
|
||||
|
||||
void IFileRead.Callback(object state) => Callback(state);
|
||||
|
||||
protected List<Stratus.Description> GetDescriptions(JsonElement[] jsonElements)
|
||||
protected static List<Stratus.Description> GetDescriptions(JsonElement[] jsonElements)
|
||||
{
|
||||
List<Stratus.Description> results = new();
|
||||
Stratus.Description description;
|
||||
|
Reference in New Issue
Block a user