Infragistics NuGet 피드

    Infragistics 라이선스가 있는 사용자가 라이선스가 있는 Ignite UI for Blazor 사용하고 NuGet 패키지 관리자를 통해 해당 애플리케이션에 추가할 수 있도록 비공개 NuGet 피드를 제공합니다.

    이 항목에는 다음 섹션이 포함되어 있습니다.

    • Visual Studio를 사용하여 Infragistics NuGet 피드 추가
    • NuGet CLI를 사용하여 Infragistics NuGet 피드 추가

    Adding with Visual Studio

    1 - Visual Studio에서 도구 → NuGet 패키지 관리자 → 패키지 관리자 설정을 선택합니다.

    2 -패키지 소스 섹션에서 대화 상자 오른쪽 상단에 있는 더하기 아이콘을 클릭하여 새 패키지 소스를 추가합니다.

    Click the **Update** button, and then click **OK** to close the dialog.
    

    [!Note] When adding a NuGet package from this source for the first time, you will be prompted for your Infragistics credentials.

    Adding with the NuGet CLI

    1 -최신 Nuget 실행 파일을 다운로드합니다. 선택한 폴더에 파일을 저장하도록 브라우저에 지시하십시오. 파일은 설치 프로그램이 아닙니다. 브라우저에서 직접 실행하면 아무 것도 표시되지 않습니다. 2 - 방금 다운로드한 nuget.exe 파일의 폴더 경로에서 명령 프롬프트를 엽니다. 3 - 다음 명령을 실행합니다.

    nuget sources add -name "Infragistics" -source "https://packages.infragistics.com/nuget/licensed" -username "your login email" -password "your password"
    

    [!Note] The password will be stored encrypted in the NuGet config file and can only be decrypted in the same user context as it was encrypted. The default location of the config file can be found here %AppData%\NuGet\NuGet.config