from upstream: Fix/convert issue with culture info #14
Annotations
10 warnings
BAKKA_Editor/ViewLocator.cs#L23
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
|
BAKKA_Editor/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
|
BAKKA_Editor/Operations/NoteOperation.cs#L118
Cannot convert null literal to non-nullable reference type.
|
BAKKA_Editor/PlatformUtils.cs#L48
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
BAKKA_Editor/Operations/NoteOperation.cs#L131
Non-nullable field 'prevNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
BAKKA_Editor/Operations/NoteOperation.cs#L131
Non-nullable field 'nextNote' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
BAKKA_Editor/SoundEngines/DummyBakkaSoundEngine.cs#L9
Possible null reference return.
|
BAKKA_Editor/SoundEngines/DummyBakkaSoundEngine.cs#L14
Possible null reference return.
|
BAKKA_Editor/SkCircleView.cs#L63
Non-nullable field 'canvas' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
BAKKA_Editor/Chart.cs#L38
Non-nullable property 'TimeEvents' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading