razor
Here are 290 public repositories matching this topic...
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.CompileRendeDescribe the feature request
I guess, it would be cool to have a nice icon for the NuGet package (and the Gitter community). I would provide one on my own, but I'm actually not that good in such things
When viewing the docs site on a mobile device, the GitHub and Twitter links are breaking the design. It would probably be best to move them into the mobile menu.
-
Updated
Feb 11, 2020 - C#
-
Updated
Jun 26, 2020 - C#
-
Updated
Mar 31, 2020 - D
-
Updated
Jul 11, 2020 - C#
-
Updated
Mar 30, 2020 - C#
-
Updated
Dec 15, 2019 - HTML
-
Updated
Jun 22, 2020 - C#
-
Updated
Apr 6, 2020 - C#
-
Updated
Nov 6, 2019 - C#
-
Updated
Jun 8, 2020 - C#
-
Updated
Apr 4, 2020 - C#
-
Updated
Jun 6, 2020 - C#
-
Updated
Mar 20, 2020 - C#
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.
-
Updated
Jul 12, 2020 - C#
ProcLocatorshould look up queries only in/Queriesfolder 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.cssqlfile can look upNewMessage.CreateThread.cssqlvia@M.Subcommand("CreateThread"). This lookup should be the lowest pri
-
Updated
May 5, 2019 - C#
Sencha has marked the PlaceHolderLabel as deprecated in their documentation for ExtJS 6.2.1, so it shouldn't be used anymore and the plug in class marked as obsolete in C#.
The example on Examples Explorer has broken as it needs extra configuration to work, it seems. According to the documentation linked above a
-
Updated
Mar 29, 2020 - C#
-
Updated
Nov 5, 2017 - C#
-
Updated
Dec 14, 2018 - C#
-
Updated
Nov 23, 2017 - C#
-
Updated
Mar 31, 2019 - HTML
Improve this page
Add a description, image, and links to the razor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the razor topic, visit your repo's landing page and select "manage topics."


I'd really like to see Blazor apps running inside service fabric. I'm not quite sure how to go about this myself. Could you look into providing a demo of this?