-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Error in .Net Core 3 preview 6 with individual user accounts in Linux docker #11609
Copy link
Copy link
Closed
Labels
ExternalThis is an issue in a component not contained in this repository. It is open for tracking purposes.This is an issue in a component not contained in this repository. It is open for tracking purposes.area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesblockedThe work on this issue is blocked due to some dependencyThe work on this issue is blocked due to some dependencybugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Milestone
Metadata
Metadata
Assignees
Labels
ExternalThis is an issue in a component not contained in this repository. It is open for tracking purposes.This is an issue in a component not contained in this repository. It is open for tracking purposes.area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesblockedThe work on this issue is blocked due to some dependencyThe work on this issue is blocked due to some dependencybugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.
Type
Fields
Give feedbackNo fields configured for issues without a type.
From @Thananji on Wednesday, June 26, 2019 3:43:36 AM
I created a web application (Razor pages) in dot core 3.0 preview 6 with individual user accounts in-app selected and enabled the docker support for Linux.
When I run the application, I got the error "System.ArgumentException: 'The path must be absolute.'" in CreateHostBuilder(args).Build().Run() method of Program.cs.
Am I missing anything or Is it a bug? Is there any workaround for this?
Thanks in advance?
Copied from original issue: dotnet/installer#2644