Onur Micoogullari

Results 9 comments of Onur Micoogullari

I'm having the same problem with error "**failed, reason: socket hang up**" during deployment. Tried downgrading VS Code to February 2022 (version 1.65) as stated in above comments, but now...

> @onurmicoogullari please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information. > > ``` > @dotnet-policy-service agree [company="{your company}"] >...

I've added a [PR](https://github.com/dotnet/aspnetcore/pull/53656) for this issue, hoping it will be picked up by someone at the ASP.NET team. Glad to see that others find this useful as well!

@MackinnonBuck Awesome! I must've missed adding it to ``TypedResults``. Should I update my PR to adhere to the change requests suggested by your review?

@captainsafia Actually, I would love to get some help if you have the time. Do you prefer to jump on a call or should I post my questions here/dm them...

@captainsafia Okey, so I went through my code, and I could see that I had already added `InternalServerError` to `TypedResults`. Can you please clarfiy what you guys meant when you...

@captainsafia Thank you for your answers. > > Yes, this is strange indeed 🤔 . I wonder if this might actually be an issue in the Public API analyzer given...

OK, so here comes the API proposal: `InternalServerError.cs` ```cs namespace Microsoft.AspNetCore.Http.HttpResults; public sealed class InternalServerError : IResult, IEndpointMetadataProvider, IStatusCodeHttpResult { internal InternalServerError() internal InternalServerError(ExceptionDispatchInfo exception) public ExceptionDispatchInfo? Exception { get;...

I'm happy to see that you have approved my API proposal. Thank you guys for being kind and helpful throughout the process! I've updated the PR and removed the overload...