cadilhac

Results 17 issues of cadilhac

Hi, I'm still using v1.3.34 (because of the change on the button style that don't allow me to have 2 buttons anymore). I would like to modify the source to...

Using asp.net core 6. I added the RavenSettings section in the config file. However, options.Settings is null in AddRavenDbDocStore's delegate.

**Is your feature request related to a problem? Please describe.** Well, sort of. I was trying to use the [Quartz.NET-RavenDB store](https://github.com/ravendb/quartznet-RavenDB) and there was no way to make the store...

Hi, I try to generate a link inside a template, using: ```cs @Url.RouteUrl() ``` RouteUrl returns null. Thanks

documentation
help wanted
workaround

Hi, Found your library after coming from RazorLight for which I was so disappointed by the author who has been condescending and unpleasant relatively to a simple question I was...

enhancement

Hi, I have some generic piece of code that calls RazorTemplateEngine.RenderAsync with 3 arguments. But sometimes, model or viewdata could be null. In that case I have a compiler warning....

enhancement

In the WindowLess sample, if the icon is in the popup window that shows additional systray icons, when operating on the context menu or double-clicking the icon, the popup window...

Just try this: orem ipsum dolor sit (_amet_), consectetur. Aliquam ut (_tristique_) porttitor. Fusce eget (_purus_) cursus. It will rendre italic from tristique to purus. Same if this is bold....

In RavenJobStore.SetAllTriggersOfJobToState method, triggers query should terminate by ToListAsync(cancellationToken) since the session is async. @ayende ?

I use this package with an injected store thanks to *UseRavenDbWithInjectedDocumentStore* in an asp.net core 6 project. When shutting down, I get these traces: > info: Microsoft.Hosting.Lifetime[0] > Application is...