Skip to content

fix: Instance Type

fix: Instance Type #64

Triggered via pull request September 5, 2024 01:06
Status Success
Total duration 5m 23s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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 adding the 'required' modifier or declaring the field as nullable.