Steven Hangger
Steven Hangger
# CMake support CMake support for the main project has been done for a while, but some sample projects are excluded for some interop reasons. * cping * disas *...
I think the current version is ready for review, except for these excluded sample projects.
OK, I'll take it in the next one or two days.
@GitMensch I think you can refer to my [GitHub Action in another repo](https://github.com/LonghronShen/subconverter/blob/master/.github/workflows/build.yml) to see how to use the GitHub Actions to build for multiple environment at once, even for...
You can use **[vswhere](https://github.com/Microsoft/vswhere)** to find the right Visual Studio 2017+ installation folder. Usually, you can add **[vswhere NuGet package](https://www.nuget.org/packages/vswhere)** using nuget.exe to automatically download the latest tool.
I have made an experimental fork for supporting .NET Core RTM. See https://github.com/LonghronShen/RestBus Let's play with my port and see if we can merge it back to upstream.
@tenor Yeah, let's keep in touch to make it. I'm here all the weekend.
OK. In fact, I also have some questions about design detail, including a known bug. @tenor
@tenor, Thank you for your response! Here is my thoughts: > 1.I see use of Microsoft namespaces like in hostExtensions.cs where Microsoft.AspNetCore.Builder namespace replaced RestBus.AspNet namespace. > Did you run...
Yeah, currently you can try the current master branch. It needs more tests.