area-Launcherenhancementgood first issue
仓库指标
- 星标
- (6,001 个星标)
- PR 合并指标
- (平均合并 10天 11小时) (30 天内合并 22 个 PR)
描述
Release Type: Official Release
Version: Xenko Launcher 3.0.1
Platform(s): Windows
Describe the bug Because Xenko Launcher doesn't check for disablePackageSources in NuGet.conf, if the xenko nuget packages are disabled, the xenko launcher will think it's offline and won't be able to connect to the internet to download the xenko builds from the internet
To Reproduce Steps to reproduce the behavior:
- open NuGet.config in %APPDATA%\NuGet\NuGet.config
- add these lines in configuration
<disabledPackageSources>
<add key="Xenko" value="true" />
<add key="Xenko Dev" value="true" />
</disabledPackageSources>
- The Xenko launcher cannot connect and download xenko builds
Expected behavior The launcher should check if the xenko package are disabled and automatically enable them, or ask the user the authorization to enable them
Screenshots
