Brian Surowiec

Results 127 comments of Brian Surowiec

Just hit this myself. The v1 tag is the same as v0.1.14, but it's definitely confusing and causes dependabot to [create needless PRs](https://github.com/xt0rted/tailwindcss-tag-helpers/pull/75) when you're pinning to a specific version....

There were a couple breaking changes in v4 and v5. I started working on an update for this but haven't had the time to finish it. I'm hoping to spend...

@ceberttylertech this work turned into a much larger project than I expected due to issues with `dotnet format` as well as some personal things that have been holding me up....

@Hona I'm working on a new release that adds support for dotnet-format v4 and v5 which will include these new options. I'm expecting to release it sometime this week.

`Nancy.ViewEngines.Razor.BuildProviders` was to help with VS tooling, though it was still pretty lacking (and even worse with ReSharper)

I've been holding off on v2 until it's final so I've been exploring back porting some of the razor updates to v1.4 such as using Roslyn. I've also been trying...

I've been playing around with back porting the roslyn changes to 1.4 and found a couple spots where we can optimize the code. One of those removes the `GetLineNumber()` method...

@khellang want me to send in a pr reverting that one line?

This is from #2548 which is what I had asked about reverting in https://github.com/NancyFx/Nancy/issues/2714#issuecomment-285353026

With github's current html setup this is possible in css, but it's not something that should ever be part of this theme. The html also makes no distinction between file...