[Correctness] Ambiguous error log output

Open Beginner friendly
#204 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
csharp, unity
Domain
tooling

Research direction

Start at Assets/Scripts/Editor/Compilation/DotnetExeCompilator.cs lines 137-176 and inspect the catch block around the compilation error path. Determine which exception cases can reach it and review the current file-removal guidance. Done means the editor log gives an appropriate guide for the actual failure instead of implying every error is caused by duplicated files.

Written by the indexing model from the issue text.

Description

https://github.com/handzlikchris/FastScriptReload/blob/51140b71d9e5df1de231b33ec20ee089b18bebec/Assets/Scripts/Editor/Compilation/DotnetExeCompilator.cs#L137-L176

this catch (Exception e) could contain various possibilities, it might not because of duplicated files.
but before checking what kind of Exception exactly it threw,
just logging out how to remove files , you need a better guide information

Dominant language
C#
Stars
2.2k
Forks
167
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from handzlikchris/FastScriptReload

All issues in handzlikchris/FastScriptReload

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.