Skip to content

Merge pull request #59 from matyamod/progress_bar #89

Merge pull request #59 from matyamod/progress_bar

Merge pull request #59 from matyamod/progress_bar #89

Triggered via push February 15, 2025 14:43
Status Success
Total duration 1m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-test-
1m 38s
build-and-test-
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L9
Non-nullable field 'TocStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L10
Non-nullable field 'AESKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L11
Non-nullable field 'UCasPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L13
Non-nullable field 'ChunkIdsTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L14
Non-nullable field 'OffsetAndLengthsTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L15
Non-nullable field 'PerfectHashSeedsTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L16
Non-nullable field 'CompressionBlocksDataTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L18
Non-nullable field 'SigBlock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L20
Non-nullable field 'OrderedPaths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test-: UnrealReZen/Core/FIoUToc.cs#L21
Non-nullable field 'ChunksMeta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.