Skip to content

bump to 1.5.0

bump to 1.5.0 #27

Triggered via push June 30, 2024 12:35
Status Success
Total duration 1m 53s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
publish: DAT1/DSAR.cs#L33
Nullability of reference types in type of parameter 'x' of 'int BlockHeaderComparer.Compare(BlockHeader x, BlockHeader y)' doesn't match implicitly implemented member 'int IComparer<BlockHeader>.Compare(BlockHeader? x, BlockHeader? y)' (possibly because of nullability attributes).
publish: DAT1/DSAR.cs#L33
Nullability of reference types in type of parameter 'y' of 'int BlockHeaderComparer.Compare(BlockHeader x, BlockHeader y)' doesn't match implicitly implemented member 'int IComparer<BlockHeader>.Compare(BlockHeader? x, BlockHeader? y)' (possibly because of nullability attributes).
publish: DAT1/DAT1.cs#L36
Possible null reference return.
publish: DAT1/DAT1.cs#L162
Cannot convert null literal to non-nullable reference type.
publish: DAT1/DAT1.cs#L163
Cannot convert null literal to non-nullable reference type.
publish: DAT1/DAT1.cs#L39
Non-nullable field 'strings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: DAT1/DAT1.cs#L41
Non-nullable field 'strings' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish: DAT1/Helpers/LocalizationHelper.cs#L36
Possible null reference return.
publish: DAT1/Files/Localization.cs#L51
Possible null reference return.
publish: DAT1/Files/Localization.cs#L54
Possible null reference return.