Skip to content

fix: Instance Type (#33) #30

fix: Instance Type (#33)

fix: Instance Type (#33) #30

Triggered via push September 5, 2024 01:37
Status Success
Total duration 5m 10s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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.
build: Maple2.File.IO/Tok/XmlTypes/Triangle.cs#L8
Non-nullable field 'Triangle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.File.IO/Tok/XmlTypes/Polygon.cs#L8
Non-nullable field 'Edges' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.File.IO/Tok/XmlTypes/OffMeshConnections.cs#L7
Non-nullable field 'EndPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.File.IO/Tok/XmlTypes/OffMeshConnections.cs#L9
Non-nullable field 'Connections' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.File.IO/Tok/XmlTypes/Mesh3D.cs#L10
Non-nullable field 'Vertices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.File.IO/Tok/XmlTypes/Mesh3D.cs#L12
Non-nullable field 'Triangles' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Maple2.File.IO/Tok/XmlTypes/Mesh.cs#L13
Non-nullable field 'Mesh3D' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
Failed to download action 'https://api.github.com/repos/actions/setup-dotnet/tarball/6bd8b7f7774af54e05809fcc5431931b3eb1ddee'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
build
Back off 12.531 seconds before retry.