Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 14 forks source link

Fix bug where GetTextResources failed if localtest is started with dotnet run #55

Closed tjololo closed 11 months ago

tjololo commented 1 year ago

Description

Localtest would fail to locate textresources if started with dotnet run

Verification

Documentation

ivarne commented 11 months ago

Looks good!

It works fine with dotnet run, but the issue is when you run with LocalPlatformSettings.LocalAppMode == "file". For historical reasons that is the default when running outside of docker.