MetaFight

Results 4 issues of MetaFight

I've ported your project to netcore 2.0. I took the opportunity to upgrade your nunit to v3 as well. All tests seem to pass. I generated a new nuget package...

Hi. I'm currently working with a Tiled map composed of 6 Tile layers and rendering it with a `TiledMapRenderer`. One of my layers consists of destructible blocks which I remove...

Resolves #933 The `ArrayNodeDeserializer` delegates the deserialization of elements to the `CollectionNodeDeserializer.DeserializeHelper`. This, in turn, handles circular references by relying on the `IValuePromise.ValueAvailable` event to write all the resolved references...

https://github.com/aaubry/YamlDotNet/blob/23991bd3d22009f7478e9e5c3ac71b106a8da3b7/YamlDotNet/Serialization/NodeDeserializers/ArrayNodeDeserializer.cs#L48C13-L53C1 The `ArrayNodeDeserializer` leverages `CollectionNodeDeserializer.DeserializeHelper` to deserialize nodes, however, because it doesn't know the final size of the array being deserialized it uses an `ArrayList` as a temporary result bucket....