Whit Waldo

Results 63 issues of Whit Waldo

For testing purposes, I've got my aspect and its related classes in one project, some dummy entities in another project and my unit tests in a third project. I was...

enhancement

I have a need to apply generic constraints to a type passed into an aspect. This is because the type is used in downstream methods which themselves have such constraints....

enhancement

You already capture telemetry that indicates how many lines of code aren't necessary to be typed as a result of using aspects. I would propose that you add some way...

enhancement

Implemented the ask at https://github.com/autofac/Autofac.ServiceFabric/issues/29 and split out to two projects: Autofac.ServiceFabric.Services (stateless and stateful use the same packages) and Autofac.ServiceFabric.Actors. I further split out the tests to apply to...

Package update: - Brought Service Fabric packages to latest version - Replaced Microsoft.CodeAnalysis.FxCopAnalyzers (deprecated) with Microsoft.CodeAnalysis.NetAnalyzers - Version bumps for Autofac, Autofac.Extras.DynamicProxy, Microsoft.SourceLink.GitHub

Adds .NET 8 as a valid target in addition to .NET 7 and the other versions. Also moves state initialization out from `OnAfterRenderAsync` (which doesn't run on server anymore [per...

I recently migrated several websites to .NET 8's new Blazor Web App approach but swiftly noticed that my Fluxor-powered states weren't working as expected. I _think_ I've narrowed it down...

Do you happen to know of any examples you can point me towards that illustrate an optimization problem given 5 "recipes" that each consume and produce resources? I'm trying to...

Implemented my own ask from #3832 to support the EventHubBufferedProducerClient in addition to the EventHubProducerClient as part of the Aspire DI registration. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/3833)

area-components
community-contribution

## In what area(s)? /area runtime ## Describe the proposal But wait, don't we already have this with the state store? Yes, sort of, but think of the existing state...