Reply To: UWP / Hololens build errors

NodeCanvas Forums Support UWP / Hololens build errors Reply To: UWP / Hololens build errors

#11967
rayfoundry
Participant

Thanks a lot for the fix version. I’m still getting build errors though.

Specifically:

Assets\ParadoxNotion\NodeCanvas\Framework\_Commons\Runtime\Serialization\Full Serializer\Internal\fsPortableReflection.cs(29,39): error CS1061: 'IEnumerable<TypeInfo>' does not contain a definition for 'Length' and no extension method 'Length' accepting a first argument of type 'IEnumerable<TypeInfo>' could be found (are you missing a using directive or an assembly reference?)

Assets\ParadoxNotion\NodeCanvas\Framework\_Commons\Runtime\Serialization\Full Serializer\Internal\fsPortableReflection.cs(30,21): error CS0021: Cannot apply indexing with [] to an expression of type 'IEnumerable<TypeInfo>'

Any idea how to resolve these?