mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #709] Cleaned code and switched to .NET Framework 4.8 #1264
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/709
State: closed
Merged: No
Cleaned some code, changed the .NET Framework version from 4.0 to 4.8 (through Visual Studio).
PS: Directory.Create() only creates a folder if it doesn't already exist. If statements with Directory.Exist are therefore not necessary if a folder is to be created if it does not already exist. I did not find tests for Electron.NET. Please verify that it works with .NET Framework 4.8 as well.