ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 363 forks source link

Cannot bind System.Diagnostics.Stopwatch #583

Closed nexxogen closed 5 years ago

nexxogen commented 5 years ago

Trying to bind the Stopwatch class of the .NET framework results in the following exception:

ZenjectException: Assert Hit! Tried to create type 'Stopwatch' but could not find type information

All required code is in the attached package.

StopwatchTest.zip

svermeulen commented 5 years ago

Fixed. Thanks for letting me know