-
Notifications
You must be signed in to change notification settings - Fork 494
Open
@jamesbascle
Description
Describe the bug
Despite now supporting the Executable Assembly project types, in which a console app is responsible for hooking itself up to the lambda event pump, the tool still requires a path to an application folder with a .deps.json file in it.
Expected Behavior
To not need a .deps.json file when running an Executable Assembly style project.
Current Behavior
Fails to start, claiming a need for a .deps.json file.
Reproduction Steps
Run the test tool executable.
Possible Solution
Either add a flag to enable the use case of Executable Assemblies without requiring a path to the .deps.json file, or simply allow that to be the new default mode.
Additional Information/Context
No response
AWS .NET SDK and/or Package version used
dotnet-lambda-test-tool-6.0.exe
Targeted .NET Platform
.NET 6
Operating System and version
Windows 10, Windows 11