Skip to content

Web app user experience is broken #456

Closed
@dseefeld

Description

@dseefeld

When doing a smoke test on the built source-build cli, the user experience for building a web app is broken.

Steps to repro:

dotnet new web
dotnet restore
dotnet build
dotnet run

The results of dotnet run are:

Using launch settings from /src/tarball-output/testing-smoke/C#_web/Properties/launchSettings.json...
It was not possible to find any compatible framework version
The specified framework 'Microsoft.AspNetCore.App', version '2.1.0-preview2-final' was not found.
  - Check application dependencies and target a framework version installed at:
      /src/tarball-output/testing-smoke/builtCli/
  - Installing .NET Core prerequisites might help resolve this problem:
      http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409
  - The .NET Core framework and SDK can be installed from:
      https://aka.ms/dotnet-download

This message seems to indicate that I need to download Microsoft.AspNetCore.App, but I don't see that it's available separately. It is only available if you download dotnet core.

There should be some way to acquire just the aspnet bits.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions