asdf-dotnet-core icon indicating copy to clipboard operation
asdf-dotnet-core copied to clipboard

✨ .Net Core plugin for asdf version manager

Results 11 asdf-dotnet-core issues
Sort by recently updated
recently updated
newest added

To get the OmniSharp (from C# extension) on vscode to run I've also needed to set `export MSBuildSDKsPath=~/.asdf/installs/dotnet-core/3.1.409/sdk/3.1.409/Sdks` would be nice to have this on `set-dotnet-home.zsh`. My bash skills does...

even though the path is set to `~/.asdf/shims/dotnet`, Rider says it cannot find the dotnet sdk. I don't know if this is something that others have encountered and if its...

I am using asdf and dotnet-core with GitLab Runner and am having issues with the `set-dotnet-home.bash` script. I have added it to the `.bashrc` file of the Docker image being...

Hello. I was trying to compile identity server ( https://github.com/DuendeSoftware/IdentityServer ) but it requires both SDK 5.0 and 3.1.0 to be available, I installed them both with asdf and set...

Reference: https://docs.microsoft.com/en-us/dotnet/core/tools/enable-tab-autocomplete

rm will change value $? of dotnet-install.sh in previous implementation

The command `asdf list-all dotnet-core` was not working due to inexistence of argument `-r` on `tail` command. Also improves readability of the code.

Running `asdf install dotnet-core latest` produces a "Could not find `.NET Core SDK` with version = 8.0.201" error. ``` ❯ asdf install dotnet-core latest Downloading the CLI installer Installing the...

Use exec-env [1] to set DOTNET_ROOT. Proposed following a discussion with the maintainer of rtx [2]. 1: https://asdf-vm.com/plugins/create.html#bin-exec-env 2: https://github.com/jdxcode/rtx/issues/435