Skip to content

Merge branch 'main' of https://github.com/RichStephens/Tnfsd.NET #1

Merge branch 'main' of https://github.com/RichStephens/Tnfsd.NET

Merge branch 'main' of https://github.com/RichStephens/Tnfsd.NET #1

Triggered via push November 7, 2025 16:39
Status Failure
Total duration 1m 24s
Artifacts

release.yml

on: push
Build and Publish Single EXE
1m 10s
Build and Publish Single EXE
Create GitHub Release
6s
Create GitHub Release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Create GitHub Release
Unable to download artifact(s): Artifact not found for name: Tnfsd.NET_Build Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact. For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
Build and Publish Single EXE
No files were found with the provided path: Tnfsd.NET/Tnfsd.NET/bin/Release/net8.0-windows/win-x64/publish/Tnfsd.NET.exe Tnfsd.NET/Tnfsd.NET/bin/Release/net8.0-windows/win-x64/publish/appsettings.json. No artifacts will be uploaded.
Build and Publish Single 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 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 EXE: Tnfsd.NET/FirewallManager.cs#L12
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
Build and Publish Single 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 EXE: Tnfsd.NET/FirewallManager.cs#L10
Converting null literal or possible null value to non-nullable type.
Build and Publish Single 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 EXE: Tnfsd.NET/FirewallManager.cs#L10
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
Build and Publish Single 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 EXE: Tnfsd.NET/FirewallManager.cs#L9
Converting null literal or possible null value to non-nullable type.
Build and Publish Single 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.