[PR #709] Cleaned code and switched to .NET Framework 4.8 #1264

Open
opened 2026-01-29 16:59:04 +00:00 by claunia · 0 comments
Owner

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.

**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.
claunia added the pull-request label 2026-01-29 16:59:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1264