-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration binding source generator throws ArgumentOutOfRangeException on macOS and Linux #89014
Comments
Tagging subscribers to this area: @dotnet/area-extensions-configuration Issue DetailsDescriptionWhen using the Configuration binding source generator to compile and test an application on Linux, macOS and Windows the application fails to compile on Linux and macOS. Exactly what is causing this I don't know, but I can reproduce it with three different repositories. Logs for one such example can be found here. My own computer runs Windows, so I didn't find this issue until I pushed my local changes which were working to GitHub and the CI ran. Reproduction Steps
Expected behaviorThe applications compile and the tests pass. Actual behaviorThe application fails to compile on macOS and Linux with the following exception:
Regression?No. Known WorkaroundsNone. Configuration.NET SDK 8.0.100-preview.6.23330.14 Other informationNo response
|
Could be related to #88918 |
Can you try the suggestion here #88918 (comment)? |
Still fails, but a slightly different error message:
|
Description
When using the Configuration binding source generator to compile and test an application on Linux, macOS and Windows the application fails to compile on Linux and macOS.
Exactly what is causing this I don't know, but I can reproduce it with three different repositories.
Logs for one such example can be found here.
My own computer runs Windows, so I didn't find this issue until I pushed my local changes which were working to GitHub and the CI ran.
Reproduction Steps
build.ps1
.Expected behavior
The applications compile and the tests pass.
Actual behavior
The application fails to compile on macOS and Linux with the following exception:
Regression?
No.
Known Workarounds
None.
Configuration
.NET SDK 8.0.100-preview.6.23330.14
Other information
No response
The text was updated successfully, but these errors were encountered: