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

Support taking Visual Studio .sln and .csproj as input #81

Closed
ghost opened this issue Feb 3, 2023 · 2 comments
Closed

Support taking Visual Studio .sln and .csproj as input #81

ghost opened this issue Feb 3, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Feb 3, 2023

Most of the time, projects depending on each other. Processing each of them manually is very difficult because of circular dependency. It's better if we could process projects (.csproj) or a solution (.sln) directly as input.

@MichalStrehovsky
Copy link
Member

I think the tool you want is called .NET SDK.

Bflat doesn't define a build system and that's the point: #74

@MichalStrehovsky MichalStrehovsky closed this as not planned Won't fix, can't repro, duplicate, stale Feb 5, 2023
@xiaoyuvax
Copy link

Most of the time, projects depending on each other. Processing each of them manually is very difficult because of circular dependency. It's better if we could process projects (.csproj) or a solution (.sln) directly as input.

one solution is my tiny tool written for bflat: https://github.com/xiaoyuvax/bflata, which process .csproj and build with bflat

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

No branches or pull requests

2 participants