Skip to content

Parse Item Merge Option #60

Parse Item Merge Option

Parse Item Merge Option #60

Triggered via pull request August 8, 2024 21:10
Status Success
Total duration 5m 29s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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.