Azure / Azure/azure-functions-host
Improve error message when #r is missing the ".dll"
Open
2.x
enhancement
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Today, if you have `#r foo`, we fail with:
error CS0006: Metadata file 'foo' could not be found
We should instead detect the situation and fail with e.g.
Private reference assemblies must include the extension. Please use "#r using foo.dll" instead
Contributor guide
Assessment
This issue has not been assessed yet.