Azure / Azure/azure-functions-host

Improve error message when #r is missing the ".dll"

Open
#2,191 1 comment 0 reactions 1 assignee Claimed by @fabiocav View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.