David Fowler

Results 147 issues of David Fowler

The message parsing is all string based. While this is convenient it allocates strings to parse the redis command which is then turned into the resulting object. It would be...

# Describe the feature request As part of .NET Core 3.0, we've exposed some client /server networking abstractions (see https://github.com/aspnet/AspNetCore/issues/10308) that were made to serve as a foundation for projects...

feature-request

Today perfview turns on diagnostic source events and deprecated ASP.NET Core events: https://github.com/microsoft/perfview/blob/203df9d4c40f2226274a46b271a2f5f464b35d76/src/PerfView/CommandProcessor.cs#L742-L761 The ASP.NET Core events should be removed. I think the diagnostic source event source should be configurable...

There should be a documentation site focused on scenarios similar to this https://gowebexamples.com/. I'm also thinking about integrating samples from https://github.com/dodyg/practical-aspnetcore. cc @dodyg

The APIs are almost in a good enough state to get to an alpha. I don't think we need to docs site for that but we should iterate on it...

Maybe we need 2 overloads: - WebApplication.CreateBuilder - Less stuff? console logger and no configuration providers. - WebApplication.CreateDefaultBuilder - What we have today OR do we do nothing and require...

- This change makes route handler filters work better with MVC controller actions by wrapping the action delegate directly. This means that run after action filters. - To do so...

area-mvc

### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe the problem. Today...

area-runtime

Linux and Windows with YARP cc @adityamandaleeka @Tratcher --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 62fb594f-04bf-c4d7-c94b-6cd6d8b12d75...

Source - Docs.ms
doc-idea
RR

The implementation could be made more generic by using endpoint metadata directly instead of the ActionDescriptor to stash the API information. Instead of doing [SetProperty](https://github.com/microsoft/aspnet-api-versioning/blob/e16b579d240574053ebd8e7ee38c8686beaee174/src/Microsoft.AspNetCore.Mvc.Versioning/Versioning/Conventions/ActionApiVersionConventionBuilderBase.cs#L60) the data could be stored...

enhancement
asp.net core
feature