This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
Implementing an existing internal function as public leads to compilation step error #1438
Labels
bug
Something isn't working
Describe the bug
The following code fails on executing the "Functor Generation" compilation step when running
dotnet build
once, then succeeds when runningdotnet build
twice. It should probably fail. The error only happens when the project that contains the code is included as project reference to another project.To Reproduce
Call
dotnet build
in theTest
directory.Expected behavior
Should not fail. An internal declaration in a referenced project/package should not interfere with a public declaration in the referencing project. (see comment)
System information
The text was updated successfully, but these errors were encountered: