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 / 3182 - Non generic enumerate exception #3183

Merged

Conversation

KieranBond
Copy link
Contributor

@KieranBond KieranBond commented May 8, 2024

  • add fix to use type in enumerate

I wasn't sure what to add unit-test-wise, and most of the tests failed for me locally, so I didn't add any.

Resolves #3182

@KieranBond KieranBond marked this pull request as ready for review May 8, 2024 15:30
@jeremydmiller jeremydmiller merged commit 62fce1b into JasperFx:master May 8, 2024
11 checks passed
@KieranBond KieranBond deleted the fix/3182-non-generic-enumerate branch May 8, 2024 20:46
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.

Calling MartenLinqQueryable.GetEnumerator() results in a NotSupportedException being thrown
2 participants