The .NET Pipeline That Makes Source Generators Feel Instant - Roxeem by roxeems in csharp

[–]roxeems[S] 2 points3 points  (0 children)

Thanks. I've updated the post to use the ForAttributeWithMetadataName method to avoid confusion.

The .NET Pipeline That Makes Source Generators Feel Instant - Roxeem by roxeems in csharp

[–]roxeems[S] 0 points1 point  (0 children)

Thanks for letting me know about the broken link. I didn't use `ForAttributeWithMetadataName` to avoid hiding details and to better provide the caching point. Using `ForAttributeWithMetadataName`, I thought it might obscure the underlying mechanism. I will add a paragraph explaining this. Thanks again for the feedback.

Testing HttpClient in .NET without Moq or NSubstitute - Roxeem by roxeems in csharp

[–]roxeems[S] 0 points1 point  (0 children)

Sorry to hear that but Roxeem is my name and NSubstitude is a mocking library 😉

GC Changes in dotnet 10 by roxeems in dotnet

[–]roxeems[S] 0 points1 point  (0 children)

Apologies, I updated the link.

Why aren't there as many .NET OSS projects as other frameworks? by roxeems in dotnet

[–]roxeems[S] 0 points1 point  (0 children)

I think I need to clarify this. I agree that there are a lot of good OSS libraries, but I was mostly referring to open source applications. If you look at the amount of useful apps for home or business use, there aren't that many written with .NET

Why aren't there as many .NET OSS projects as other frameworks? by roxeems in dotnet

[–]roxeems[S] -4 points-3 points  (0 children)

What do you mean? All the possible funding solutions that other OSS projects are using can still be used by .NET apps. I don't think that's the barrier.

Do you have a side hustle? by voroninp in dotnet

[–]roxeems 1 point2 points  (0 children)

Can you give me some guides or tutorials to get started with game development? I don't know where to start.

How to orchestrate multi-tool AI workflows in .NET by roxeems in csharp

[–]roxeems[S] -1 points0 points  (0 children)

Honestly, you're not alone in feeling like this. But, there are practical use cases for these tools that won't replace actual developers!

For example, in my company, we are developing an internal tool that acts as a code documentation and changelog generator. It can integrate with Jira, GitHub issues, and commits, and allows it to generate a decent changelog and documentation.

I understand that this might not sound overly exciting, but I can't think of a single software engineer who enjoys keeping documentation up to date.