mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
getName function is deprecated #425
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?
Originally created by @OmiCron07 on GitHub (Dec 12, 2019).
Originally assigned to: @GregorBiswanger on GitHub.
.Net Core 3.1
When using
Electron.App.GetNameAsync(), there is a message into the console :(electron) 'getName function' is deprecated and will be removed. Please use 'name property' instead..@icemaniceman commented on GitHub (Feb 12, 2020):
Have you solve this problem yet?
@OmiCron07 commented on GitHub (Feb 12, 2020):
No, I'm just waiting because my project is on hold.
@GregorBiswanger commented on GitHub (Apr 18, 2020):
Changed App.GetNameAsync and App.SetNameAsync to App.Name Property for Electron.NET Version 8.31.1.