Skip to content

fix issues with deleting actors, and fix issues with ImGui.Text limits #50

fix issues with deleting actors, and fix issues with ImGui.Text limits

fix issues with deleting actors, and fix issues with ImGui.Text limits #50

Triggered via push November 7, 2023 15:21
Status Success
Total duration 1m 14s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: SARC/SARC.cs#L125
Possible null reference return.
build: Fushigi.Byml/Byml.cs#L55
Non-nullable field 'Root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Fushigi.Byml/BymlWriter.cs#L213
Dereference of a possibly null reference.
build: Fushigi/util/DictionaryExtensions.cs#L11
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build: Fushigi/course/CourseRail.cs#L419
Dereference of a possibly null reference.
build: Fushigi/course/CourseRail.cs#L421
Dereference of a possibly null reference.
build: Fushigi/course/CourseRail.cs#L422
Dereference of a possibly null reference.
build: Fushigi/course/CourseRail.cs#L352
Possible null reference return.
build: Fushigi/course/CourseUnit.cs#L30
Converting null literal or possible null value to non-nullable type.
build: Fushigi/course/CourseUnit.cs#L32
Dereference of a possibly null reference.