barrett777 / Heroes.ReplayParser

A C# library for parsing Heroes of the Storm replay files (.StormReplay)
MIT License
223 stars 95 forks source link

Battelobby will now parse AI games #110

Closed koliva8245 closed 4 years ago

koliva8245 commented 4 years ago

Issue #109

koliva8245 commented 4 years ago

Oops. Actualy C# 8.0 is only available with dotnet core 3.0+ and .netstandard 2.1. To use it with an ealier version a nuget package would have to be downloaded. I'll change it back to the old switch statement.