Dave Glick
Dave Glick
Outercurve?
@wexman Parsing MSBuild project files is actually very complicated. Also note that project files are more a function of MSBuild than the C# language. Between the different types of projects,...
I agree, this would be great. There's already several argument validation frameworks - I wonder if any of them have source-only NuGet packages...
It just so happens that I know a static site generator that is designed specifically to handle complex code-based scenarios like this. I also know the maintainer of said generator...
> I really enjoy the benefits that Jekyll gives us right now Totally understandable. Maybe I'll put together a little PoC so you can see what I'm thinking. No pressure,...
Here's a thought... It seems reasonable that multiple repos for a given project may need different tags. I.e., one project has a low-level C hardware interface in one repo and...
> looking at azure functions project, I realized those rely heavily on custom build steps This is the key. Buildalyzer runs MSBuild (I.e. `dotnet build`) while instrumenting the build with...
In theory Razor component support should be possible since we're using the "official" Razor engine with all the bells and whistles. That said, they're probably enabled via an additional Razor...
In theory I think component support should be possible. Statiq uses the ASPNET Core 3.x Razor engine, so anything that works there should be capable of working here. The challenge...
Transferring this issue to Statiq Framework since that’s where Razor support lives.