Wisam idris

Results 16 comments of Wisam idris

And i'm In AspNetCore 8 and visual studio ![image](https://github.com/dotnet/runtime/assets/104096256/8a6a702b-86f5-429c-aefc-24120c769342) Windows 11

Visual Studio Update 17.9 Worked Fine Thanks!

> Where is the firstrender called seven times? I mean without toching the autocomplete just when he loads And I'm Waiting For Masa.Blazor To Get Better And Move On Cause...

Yes I Faced That Bug Also In Drawer The Left Padding In Main Not Taken

This is the exception ```The ConfigureHttpClient method is not supported when creating gRPC clients.``` And more details ``` Grpc.Net.ClientFactory.Internal.GrpcCallInvokerFactory.CreateInvoker(EntryKey key) InvalidOperationException: The ConfigureHttpClient method is not supported when creating gRPC...

I even updated all packages to the latest versions

Thanks i understood it after i read the save.js code cause i think start.js or main.js would be more understandable! 👍

Same here But as I was discovering in the source code I seen this ![image](https://github.com/user-attachments/assets/494797c6-7e85-4a68-aa72-04854fc0f2cd) And I think there are a option for this

### 1. Handling Allowed Values with ID **Class Definition for Product:** ```csharp public class Product { public int CategoryId { get; set; } } ``` In this scenario, `CategoryId` is...