Safia Abdalla

Results 518 comments of Safia Abdalla

Triage: this seems like a fair API suggestion. Marking it for review.

@halter73 Thoughts on closing this out? We were pretty lukewarm about this feature when we last discussed it and I don't think the scenario is super motivating given the existing...

There's a couple of things to verify as we investigate this: - Is the `Type` correctly processed from `ParameterInfo` for the `id` parameter in both scenarios above? From a brief...

Took the time to investigate this. It looks like this bug is happening because of the parameter binding logic that is implemented in minimal APIs. Parameter types are try-parseable intro...

Might also be worthwhile to include @connor4312 in case this is an issue with the way the JS debugger manages state of open browsers.

@Rick-Anderson I think it's sufficient to just have this under the "minimal APIs" subheading. It doesn't make sense amongst the top-level topics under "Security".

> It looks like [the doc](https://learn.microsoft.com/en-us/aspnet/core/tutorials/getting-started-with-nswag?view=aspnetcore-6.0&tabs=visual-studio) has the old UseMvc() line in the Configure method which is not compatible with dotnet6 endpoint routing. `UseMvc` isn't exactly necessary here. As long...

Making a page similar to what we did for `dotnet user-jwt` might help here. I think the tool in-and-off itself is not meaningful to document since it is primarily responsible...

@Stanislav-Beresnev Can you try to repro the issue on the latest version of .NET 5 and ASP.NET 3.2 respectively? I'm unable to repro on the latest version with Firefox 81.0....

> The IEndpointConventionBuilder has no access to services https://github.com/dotnet/aspnetcore/pull/41238 adds access to the `ServiceProvider` to the `EndpointBuilder` class which means that you can access it when adding conventions to your...