bassem-mf

Results 7 issues of bassem-mf

Modern ASP.NET applications should use Async programming for better scalability. So I think it would be very useful if you add an async version of the methods making network calls.

sdk-enhancement

The .bat and .sh files under the "janusgraph-0.5.2/bin" folder give errors when you try to run them from a path that contains spaces. For example "C:\Program Files\janusgraph-0.5.2" Here is the...

kind/bug/confirmed

### Description The index.html code under the section titled "Call the web API with JavaScript" https://learn.microsoft.com/en-us/aspnet/core/tutorials/web-api-javascript?view=aspnetcore-8.0#call-the-web-api-with-javascript has a tag with the attribute "asp-append-version". This is a Razor attribute used in...

Source - Docs.ms
aspnet-core/svc
tutorials/subsvc

### Description In the `EditPost` action method, the `DbUpdateException` is caught to add a ModelState error. To display this error to the user, the code should re-render the same Edit...

Source - Docs.ms
:watch: Not Triaged
aspnet-core/svc
data-access/subsvc

I think the Entity Framework documentation should recommend one option over the other when the user knows that the query will return one result. I think the feature of Single()...

area-query

### Storage Explorer Version 1.38.0 ### Regression From _No response_ ### Architecture x64 ### Storage Explorer Build Number 20250408.1 ### Platform Linux (snap) ### OS Version Debian 12 ### Bug...

:gear: emulator
:grey_question: investigate

Steps to reproduce: Generate classes from the Authorize.Net XML schema file using the following command. ```bash xscgen https://api.authorize.net/xml/v1/schema/AnetApiSchema.xsd ``` See the property `GetMerchantDetailsResponse.PaymentMethods` on line 10021. ```csharp [System.Xml.Serialization.XmlArrayItemAttribute("paymentMethod", IsNullable=true, Namespace="AnetApi/xml/v1/schema/AnetApiSchema.xsd")]...