Skip to content

revert dictionary optimization #27

revert dictionary optimization

revert dictionary optimization #27

Triggered via push November 6, 2023 19:30
Status Success
Total duration 1m 19s
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/BymlArrayNode.cs#L13
Non-nullable field 'Array' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/param/ParamDB.cs#L51
Dereference of a possibly null reference.
build: Fushigi/param/ParamLoader.cs#L16
Dereference of a possibly null reference.
build: Fushigi/param/ParamLoader.cs#L23
Nullability of reference types in value of type 'KeyValuePair<string, JsonNode?>' doesn't match target type 'KeyValuePair<string, JsonNode>'.
build: Fushigi/param/ParamLoader.cs#L28
Converting null literal or possible null value to non-nullable type.
build: Fushigi/param/ParamLoader.cs#L28
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.