Closed hardealy closed 2 weeks ago
Have you updated to Lumina.Excel 7.1.0?
yes. The nuget library version has been updated to Lumina 5.2.1 Lumina.Excel 7.1.0
I see the error; please use .ValueNullable instead of .Value .Value will throw an exception if the RowRef points to an invalid row.
thank you. I was able to implement the desired functionality using .ValueNullable
I apologize if the English is strange as I am using machine translation.
Executing the following code will result in an error on the last line.
System.InvalidOperationException: 'Operation is not valid due to the current state of the object.'
When I looked into the contents of
recipe.Ingredient
, I found thatrecipe.Ingredient[7].ValueNullable
was null. Apparently, a recipe that uses only one type of crystal and one type of Ingredient is incorrect.