add solafite armor, increase bone amount in inv, update changelog, bu… #63
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build project:
SOTFEdit.Companion.Shared/Messages/CompanionAddPoiMessage.cs#L9
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
SOTFEdit.Companion.Shared/Messages/CompanionAddPoiMessage.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
SOTFEdit.Companion.Shared/Messages/CompanionAddPoiMessage.cs#L15
Non-nullable property 'Screenshot' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
SOTFEdit.Companion.Shared/Messages/CompanionPosCollectionMessage.cs#L9
Non-nullable property 'Positions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build project:
ZoomControl/ZoomControl.cs#L73
Non-nullable field '_transformGroup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build project:
ZoomControl/ZoomControl.cs#L73
Non-nullable field '_transformGroup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Build project:
SOTFEdit/Infrastructure/NaturalStringComparator.cs#L25
Nullability of reference types in type of parameter 'x' of 'int NaturalStringComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
Build project:
SOTFEdit/Infrastructure/NaturalStringComparator.cs#L25
Nullability of reference types in type of parameter 'y' of 'int NaturalStringComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
|
Build project:
SOTFEdit/Model/Actors/ActorModifier.cs#L177
Possible null reference assignment.
|
Build project:
SOTFEdit/ViewModel/TranslationViewModel.cs#L101
Dereference of a possibly null reference.
|
Loading