Benjamin Davis

Results 2 comments of Benjamin Davis

I am appending my own troubles with virtual environments to this open issue rather than create a new one. ### Environment - Pythonnet version: Self-built from commit ec65efe30dfb1249c31c42f56623936782db0fde 8/11/2021 -...

I should comment that a workaround for the issue is to defer applying the decorator and manually modify the annotations to remove the forward reference. ```python from dataclasses import dataclass...