Skip to content

Replace crlf with Environment.Newline#1752

Merged
jzabroski merged 1 commit into
mainfrom
feature/issue-1751-test-newlines
Mar 20, 2024
Merged

Replace crlf with Environment.Newline#1752
jzabroski merged 1 commit into
mainfrom
feature/issue-1751-test-newlines

Conversation

@schambers
Copy link
Copy Markdown
Member

@schambers schambers commented Mar 20, 2024

Not all locations in FluentMigrator.Runner were properly using Environment.Newline. This was causing tests to fail on osx.

This also includes more Category annotations that can be ignored when running tests on Mono. These failures are likely due to unicode character encoding and Shouldly not able to properly compare strings

Fixes #1751

…tforms, add additional tests to not working on Mono
@jzabroski
Copy link
Copy Markdown
Collaborator

@schambers This PR is marked as a draft, but it looks like all the tests passed. Are there additional places its failing on Mono not visible here in the Checks tab?

@schambers
Copy link
Copy Markdown
Member Author

@jzabroski I was just waiting until today to mark it as good. Everything should be good with this. I'll mark it as ready

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.

Tests failing on M1 Mac due to newline character comparison

2 participants