
2025-08-08 13:15:11
I will die on this hill, but these class definition pages for #dotnet are unhelpful and a waste of time.
I will die on this hill, but these class definition pages for #dotnet are unhelpful and a waste of time.
5 Helpful Extensions for #VisualStudio 2022 - #dotNet
https://improveandrepeat.com/2025/0…
In the span of 5 minutes I went from, “I’ll write a #dotnet source generator” to “oh right, noooooooo thanks”.
I really hope there's a much simpler system in the future that's closer to the reflection APIs or something less AST and less string-focused.
AutoMapper and MediatR Roadmaps #dotnet
https://www.jimmybogard.com/automapper-and-mediatr-roadmaps/
Hey @… What's happened to the #dotNetMAUI bot? I got real busy for a while, and when things settled down after a bit I realised I wasn't seeing any posts from it anymore. Today I remembered to go and look at it, and there's NO posts there at all, n…
The combo of #dotnet run app.cs in #dotnet 10, Spectre. Console.Cli and the shebang operator make for a pretty neat development experience.
I just need #JetBrains tools to recognize script files a…
I just released nugraph, a #dotnet tool for creating visual dependency graph of NuGet packages.
Installation:
dotnet tool install --global nugraph
Usage for a NuGet package:
nugraph Azure.Core
or for a .NET project:
nugraph ~/Projects/Kerberos.NET/Bruce/Bruce.csproj
Many options are available, everything is documented on https://github.com/0xced/nugraph
Enjoy!
Here's the kind of graph it generates (Azure.Core example).
https://mermaid.live/view#pako:eNqcVU2P2jAQ_StWViu1EjgBVqjNjS6raqXl0t6qXIwzSVwSO3UmAor4780HKF4wWdJcYux5z2_ezISDw1UIju-Mx-NAosAUfLKEHGQIku9JrFmeEBWRxd9SA31WGsiEPs3plHySgF-o9zmQDTaQj4_kO0jQDCEk6z1JEPPCd91YYFKuKVeZ6-04hK4sG9oa0_K__ajXPGVFsYSIaKWQFKjVBsZbEWLiP-U74zyEiJUpkkikqc_-lCxjWkgYtRD_wfO-evPJiKtUaf9h1jz1BV0Oh0O3Ph5Jpb_0vNkLWQmuVaEipN94ShfFXvJXiaAjxqEwCTrIz32BkNHnVIDEVWVm2hu3gkzpPV0yZIHsrnvZIchCKFnQNxXHQsZ0sa7yYRzrTZtCA9IV7FX-hgbyDh7Ia5UfUNpU9NPYEjwVzeyeuriW7VNN6xPBN-ZJTT-dnptpu93Sqn8AqdKxmzO-YTEUbhfvtu3Zok7gq-Ztt88yeqt-qaw_-C6xvRRuNVPUeye__0oj_jqhAU1yO9EhJAMNGEDdGDO9YcwQiQZPr2HWQbzHJCvw_42x0TVmzD42wyrFwJ4NsAz2RaaWiLtSusbVE3pRSAu5EXQh0vjC3BBpRgwRaeDceWXSxCbSJDeCAumMnAx0xkRY_Z8e2l1MIIN26bevs-Lmx7HC5Ez-UipzfNQlHP8BAAD__wMAEYyvHw
5 Things to Test With List Parameters - #dotNet #testing #development
It might be time for #dotnet conferences to reevaluate their value proposition to the community, or else they won't survive.
The "sales pitch" or "hype" model is less effective in drawing people, primarily when these elements exist online and are commoditized.
#godotcon2025
launchSettings in #dotnet needs a revisit. It would be great to be able to specify build parameters for launch and be able to set build-time configuration options.
Hey #dotnet folks, if you're running in a cloud environment, be careful upgrading to the latest version of .NET 8.0.17 before double-checking your forward headers configuration and proxy settings. You may have a misconfigured app, but it's been working up to now.
Boost to let others know. Cheers.
This shared memory pool feature is neat in #dotnet 10 preview 6.
https://github.com/dotnet/core/blob/main/release-no…
How to Fix the Multiple Entry Points Error in #dotNet Applications
https://improveandrepeat.com/2025/07/how-to-fix-the-multiple-entry-points-e…
Playing around with the MCP template in #dotnet. It's interesting stuff, and maybe can see the value in offering dev-time tooling for projects.
Quick, can you tell the difference between #dotnet
😎 #dotnet
While technically a correct fix, this #dotnet fix is about to break a lot of deployments. This was just deployed in the latest release of .NET 8 and 9.
https://github.com/dotnet/aspnetcore/p
@… good day, sir! May I ask for a Razor feature that could save people hours of their day and make you a greater hero in the eyes of many?
When I was at JetBrains, I asked them to implement this warning to catch issues with _ViewImports, but it seems Visual Studio and VS Code folks don’t see this from
Question for #dotnet and #developer folks. How long does it typically take your team to evaluate, proof of concept, implement, and deploy a medium-to-large dependency in your solutions?
🙏Boosts are appreciated
Some modernization planning for Duende IdentityServer. If you are in the #dotnet space, please leave your thoughts. https://github.com/orgs/DuendeSoftware/discussions/285
There are a lot of “we have limited resources” comments coming out of the #dotnet repos that have me potentially worried about Microsoft’s focus on .NET.
3 Great Extensions for #VSCode - #dotNet
https://improveandrepeat.com/2025/07/3
When you see a “.aspx” details link in a pharmaceutical commercial on TV as a #dotnet developer.
I am always fascinated by the list sizing in #dotnet. At some point, it doubles in capacity enough to relieve some memory pressure. Obviously, the reprieve depends on the collection's rate of growth.
If you're watching perf tools and a list causes the leak, it may flatline after a while.
I’m still confused as to why protobuf and gRPC are so highly downloaded in the NuGet stats. I can’t imagine they’ve gotten that wide of an adoption in the #dotnet space, but maybe I'm wrong.
Are you folks using gRPC?
When you read a comment in the #dotnet repo that can only end one way, and you're powerless to stop it from happening.