stride3d / stride3d/stride

[Launcher] Check for disabledPackageSources (in NuGet.config)

Open
#287 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-Launcher enhancement good first issue
Dominant language
C#
Stars
7.8k
Forks
1.2k
Avg merge
2d 17h
Merged PRs (30d)
49

Description

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:

  1. open NuGet.config in %APPDATA%\NuGet\NuGet.config
  2. add these lines in configuration
<disabledPackageSources>
    <add key="Xenko" value="true" />
    <add key="Xenko Dev" value="true" />
  </disabledPackageSources>
  1. 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
unknown

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Xenko Launcher’s connectivity and package-source handling, using %APPDATA%\NuGet\NuGet.config and the disabledPackageSources reproduction described here. Verify how disabled Xenko sources are treated, then confirm the launcher can download builds or clearly asks for authorization to re-enable them.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.