samhowes
samhowes
Happy to work on this! I've had some life changes and a new job recently so I won't be as active as I have been before for a bit. I'll...
> We'd like developers to be able to regenerate their bazel build without knowing anything about bazel. @hsyed-dojo This has been precisely my focus over in [rules_msbuild](https://github.com/samhowes/rules_msbuild). I'm still polishing...
Thanks for the tag @purkhusid! rules_msbuild is almost ready for primetime. I started developing it mostly for `dotnet build` parity and with out of the box ide integration in mind....
Just a small remark on the first comment there with msbuild being equivalent to bazel: For many of the features of MSBuild I think it is appropriate to think of...
@purkhusid flattered to have your attention! I would definitely be open to contributing my work back into `rules_dotnet` in here, and that was my original intention. I moved to a...
I've done some thinking on this topic over in @rules_msbuild, thought I'd share what I've learned: Bazel brings a unique challenge to the table for using Directory.Packages.props: NuGet packages have...
@purkhusid Interesting to hear that youv'e found packet easier to work with compared to others tools, I haven't checked it out yet, but I think I will now! Just want...
Do you mean https://github.com/samhowes/rules_msbuild?
There is actually, I have changed my production version to use a MemoryCache in System.Runtime.Caching. You can use a memory cache just like a dictionary, but when you add an...
I'm glad to hear it is working well for you! There haven't been any core improvements related to the mechanics of Flowjs. In my production version I use authentication to...