Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension debug fails --attach on aspnet3.0 - net5.0 with services.AddAuthentication() declared #19

Open
ghost opened this issue Feb 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Feb 17, 2021

Extension locks up / does not show anything in Debug pane after this breakpoint:

public ConfigureServices() {
    services.AddAuthentication();    // wont launch dotnet web server or output to debug pane if service is present
}

Environment data

dotnet --info output: net5.0
VS Code version: latest
C# Extension version: 1.23.9

Using vscodium with latest extension installed.

OmniSharp log

Nothing logged to Output => Omnisharp Extension

@muhammadsammy muhammadsammy added the bug Something isn't working label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant