Skip to content
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

Fix edge case where passed in configuration doesn't exist in app path. #586

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

CartBlanche
Copy link
Collaborator

@CartBlanche CartBlanche commented Jul 19, 2024

Without this check we get a Sequence contains no elements error and the next Linq block blows up.

Fixes : WildernessLabs/Meadow_Issues#751

@adrianstevens adrianstevens merged commit 1c15780 into develop Jul 23, 2024
1 check passed
@adrianstevens adrianstevens deleted the dominique-FixTrimApplicationEdgeCase branch July 23, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing invalid Configuration to TrimApplication causes crash with “Sequence contains no elements” error.
2 participants