In a ASP.NET 5 project Visual Studio creates a SLN
file. There is also a global.json
file which my understanding was the core solution file.
Is SLN
file just for VS support? Can you open a solution in VS without using SLN
file?
I assume non VS tooling ignores the SLN
file as it is folder based?
As far as I'm aware, the SLN
is a 100% Visual Studio Tooling concept.
You can still create applications, run/compile/publish them without this file. That's how Visual Studio Code does it and that's how you would do it in Sublime/Atom or any other editors.
UPDATE:
I've read reports that Visual Studio can open global.json
and project.json
file without their respective sln/xproj file present.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With