-
I suggest that you allow using the attributes defined in System.ComponentModel.DataAnnotations with any property in a wpf project, like ASP.NET does. For example:
```C#
[Required]
[MinLength(2)]
[…
-
-
Hi,
I would like to use your library for email-templates, which contains links to the application itself. Sadly, RazorLight seems to parse razor code, but not the ASP.NET Core TagHelpers. For exampl…
-
There are ~~two~~ tests skipped on helix due to the move to running from the publish directory from https://github.com/dotnet/aspnetcore/pull/29449
- [x] IdentityUIScriptsTest.IdentityUI_ScriptTags…
HaoK updated
8 months ago
-
On the basis of an API review we've decided to move top level `TagHelper` elements from the `Microsoft.AspNet.Razor.Runtime.TagHelpers` namespace into the `Microsoft.AspNet.Razor.TagHelpers` namespace…
-
to make the syntax uniform.
- https://taghelperpack.net/
- https://github.com/Kentico/kontent-aspnetcore
~~blocked by https://github.com/statiqdev/Statiq.Framework/issues/143~~
-
We now have the installation step that you have to include the taghelpers in the _ViewImports.cshtml. Ideally, we don't want this as we rather have it automatically. We can do this with Tag Helper Com…
-
Hello, since 90% of it is already there can we generate TagHelpers this would allow strongly typed DOM Objects.
Also allow us to scaffold Widgets or TagHelpers
papyr updated
3 years ago
-
`TagHelper`s now better understand `enum` values. This will break pre-existing MVC applications that have `TagHelper`s who have `enum` based attributes.
A great example of this is the validation summ…
-
Class names in C# allow extended letters like ÅÄÖ. When using pascal casing and a new word begins with an extended letter like `TestÄa` the generated markup is wrong.
Steps to reproduce:
1. Create…