Marcelo Volmaro

Results 40 comments of Marcelo Volmaro

Ahhh, perfect. Yes, as I said, I already fixed that by iterating over the `Vehicles` and manually filtering what I need. I would see if I can work around using...

Yes, but no, but yes, but no. SwaggerOptions is swagger specific. In .net 9, swagger doesn't exist anymore (of course you can still use it, but I would prefer to...

@Aragas Why would you like to have a copy? VO should be immutable. If you have state in your VO, something is wrong... also, if the VO is a struct,...

Well, I'm not opposed to the Copy method (although you can manually implement it if you really need). As for the change into EF value comparer, I'm against it, as...

I never used the snapshot feature of value comparers. As per [EF documentation](https://learn.microsoft.com/en-us/ef/core/modeling/value-comparers?tabs=ef5), value objects are copied and references are used as-is. Looking [at the code](https://github.com/dotnet/efcore/blob/00b08d73f9bf75d77375330e06a5a92180005d2f/src/EFCore/ChangeTracking/ValueComparer%60.cs#L184) in EF repository, it...

The thing I see here is that this new "behavior" will not change anything. There is no functionality change, nor speed-up things (probably worst memory allocations, as for references you...

Mmm... No. And now the error message is terser. Running version 2025.2.2 with extension 0.37. ![Image](https://github.com/user-attachments/assets/a23548ee-7510-4cb1-9bab-5ce59f327ffb)

Done. The first thing I see is that while I selected two files (and assigned the same name) only one is listed in the response. ![Image](https://github.com/user-attachments/assets/abe1a206-ab87-4e3f-a937-25d3db5c1d6d) ``` { "method": "POST",...

I didn't have time to re-check, but please note that this was working. I never used the desktop app.

Just tested. Still not working. ![Image](https://github.com/user-attachments/assets/6517abc0-63db-4855-8a74-54319c27d0fc)