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

Adding support for passing an IFileSystem when parsing an editorconfig #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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