The Wayback Machine - https://web.archive.org/web/20220510094023/https://github.com/topics/razor
Skip to content
#

razor

Here are 471 public repositories matching this topic...

larsk2009
larsk2009 commented Jan 22, 2021

I always find it very handy if there is just a table with all available settings and their usage or meaning. Maybe this is something we can add to the readme. I also think this will provide a better overview to contributors which functions already exist.

The reason this popped in my head now, is that we have the setting FocusFirstElement. While it is true that that setting control whether or

Good First Issue Feature
Joelius300
Joelius300 commented Jun 2, 2020

With #153, I have laid out the foundation for this issue. Instead of the three (redundant) sample projects, we now have a dual-mode blazor application that looks and feels similar to the official Chart.js samples.

Now we need your help!

If you want to contribute to this library and/or get to know ChartJs.Blazor, you can port one of the samples li

enhancement help wanted good first issue samples
dasblog-core
poppastring
poppastring commented Nov 28, 2021

Replace client-side caching...
[ResponseCache(Duration = 14400, Location = ResponseCacheLocation.Any)]

...with serverside caching
private readonly IMemoryCache memoryCache;

  • Caching on the home page should be broken when we add a new post or comment (includes status updates and deletes).
  • Caching on the archive page should be broken when we add a new post.
  • Caching on the categor

Improve this page

Add a description, image, and links to the razor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the razor topic, visit your repo's landing page and select "manage topics."

Learn more