Simon MᶜKenzie

Results 31 comments of Simon MᶜKenzie

And one last failing case - `using` statements inside namespaces also aren't handled: ![screenshot of interface with invalid usings due to use of `using` _inside_ a namespace](https://github.com/user-attachments/assets/c32a8ab7-3300-4bfc-adce-1af384158068) ```csharp namespace RootNamespace...

I would be happy to work on a fix for this (removal of all "harvested" usings, fully qualify all type references) if you agree with the approach @ChristianSauer. I don't...

I will start on the change tomorrow @ChristianSauer. I expect the changes will cause conflicts with #58, so once one is merged, I will rebase the other.

I have created a PR for this change @ChristianSauer. Please tell me what you think. #60

This was my mistake 🤦‍♀️ - I should have passed in `genericOptions` when creating the `SymbolDisplayFormat` used for deduplication - I can have a look at this if you haven't...

Done. Note that this does not affect properties and events, since they can't be overloaded.

I've rebased PR #58 after the merge of #60 - this is still an issue.

Hi @ChristianSauer , This has not been fixed - it will be fixed when #58 is merged.

Hi @realbart, The fix for this was deployed in yesterday's release.

It would be great to see this merged - I'm looking at a 10 minute wait to restore packages for 50 projects using `npx nx g @nx-dotnet/core:restore`, compared to 3...