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 issue with string builder removing too much raw sln data on Unix platforms #58

Merged
merged 2 commits into from
Jul 12, 2023

Commits on Jul 11, 2023

  1. Fix issue with string builder removing too much raw sln data on Unix …

    …platforms
    
    The implementations incorrectly assume there are two trailing characters to ignore for the newline (i.e. "\r\n"), which is the case for Windows, however this is only a single character on Unix platorms ("\n").
    This fix uses Environment.NewLine.Length to determine how many trailing characters to ignore, depending on which platform is being used.
    tkrz committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4eebba3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. MvsSln 2.6.2. Public release.

    * FIXED: Fix issue with string builder removing too much raw sln data on Unix platforms.
                 Related issue: 3F#57
    tkrz committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e12a2a9 View commit details
    Browse the repository at this point in the history