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

Fixed CsvOutputFormatter bug where a return type was not IEnumerable<T> but is … #204

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 7, 2020

  1. Fixed bug where a return type which implements IEnumerable<T> but is …

    …not itself generic (or perhaps not [generic]<T>) would fail when UseSingleLineHeaderInCsv was true.
    preeder committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    8e32734 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. version update

    preeder committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    f71f8f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    250c49d View commit details
    Browse the repository at this point in the history