earloc

Results 47 comments of earloc

> > I recently saw other libs using code-gen to generate the needed boilerplate, but used some attribute-based approach, which tied life-time, etc. to implementations, which I really feel is...

@khellang Just wanted to give an update (sorry for the spam ;)): So I managed to get a somewhat [working prototype](https://github.com/earloc/Scrutor/blob/feature/source-generator/src/Scrutor.Analyzers/ServiceRegistrationsGenerator.cs) together over the last days (which is in a...

@khellang just a heads up on this. I tinkered a bit more with this idea, but have to finally come to conclusion that this won't work the way I originally...

same here, despite using aspire-cli as a local-tool > 9.5.2+2fc27528ec03a94f2d6c663c9fa2392a9568ee41

Since this is also happening for `13.0.0+7512c2944094a58904b6c803aa824c4a4ce42e11` we are now basically just looking for the final success-message `✓ PIPELINE SUCCEEDED` and fail the step, when it isn't present. This works...

Hopefully, we will get some better info aboput which package-version is compatbile with which sdk-version. https://github.com/dotnet/roslyn/issues/77091 For now, the newly integrated matrix-build should make tracking this down in the future...

XML-comments [remarks] (https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags#remarks) seem to be the natural choice for this. See #274

For now, to get rid of the most pressing road block, we're gonna run `functions` as a container, when we detect watch-mode. This should at least re-enable a tighter dev-loop...

Can we have an update in this? Especially since this used to work in `9.5`?

@chuanboz Would need some time to port it somewhere, maybe onto the official samples. Will come back when I found the time.