Skip to content

WolvenKit-Nightly

WolvenKit-Nightly #990

Triggered via schedule November 5, 2024 12:05
Status Success
Total duration 7m 11s
Artifacts

nightly.yml

on: schedule
Check latest commit
8s
Check latest commit
nightly-wkit-win
6m 41s
nightly-wkit-win
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
nightly-wkit-win
The following actions use a deprecated Node.js version and will be forced to run on node20: rfuzzo/github-tag-action@7b0316b3fb8aa236fdc20bee0614ea6ef99f4bf1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
nightly-wkit-win: WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L167
Nullability of reference types in type of parameter 'item' of 'int CArrayBase<T>.Add(object item)' doesn't match implicitly implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
nightly-wkit-win: WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L225
Nullability of reference types in type of parameter 'value' of 'bool CArrayBase<T>.Contains(object value)' doesn't match implicitly implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
nightly-wkit-win: WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L227
Nullability of reference types in type of parameter 'value' of 'int CArrayBase<T>.IndexOf(object value)' doesn't match implicitly implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
nightly-wkit-win: WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L229
Nullability of reference types in type of parameter 'value' of 'void CArrayBase<T>.Insert(int index, object value)' doesn't match implicitly implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
nightly-wkit-win: WolvenKit.RED4/Types/ClassesExt/Properties/characterCreationNavigationBtn.cs#L6
'characterCreationNavigationBtn.SupportsHoldInput' hides inherited member 'inkDiscreteNavigationController.SupportsHoldInput'. Use the new keyword if hiding was intended.
nightly-wkit-win: WolvenKit.RED4/Types/ClassesExt/Properties/inkWidget/inkButtonController.cs#L6
'inkButtonController.ShouldUpdateScrollController' hides inherited member 'inkDiscreteNavigationController.ShouldUpdateScrollController'. Use the new keyword if hiding was intended.
nightly-wkit-win: WolvenKit.RED4/Types/ClassesExt/Properties/inkWidget/inkButtonController.cs#L13
'inkButtonController.IsNavigalbe' hides inherited member 'inkDiscreteNavigationController.IsNavigalbe'. Use the new keyword if hiding was intended.
nightly-wkit-win: WolvenKit.RED4/Types/Classes/forklift.cs#L5
The type name 'forklift' only contains lower-cased ascii characters. Such names may become reserved for the language.
nightly-wkit-win: WolvenKit.RED4/Types/Classes/worldPrefabNode.cs#L129
'worldPrefabNode.ProxyScale' hides inherited member 'worldNode.ProxyScale'. Use the new keyword if hiding was intended.
nightly-wkit-win: WolvenKit.RED4/Types/Primitives/CArrayBase.cs#L162
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.this[int index].set' (possibly because of nullability attributes).