handzlikchris / handzlikchris/FastScriptReload

If same FQDN for type is defined in 2 assemblies - it'll cause compilation error

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
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

Research direction

No files, tests, or entry points are named. Reproduce the case with two assemblies defining the same fully qualified type, then trace how loaded library references are added to the hot-reloaded assembly. Done means this scenario no longer causes a compilation error.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp, unity
Domain
devtools, game-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.