Last try at fixing release flow #5
Annotations
10 warnings
|
Build and publish single-file EXE:
Tnfsd.NET/FirewallManager.cs#L12
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
|
|
Build and publish single-file EXE:
Tnfsd.NET/FirewallManager.cs#L10
Converting null literal or possible null value to non-nullable type.
|
|
Build and publish single-file EXE:
Tnfsd.NET/FirewallManager.cs#L10
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
|
|
Build and publish single-file EXE:
Tnfsd.NET/FirewallManager.cs#L9
Converting null literal or possible null value to non-nullable type.
|
|
Build and publish single-file EXE:
Tnfsd.NET/MainForm.cs#L12
Non-nullable field 'menuExit' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and publish single-file EXE:
Tnfsd.NET/MainForm.cs#L12
Non-nullable field 'menuStopTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and publish single-file EXE:
Tnfsd.NET/MainForm.cs#L12
Non-nullable field 'menuStartTask' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and publish single-file EXE:
Tnfsd.NET/MainForm.cs#L12
Non-nullable field 'trayMenu' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and publish single-file EXE:
Tnfsd.NET/MainForm.cs#L12
Non-nullable field 'trayIcon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build and publish single-file EXE:
Tnfsd.NET/MainForm.cs#L12
Non-nullable field '_uiTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading