DRMA Tech
DRMA Tech
There is no stacktrace, as it is an exception generated by the visual studio itself. But this is easy to reproduce, because I believe that the component is not recognizing...
``` at Dapper.FluentMap.Mapping.EntityMapBase`2.ThrowIfDuplicateMapping(IPropertyMap map) at Dapper.FluentMap.Mapping.EntityMapBase`2.Map(Expression`1 expression) at VerusDate.Shared.Mapper.BadgeMapper..ctor() in C:\Users\dhiog\source\repos\drma-dev\VerusDate\src\Shared\Mapper\BadgeMapper.cs:line 13 ``` It doesn't help much. But this is easy to reproduce, because I believe that the component is...
Are there no plans to support attributes of other classes? Like value objects? @henkmollema
Hi, follow explanations: Example 2: I want to show different icons in each alert. I tried to put it directly in the alert message, but an html tag appears. in...
About the icons ... I had read, but from what I understand, you adjust the icons by type of alert. I want to be able to have different icons for...
if you need help, just let me know
No. My code is as follows: ``` @using BrowserInterop.Extensions ... private GeoLocation GPS = new(); ... var window = await JsRuntime.Window(); var navigator = await window.Navigator(); var position = await...
Well, about the second error: it doesn't have to do with the type of resource we access from chrome, but rather the way we access it. chrome doesn’t like that...
I understood. is it possible for the component (or the fontawsome class) to generate the text, instead of a tag/css? as shown in the example below. [https://jsfiddle.net/n31pbqog/554/](https://jsfiddle.net/n31pbqog/554/)
could be a new style, called: plain text