You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed instructions for encrypted password. This is not supported by .NET Core and Blazor is only used on .NET Core. Therefore these instructions will not work unless Microsoft adds support. If they do we can update the instructions at that time.
Copy file name to clipboardExpand all lines: installation/nuget.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,19 +24,6 @@ To add the Telerik private NuGet feed, follow the steps below:
24
24
1. Open a Command Prompt and change the path to where the `nuget.exe` is downloaded.
25
25
1. Execute the command from the example below.
26
26
27
-
### Store Encrypted Credentials
28
-
29
-
The command from the example below stores a token in the `%AppData%\NuGet\NuGet.config` file. Your original credentials cannot be obtained from this token.
30
-
31
-
>note If you are unable to connect to the feed by using encrypted credentials, try the alternative approach of storing credentials in clear text explained below. The ASP.NET Core tooling this step is based on does not fully support encrypted credentials.
32
-
33
-
>caption Store Encrypted Credentials for the Telerik NuGet feed
### Store Credentials in Clear Text for the Telerik NuGet feed
41
28
42
29
The command from the example below stores the password in clear text in the `%AppData%\NuGet\NuGet.config` file. If you are unable to connect to the feed using encrypted credentials, use this alternative approach.
The ASP.NET Core tooling does not fully support encrypted credentials.
61
51
62
52
### Nuget Config File
63
53
@@ -67,7 +57,7 @@ Make sure you are familiar with how such configurations work. The [Common NuGet
67
57
68
58
To use a `nuget.config` file for the Telerik feed, you need to:
69
59
70
-
1. Ensure you have the relevant config file. You can create a new one by via the [dotnet new command](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) by calling `dotnet new nugetconfig`.
60
+
1. Ensure you have the relevant config file: `%AppData%\NuGet\NuGet.Config`. You can create a new one by via the [dotnet new command](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new) by calling `dotnet new nugetconfig`.
71
61
72
62
2. Add the Telerik feed to it, and make sure to use plain-text credentials, because the .NET Core tooling does not fully support encypted credentials. Here is an example of how your config file can look like:
0 commit comments