Douglas Cunha
Douglas Cunha
I don’t know how they do it, but actually it’s possible to write a Postsharp advice that is able to handle exceptions on async void methods. I’ve just tried and...
> Also, they have a full team, paid by customers. On the other hand, I'm alone and work for free Sure, I wasn't saying otherwise. Sorry if I sounded rude....
> For now we can leave with that by manual code reformatting (probably, once it can be done automatically): > > ```cs > [ExcludePointcut] //or exclude all async voids on...
I've discovered a temporary solution that might be helpful. To address the issue, you can activate static files handling in your application. Specifically, you'll need to include the file `1ae4e3706fe3f478fcc1.woff2`...
> Where did you get the woff2 file from? > > I'm now facing, below error in the temporary solution:  I got it from here https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/blob/master/src/HealthChecks.UI/assets/fonts/material.woff2 Just rename it...
> And when I I have REST API application? The solution I proposed works just fine with REST API app.
I think a better feature for SourceGit should be to have an option to generate commit change descriptions using AI. GitKraken has a similar feature, where you can select two...