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

Add support for certain files from .NET ecosystem #940

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

ForNeVeR
Copy link
Contributor

@ForNeVeR ForNeVeR commented Mar 29, 2024

  • Visual Studio solution file, .sln
  • .NET project files: .csproj, .fsproj, .vbproj
  • F# script files, .fsx
  • MSBuild files, .props (such as Directory.Build.props)

While working with the tool, I've also noted that it can sometimes break files if they include UTF-8 BOM (which is, while not mandatory, pretty common in .NET ecosystem). This is a separate issue #384, though.

@ForNeVeR ForNeVeR force-pushed the feature/new-extensions branch 2 times, most recently from 1bc281e to 33dceae Compare March 29, 2024 19:03
ForNeVeR and others added 2 commits April 8, 2024 18:12
- Visual Studio solution file, .sln
- .NET project files: .csproj, .fsproj, .vbproj
- F# script files, .fsx
- MSBuild files, .props (such as Directory.Build.props)
Signed-off-by: Carmen Bianca BAKKER <carmenbianca@fsfe.org>
@carmenbianca
Copy link
Member

Thanks @ForNeVeR for the patch! It looks great, merging this.

@carmenbianca carmenbianca merged commit d566aa9 into fsfe:main Apr 8, 2024
14 checks passed
@ForNeVeR ForNeVeR deleted the feature/new-extensions branch April 8, 2024 20:18
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.

2 participants