Skip to content

Merge branch 'main' of https://github.com/matigramirez/Parsec #18

Merge branch 'main' of https://github.com/matigramirez/Parsec

Merge branch 'main' of https://github.com/matigramirez/Parsec #18

Triggered via push November 3, 2023 17:08
Status Success
Total duration 1m 57s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L45
Cannot convert null literal to non-nullable reference type.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L59
Cannot convert null literal to non-nullable reference type.
build: src/Parsec/Shaiya/Data/Sah.cs#L22
Non-nullable property 'RootDirectory' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L10
Non-nullable field '_path' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Parsec/Shaiya/Data/DataBuilder.cs#L15
Non-nullable field '_safWriter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Parsec/Shaiya/Data/Sah.cs#L125
Dereference of a possibly null reference.
build: src/Parsec/Shaiya/Wld/Wld.cs#L23
Non-nullable property 'Heightmap' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Parsec/Shaiya/Wld/Wld.cs#L28
Non-nullable property 'TextureMap' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Parsec/Shaiya/NpcQuest/NpcQuest.cs#L97
Possible null reference argument for parameter 'bytes' in 'void SBinaryWriter.Write(byte[] bytes)'.
build: src/Parsec/Extensions/TypeExtensions.cs#L12
Possible null reference argument for parameter 'type' in 'IEnumerable<Type> TypeExtensions.GetBaseClassesAndInterfaces(Type type)'.