No entrypoint error though the .dll file is getting created #266
Replies: 2 comments 3 replies
-
@AshwinSridharan0410 what's the structure of your app? We recommend using Is your app a multi-project solution? If so, you should definitely use the |
Beta Was this translation helpful? Give feedback.
-
Thanks @sophiewigmore . It worked . I get this error:- |
Beta Was this translation helpful? Give feedback.
-
I am trying to build a dotnet azure functions app of .net6.
It is throwing me an error like this :-
no entrypoint [abc-Function.dll] found: stat /workspace/abc-Function.dll: no such file or directory
This is my .csproj file :-
The command that I used:- (I am building it using the dotnet-core buildpack)
pack build azure-functions --buildpack dotnet-core --path=.
Would like to know your views here @sophiewigmore @andymoe @nebhale @anthonydahanne @ryanmoran @eddumelendez
Beta Was this translation helpful? Give feedback.
All reactions