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

feat: Detect CSharp, FSharp and Visual Basic projects #1234

Merged
merged 2 commits into from
Aug 15, 2024

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

The PR extends the GetProjectDirectory(string) method. In addition to detecting C# project files, the method now also detects F# and Visual Basic project files.

Why is it important?

Developers using F# or Visual Basic were not able to use this method.

Related issues

@HofmeisterAn HofmeisterAn added the enhancement New feature or request label Aug 14, 2024
Copy link

netlify bot commented Aug 14, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit db73766
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/66bcff8b438ee80008a76fc6
😎 Deploy Preview https://deploy-preview-1234--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn merged commit 87184e3 into develop Aug 15, 2024
14 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/search-for-fsproj-vbproj branch August 15, 2024 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: GetProjectDirectory() throws an error in F# projects
1 participant