-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dotnet): use fully-qualified type names (#651)
Stop generating `using` statements for types referenced in a particular file, so as to avoid running into cases where a given type (leaf) name corresponds to a locally defined type as well as a dependent type, which breaks compilation as `dotnet` will resolve to the local type with higher priority than the `using` type. Fixes #650
- Loading branch information
1 parent
4945206
commit d32e2cd
Showing
152 changed files
with
309 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.