Skip to content

Conversation

@belav
Copy link

@belav belav commented Jun 24, 2023

I'm looking at adding editorconfig support to CSharpier, but CSharpier currently uses System.IO.Abstractions.IFileSystem instead of System.IO directly, which will cause some pain with CSharpier's tests. Switching editorconfig-core-net to IFileSystem was pretty straightforward except that it doesn't support net45 or netstandard1.3.

I can switch this PR to use conditional compilation and get things working with net45 and netstandard1.3 if you still want to support them. But figured I'd submit it this way first and avoid doing that extra work if they are no longer needed.

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.

1 participant