Skip to content

Adding a small fix to the commandline in the summary as it persisted … #2

Adding a small fix to the commandline in the summary as it persisted …

Adding a small fix to the commandline in the summary as it persisted … #2

Triggered via push January 6, 2025 20:13
Status Success
Total duration 1m 46s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: WhoYouCalling/Network/ConnectionRecord .cs#L13
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: WhoYouCalling/Network/DNS/DNSQuery.cs#L10
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: WhoYouCalling/Network/DNS/DNSResponse.cs#L13
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: WhoYouCalling/Network/DNS/DNSResponseResult.cs#L11
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: WhoYouCalling/ETW/Listener.cs#L7
Non-nullable field '_session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: WhoYouCalling/Utilities/Arguments/ArgumentData.cs#L43
Non-nullable property 'ProcessesNamesToMonitor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WhoYouCalling/Utilities/Arguments/ArgumentData.cs#L43
Non-nullable property 'ExecutablePath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: WhoYouCalling/Network/FPC/BasePacketCapture.cs#L9
Non-nullable field '_captureFileWriterDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: WhoYouCalling/Network/FPC/BasePacketCapture.cs#L10
Non-nullable field '_captureDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: WhoYouCalling/Process/ChildProcessInfo.cs#L7
Non-nullable property 'ProcessName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.