This website requires JavaScript.
Explore
Help
Sign In
DrakiaXYZ
/
SPT-AKI-Installer
Watch
0
Star
0
Fork
0
You've already forked SPT-AKI-Installer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
SPT-AKI-Installer
/
SPTInstaller
/
GlobalUsings.cs
4 lines
75 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
Add global using directives and free space pre-check 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.
2023-07-12 08:32:57 +02:00
// Global using directives
apply format rules
2024-05-01 10:31:55 -04:00
Add global using directives and free space pre-check 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.
2023-07-12 08:32:57 +02:00
global
using
System
;
global
using
System.IO
;
Reference in New Issue
Copy Permalink