Describe the bug
Plugin does not load with ASF V6.3.5.1 / .NET 10. No log output for the plugin at all (neither "loaded" nor any error). The following error appears in the ASF log after startup:
Method not found: 'Void System.Net.WebProxy..ctor(System.String, Boolean)'
To Reproduce
- Install ASF V6.3.5.1 (Docker, linux-x64, .NET 10.0.7)
- Place ASFFreeGames.dll (v1.9.0 generic) into /app/plugins/ASFFreeGames/
- Restart ASF
- Plugin is completely absent from logs
Expected behavior
Plugin loads successfully and the freegames command works.
Screenshots
N/A
Desktop (please complete the following information):
- OS: Ubuntu 24.04.4 LTS (Docker container)
- ASF Version: V6.3.5.1
- .NET Version: 10.0.7
- Plugin Version: ASFFreeGames v1.9.0 generic
Smartphone
N/A
Additional context
The plugin appears in the Plugins tab of the ASF web UI but commands do not work and no games are claimed. Likely a .NET 10 compatibility issue with System.Net.WebProxy constructor.
Describe the bug
Plugin does not load with ASF V6.3.5.1 / .NET 10. No log output for the plugin at all (neither "loaded" nor any error). The following error appears in the ASF log after startup:
Method not found: 'Void System.Net.WebProxy..ctor(System.String, Boolean)'
To Reproduce
Expected behavior
Plugin loads successfully and the freegames command works.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone
N/A
Additional context
The plugin appears in the Plugins tab of the ASF web UI but commands do not work and no games are claimed. Likely a .NET 10 compatibility issue with System.Net.WebProxy constructor.