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

CsvOutputFormatter only works for IEnumerable objects #201

Open
twsouthwick opened this issue Apr 2, 2020 · 1 comment
Open

CsvOutputFormatter only works for IEnumerable objects #201

twsouthwick opened this issue Apr 2, 2020 · 1 comment
Labels

Comments

@twsouthwick
Copy link

Looks like there is a check for if a result is IEnumerable while determining if the formatter applies. Is there a reason to require this? Can it just output an item in a single list?

@preeder
Copy link

preeder commented Apr 10, 2020

This might be related to my pull request, which allows non-IEnumerable results to still produce a header row. See #204

@damienbod damienbod added the CSV label Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants