Migrate desktop app to Avalonia and publish cross-platform releases
Build and Release / Publish Windows, Linux and macOS (push) Successful in 3m7s
Build and Release / Publish Windows, Linux and macOS (push) Successful in 3m7s
This commit is contained in:
@@ -71,10 +71,10 @@ namespace kcsj.Services
|
||||
return result;
|
||||
}
|
||||
|
||||
CheckKnownPoints(knownPoints, result);
|
||||
CheckObservations(observations, result);
|
||||
CheckNetwork(knownPoints, observations, result);
|
||||
CheckRedundancy(knownPoints, observations, result);
|
||||
CheckKnownPoints(knownPoints!, result);
|
||||
CheckObservations(observations!, result);
|
||||
CheckNetwork(knownPoints!, observations!, result);
|
||||
CheckRedundancy(knownPoints!, observations!, result);
|
||||
|
||||
return result;
|
||||
}
|
||||
@@ -293,4 +293,4 @@ namespace kcsj.Services
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user