TheJayMann

Results 6 issues of TheJayMann

I have recently had a desire to use [Templated Razor Delegates](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor?view=aspnetcore-5.0#templated-razor-delegates) in some of my razor templates recently, and found that the body ends up erased in the generated code....

enhancement

Is there any ability to have a render inline, something similar to the [renderInline](https://markdown-it.github.io/markdown-it/#MarkdownIt.renderInline) function available in markdown-it? The idea being, I want to take a small piece of markdown,...

question

For some time I've been wanting to implement simple functions which take in values and return an `HttpHandler`, typically by making use of the built in functions that generate an...

In some cases, I would like to be able to use `subRoute* ` to match full path segments only, while also handling the case where the path matches exactly without...

An issue which has caused me many problems, which I have recently solved, is that, on the netstandard2.0 branch, the wrong parameter is used when the relying party chooses the...

With System.Text.Json adding a source generator to version 6, it would be nice if this could generate HttpClient code which could use the generated `JsonSerializerContext` and `JsonTypeInfo` types. I'm not...