David Fowler

Results 112 issues of David Fowler

Today the properties on job are a mix of the requested information and the state of the job (process id etc). We should split these properties into sections so it's...

This is because of organic growth but all of the settings related to building a project should be hoisted to the source part of the job.

The `dumprequests` command will show all executing requests in the captured dump. It should have a statistics view of all the requests grouped by path and should allow digging into...

enhancement
dotnet-dump

- Use Urls instread of ConfigureKestrel, it's a bit more portable even though the syntax is weird - Directly call MapMetrics - Use Start + WaitForShutdown to set `hasStarted` since...

Right now, the filter scans all of the parameters to determine if the parameter type is validatable https://github.com/DamianEdwards/MinimalApis.Extensions/blob/115062c85d4e9b23292ba24bb4bfa49fe7ce4798/src/MinimalApis.Extensions/Filters/ValidationFilterRouteHandlerBuilderExtensions.cs#L187. I'd like to optionally short circuit this logic by specifying which types...

Allows using System.ComponentModel.TypeConverter to bind types from string (route, query, header)

As an example: https://anthonysimmon.com/referencing-external-docker-containers-dotnet-aspire-custom-resources/ It should show how to use lifecycle hooks, the ResourceNotificationService, and the ResourceLoggerService to push updates to the dashboard. cc @asimmon @mitchdenny

Pri3
:watch: Not Triaged