Skip to content

bump version

bump version #59

Triggered via push November 14, 2023 23:31
Status Success
Total duration 2m 29s
Artifacts

release.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/ViewModel/TranslationViewModel.cs#L101
Dereference of a possibly null reference.
build: SOTFEdit/ViewModel/TranslationViewModel.cs#L105
Dereference of a possibly null reference.