handzlikchris / handzlikchris/FastScriptReload
If same FQDN for type is defined in 2 assemblies - it'll cause compilation error
Open
bug
- Dominant language
- C#
- Stars
- 2.2k
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
Currently all loaded libs references are added to new hot reloaded assembly.
If user has
AsmA.dll
SomeNamespace.SomeType
and
AsmB.dll
SomeNamespace.SomeType
Then they'll clash on hot reload
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.