Where to start to build ServiceStack.Core on Mac

I want to know more about the source code and understand the structure.
Using VS for Mac how can I build ServiceStack I try with ServiceStack.Core.Sln with no success.
I see the build folder but only .bat file.

Is there a quick reference where to start ?

The projects are now multi targeted so building ServiceStack.sln will build both .NET v4.5 and.NET Stanard builds. But we only support building on Windows, which can either be built with VS.NET, Rider or MSBuild.exe on the command line.

1 Like