Álvaro

Results 29 comments of Álvaro

I have all permissions needed. The application works if I don't use the overload method of StartForegreound that takes 2 arguments, the ID and notification.

Yes, if I use the method with two parameters it works with no problems. My doubt is about the documentation: [foreground documentation](https://developer.android.com/about/versions/14/changes/fgs-types-required?hl=es-419#include-fgs-type-runtime) It seems that is recommended to use the...

@ajcvickers In the first lines I have attached a zip file called temp.zip that has the source code of a project that reproduces the problem and a .bak file with...

In my case i get an exception. This is the main window: ![image](https://github.com/dotnet/efcore/assets/20024410/4ed9a42e-9ab9-430d-be91-4f5211dc713d) When in the UI I click the button "Get employee with contacts forms" and I set a...

@roji The intention of the screenshots it is to tell how I get the exception with the source code that I have attached in the first post. In the zip,...

@roji yes, I understand that he had problems to reproduce the issue with the code that I attached. It is why I add the screenshots, to explain how to reproduce...

@ajcvickers I use a WPF application with UI because I thought it was more easy to run. But if you prefer a test proyect or console application, I can modify...

I have replaced the first sample with a new one in which I added a new project, a console application, that show the message of the exception. This console application...

I would ask in https://github.com/dotnet/efcore/issues/29252. In sumary, I wanted to have a value object status for an order. I want to follow the state pattern. Then to map in EF...