César

Results 47 comments of César

What is required to finally merge this PR? It's a blocker for me as well and I'm sure for many other people.

Came here for the same... Leaving sad knowing that after 3 years there's still this lack of functionality. My case is very simple: I have `NominationBase` entity from which I...

No news about this one?

Is there any way to configure the analysis? Because I see many of the stuff mentioned on it is about unit tests and perhaps we should exclude them from the...

Thanks Ulises!! I'll give it a more proper review later. Have a nice weekend!

Well, I was thinking more and more about getting into .NET Aspire, but didn't have a lot of time yet. The idea was to be able to integrate Aspire into...

@Jefiozie any news on this and why it's not merged yet? Has been sitting for some time already...

I'm asking myself the same question. Any tip to share, @alexanderlinne?

Ok, I found by some other people's example that you can do `Architecture.GetClassOfType(typeof(YourClass))` or `Architecture.GetInterfaceOfType(typeof(IYourInterface))` to get the instance that satisfies an IType interface for the lib methods. I'd like...

Yeah, the reusing of the already existing libraries would be ideal, but I'm not sure how we would be able to interface to them in order to reuse them, so...