Category "dotnetcorecli"

How to use ResourceOwnerPassword flow when using AddAccessTokenManagerment?

I am setting up auto access token management like this: services.AddAccessTokenManagement(options => { options.Client.Clients.Add

How to fix "Segmentation fault (core dumped)" when creating new dotnet project?

I am following https://dotnet.microsoft.com/learn/dotnet/hello-world-tutorial/create When I try to create a project, I get the following: oskar@oskarslaptop:~/P