Merge pull request #113 from goaaats/feat/bc_support #520
Annotations
10 warnings
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L86
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L86
Non-nullable property 'MaterialPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L74
Non-nullable field 'StringOffsetToStringMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L74
Non-nullable property 'ShaderPack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L74
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable field 'StringOffsetToStringMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable property 'ShaderPack' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable property 'Textures' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Models/Materials/Material.cs#L60
Non-nullable property 'Parent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/Lumina/Text/SeStringBuilder.AppendLine.cs#L129
'SeString' is obsolete: 'Use ReadOnlySeString instead.'
|
Loading