Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue when attribute has no constructor arguments
The generator is called even if the syntax tree is partially valid, such as when the constructor arguments for an assembly-level attribute is still not complete. In those cases, we'd fail and the generator would get disabled. Fixes #77
- Loading branch information