Álvaro

Results 19 issues of Álvaro

I have try a simple test with three classes to simulate a bidirectional navigation properties between to classes, using the same instance fot the same entities. The three classes are...

I could see that the fastest way to map it is with codegen. So I check the example for codegen that I can find here: https://github.com/MapsterMapper/Mapster/tree/master/src/Sample.CodeGen But in the .csproj...

I am seeing this code in which the status of an order is changed. Then handle in the application layer is this: ``` public async Task Handle(ShipOrderCommand command, CancellationToken cancellationToken)...

I want to do a query with no identity resolution, so I am trying to use AsNoTracking(), but it performs identity resolution. I am trying this: ``` using (Context miDbContext...

closed-by-design
customer-reported

I am trying to make it work the example to can call the SumAsync(). I have an Asp project using minimal API. This is the code: ``` using DemoGrpc.Service.Grpc.AspCoreHost; using...

I can run the example of SumAsync(), but now I would like to send a list which items are an own type, MyClass, but I get an error because it...

I have an employee that can have several contacts forms, telephones and emails. For that, he has two collections, one for telephones and another for emails. I show first the...

customer-reported

### Description I would like to start a Foreground Service using the overload method of StartForeground in which I can pass as parameter the permission that I need for the...

t/bug
s/triaged
s/needs-attention
partner/android
s/try-latest-version

I am trying to instal easy-tls in windows, but I don't understand the documention. I have easy-rsa 3 in a directory. I have download and copy the easytls file, and...

bug
Windblows

I have a Textbox that binds to a long? property in the view model. I would like that if the TextBox is empty, to set the value of the property...