Skip to content

add solafite armor, increase bone amount in inv, update changelog, bu… #63

add solafite armor, increase bone amount in inv, update changelog, bu…

add solafite armor, increase bone amount in inv, update changelog, bu… #63

Triggered via push March 14, 2024 02:57
Status Success
Total duration 1m 48s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: 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: 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: 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: 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: ZoomControl/ZoomControl.cs#L73
Non-nullable field '_transformGroup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ZoomControl/ZoomControl.cs#L73
Non-nullable field '_transformGroup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: 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: 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: SOTFEdit/Model/Actors/ActorModifier.cs#L177
Possible null reference assignment.
build: SOTFEdit/ViewModel/TranslationViewModel.cs#L101
Dereference of a possibly null reference.