Skip to content

Pack file compression fixes #625

Pack file compression fixes

Pack file compression fixes #625

Triggered via pull request January 11, 2026 09:54
Status Failure
Total duration 3m 9s
Artifacts

pr-test.yml

on: pull_request
build-and-test
3m 6s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-and-test
Process completed with exit code 1.
build-and-test: Shared/SharedCore/ToolCreation/EditorInfoBuilder.cs#L32
Non-nullable field '_instance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L52
Cannot convert null literal to non-nullable reference type.
build-and-test: Shared/SharedCore/Events/Global/OpenEditorCommand.cs#L43
Possible null reference argument for parameter 'packFile' in 'Window IEditorCreator.CreateWindow(PackFile packFile, EditorEnums? preferedEditor = null)'.
build-and-test: Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
build-and-test: Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
build-and-test: Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
build-and-test: Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
build-and-test: Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
build-and-test: Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L82
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredService<T>(IEditorInterface)' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredService<T>(IEditorInterface)'. Consider using an explicit interface implementation instead.
build-and-test: Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L103
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredServiceRootScope<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredServiceRootScope<T>()'. Consider using an explicit interface implementation instead.