Skip to content

Update Builtin Tasks #7

Update Builtin Tasks

Update Builtin Tasks #7

Triggered via schedule July 20, 2026 00:21
Status Success
Total duration 2m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
update
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, peter-evans/create-pull-request@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
update: BuildMagic.Externals/BuildMagic.BuiltinTaskGenerator/AppSettings.cs#L34
Non-nullable property 'ParameterTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
update: BuildMagic.Externals/BuildMagic.BuiltinTaskGenerator/AppSettings.cs#L14
Non-nullable property 'DictionaryKeyTypes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
update: BuildMagic.Externals/BuildMagic.BuiltinTaskGenerator/UnityVersionDefineConstraintBuilder.cs#L240
Possible null reference argument for parameter 'rhs' in 'DefineConstraint DefineConstraint.operator |(DefineConstraint lhs, DefineConstraint rhs)'.
update: BuildMagic.Externals/Common/TypeUtils.cs#L79
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
update: BuildMagic.Externals/BuildMagic.BuiltinTaskGenerator/UnityVersionRange.cs#L25
Cannot convert null literal to non-nullable reference type.
update: BuildMagic.Externals/BuildMagic.BuiltinTaskGenerator/UnityApiAnalyzer.cs#L509
Nullability of reference types in type of parameter 'value' of 'void MSBuildLogger.Parameters.set' doesn't match implicitly implemented member 'void ILogger.Parameters.set' (possibly because of nullability attributes).
update: BuildMagic.Externals/BuildMagic.BuiltinTaskGenerator/AnalysisLibrary.cs#L36
Async-iterator 'AnalysisLibrary.LoadAllAsync(Func<UnityVersion, bool>, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed