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

razor

Here are 271 public repositories matching this topic...

wendellmva
wendellmva commented Sep 19, 2018

Describe the bug
Extension method not working as expected.

To Reproduce

[Fact]
public async Task Should_Compile_Template()
{
	var engine = new RazorLightEngineBuilder()
		.UseMemoryCachingProvider()
		.Build();

	var template = "@using Humanizer@(Model.Name.Pluralize())";
	var component = new Component { Name = "Customer"};
	var result = await engine.CompileRende
rhodosaur
rhodosaur commented Mar 11, 2020
  • ProcLocator should look up queries only in /Queries folder and vice versa for commands in /Commands. Currently they do lookups in both (usually no name clashes, but still.)
  • It should implement some form of "suffix"-lookup for partials, so e.g. a NewMessage.cssql file can look up NewMessage.CreateThread.cssql via @M.Subcommand("CreateThread"). This lookup should be the lowest pri
vertonghenb
vertonghenb commented Apr 27, 2020

Since some of our contributors speak another language, we'd like to:

  • Check if the issue or comment on an issue is written in Chinees.
  • If so, keep the original issue/comment and add a English translation.
    Deepl's API could potentially help us with the translation.

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

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.