Skip to content

Remove duped files (#26) #51

Remove duped files (#26)

Remove duped files (#26) #51

Triggered via push June 17, 2024 22:27
Status Success
Total duration 2m 20s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Maple2.File.IO/Crypto/Common/PackFileEntry.cs#L26
Nullability of reference types in type of parameter 'entry' of 'int PackFileEntry.CompareTo(PackFileEntry entry)' doesn't match implicitly implemented member 'int IComparable<PackFileEntry>.CompareTo(PackFileEntry? other)' (possibly because of nullability attributes).
build: Maple2.File.IO/Crypto/Common/PackFileEntry.cs#L14
Cannot convert null literal to non-nullable reference type.
build: Maple2.File.IO/Tok/XmlTypes/Vertex.cs#L7
Non-nullable field 'Vertex' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.