Alerinos

Results 20 issues of Alerinos

I have this problem, I'm using Core 6 preview Blazor server ``` [13:37:22 WRN] Unhandled exception rendering component: Could not find 'Toolbelt.Head.Title.query' ('Toolbelt' was undefined). Error: Could not find 'Toolbelt.Head.Title.query'...

```cs @* *@ @exampleModel.Title.Count()/10 @using System.ComponentModel.DataAnnotations; @code { public class Model { [Required] [StringLength(10, ErrorMessage = "Name is too long.")] public string Title { get; set; } = string.Empty; }...

It could use a drag and drop feature. Example: https://htmldom.dev/drag-and-drop-element-in-a-list/ ![image](https://user-images.githubusercontent.com/42449535/168480982-2a908e06-9371-47be-a1c0-860533e81037.png)

If we have many pages, e.g. 10 and we edit the 8th page, each edition goes back to the first. Unfortunately, with more data editing, you still have to go...

https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class?view=aspnetcore-6.0&tabs=visual-studio#consume-content-from-a-referenced-rcl-1 In the microsoft documentation it is mentioned that you can publish files together with a package. This is convenient, in the case of an update, it is enough to...

enhancement
area:dotnet-part
pipeline

It would be useful to use the function so that during the relationship between the two models there is not only a value but also the name of the downloaded...

enhancement
investigate

He proposes adding support for this: ``` https://docs.microsoft.com/pl-pl/dotnet/api/system.componentmodel.dataannotations?view=net-6.0 ``` Asp.net itself has input verification. You use this when creating models, and even when creating a migration, it creates column values...

enhancement
area:js-part
area:dotnet-part

![image](https://user-images.githubusercontent.com/42449535/191628899-2ef87e77-1ca7-485b-9abc-1c6259e87ea4.png) I think exactly "es" as a plural is unnecessary and seems fun. Is it possible to disable this?

Hi, my system is split into plugins. Each plug-in has a separate database. Easy data is loaded during initialization. I have a separate project as a dashboard, everything happens automatically...

After updating VS and .net 9 I have a problem with kits. All dependencies between projects are not working. The soluition doesn't want to compile. Is there a new parameter?...

needs-more-info
Stale