mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #709] [CLOSED] Cleaned code and switched to .NET Framework 4.8 #1261
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?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/709
Author: @onionware-github
Created: 7/9/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
db27ff8Cleaned code and switched to .NET Framework 4.8📊 Changes
8 files changed (+102 additions, -143 deletions)
View changed files
📝
ElectronNET.CLI/Commands/Actions/DeployEmbeddedElectronFiles.cs(+8 -8)📝
ElectronNET.CLI/Commands/Actions/DirectoryCopy.cs(+11 -31)📝
ElectronNET.CLI/Commands/BuildCommand.cs(+3 -6)📝
ElectronNET.CLI/Commands/StartElectronCommand.cs(+5 -16)📝
ElectronNET.CLI/EmbeddedFileHelper.cs(+14 -20)📝
ElectronNET.CLI/ProcessHelper.cs(+44 -54)📝
ElectronNET.CLI/Program.cs(+2 -8)➕
ElectronNET.Host/Web.config(+15 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.