Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JiuLing-zhang committed Sep 25, 2024
1 parent d2f8af2 commit 214e8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ComputerLock/Configuration/AppBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal class AppBase
/// <summary>
/// App路径(包含文件名)
/// </summary>
public static string ExecutablePath { get; } = Process.GetCurrentProcess().MainModule.FileName;
public static string ExecutablePath { get; } = Process.GetCurrentProcess().MainModule.FileName;

Check warning on line 10 in src/ComputerLock/Configuration/AppBase.cs

View workflow job for this annotation

GitHub Actions / build

Dereference of a possibly null reference.

public static string FriendlyName { get; } = AppDomain.CurrentDomain.FriendlyName;

Expand Down

0 comments on commit 214e8ed

Please sign in to comment.