Philipp Heenemann
d3767a0344
Global System and System.IO usages have been replaced with global usings in GlobalUsings.cs for improved code readability. Alongside, a FreeSpacePreCheck has been added in FreeSpacePreCheck.cs to ensure enough drive space is available before installation. This check was initially taking place in InitializationTask.cs which has been removed for better separation of concerns. The PreCheckViewModel visibility is now dependent on the success status of PreChecks, enhancing user experience.
3 lines
74 B
C#
3 lines
74 B
C#
// Global using directives
|
|
global using System;
|
|
global using System.IO; |