#dotNet
devblogs.microsoft.com
November 12, 2024 at 4:42 PM
I am dotnet defender
August 18, 2025 at 11:24 PM
September 1, 2024 at 1:51 AM
Managed to nerd snipe myself yesterday & now there's a shiny new dotnet tool for deep cleaning your .NET projects: dotnet purge

github.com/DamianEdward...

Install: dotnet tool install -g dotnet-purge
Run: dotnet purge

Enjoy 😁
GitHub - DamianEdwards/dotnet-purge: .NET tool to do a real clean of a project directory
.NET tool to do a real clean of a project directory - DamianEdwards/dotnet-purge
github.com
March 6, 2025 at 6:43 PM
Look everyone @davidfowl.com is here! #dotnet
October 31, 2024 at 1:02 AM
If you haven't used aspire yet, now's a great time to play with it

learn.microsoft.com/en-us/dotnet...

#dotnet #aspire
January 18, 2025 at 5:41 AM
Please watch Stephen Toub explain why .NET 9 is so fast

#dotnet #dotnetconf

youtu.be/aLQpnpSxosg
Performance Improvements in .NET 9
YouTube video by dotnet
youtu.be
November 17, 2024 at 12:15 AM
Where are my CLI fans??

#dotnet #aspire
March 31, 2025 at 1:09 AM
From the future

#dotnet
February 8, 2025 at 8:30 PM
`dotnet run file.cs` is coming:

Allows running C# source files with no need for an explicit backing project. We call these file-based programs (as opposed to project-based programs).

github.com/dotnet/sdk/b...
April 9, 2025 at 1:58 AM
dotnet test has a --blame* command line options that help with collecting information about misbehaving tests (hangs, crashes). Invaluable when your functional tests are working locally but hanging in the CI.

learn.microsoft.com/en-us/dotnet...

#dotnet #testing
dotnet test command - .NET CLI
The dotnet test command is used to execute unit tests in a given project.
learn.microsoft.com
January 13, 2025 at 4:38 AM
Next version of the dotnet runfile supports publishing these .cs files to a native binary (via Native AOT learn.microsoft.com/en-us/dotnet...), no dependencies on the runtime, self-contained.

#dotnet #csharp
June 22, 2025 at 2:34 AM
Aspirations for .NET Aspire

#dotnet #aspire

youtu.be/vv8n3-46gE0?...
Aspirations for .NET Aspire
YouTube video by dotnet
youtu.be
November 15, 2024 at 3:48 AM
a man with a beard says " oh finally "
ALT: a man with a beard says " oh finally "
media.tenor.com
December 3, 2024 at 4:10 AM
In .NET 10 you can run C# directly piped into `dotnet run`:

'Console.WriteLine("hi");' | dotnet run -
November 23, 2025 at 9:02 PM
February 25, 2026 at 8:48 PM
We’re about to take C# to the next level!

#dotnet #csharp
May 22, 2025 at 12:31 AM
We’re looking at moving async state machine generation into the JIT and out of C#. This should enable many optimizations that are hard to accomplish today in async code (inlining etc).

#dotnet

github.com/dotnet/runti...
github.com
November 30, 2024 at 7:19 PM
Big #dotnet news, the STS (Standard Term Support) releases are now supported for 24 months! devblogs.microsoft.com/dotnet/dotne...
.NET STS releases supported for 24 months - .NET Blog
.NET STS releases will be supported for 24 months
devblogs.microsoft.com
September 16, 2025 at 11:23 PM
TIL C++ and C# interop made easy (for some definition of easy) with github.com/dotnet/clang... by @tannergooding.bsky.social

#dotnet
GitHub - dotnet/ClangSharp: Clang bindings for .NET written in C#
Clang bindings for .NET written in C#. Contribute to dotnet/ClangSharp development by creating an account on GitHub.
github.com
December 20, 2024 at 11:58 AM
And soon just
dotnet app.cs
😎

github.com/dotnet/sdk/p...
Add support for `dotnet file.cs` (without explicit `run` subcommand) by jjonescz · Pull Request #48387 · dotnet/sdk
Resolves #49202.
github.com
June 14, 2025 at 5:32 AM
Hey #dotnet folks if you’re using a CI/CD double check your resource URLs. A CDN has gone bankrupt and may cease operations in the next month. We are working to make transparent fixes but you can be proactive github.com/dotnet/core/...
Critical: .NET install domains and URLs are changing · Issue #9671 · dotnet/core
Some .NET binaries and installers are hosted on Azure Content Delivery Network (CDN) domains that end in .azureedge.net. These domains are hosted by edg.io, which will soon cease operations due to ...
github.com
December 24, 2024 at 5:16 AM
SignalR in .NET 9 now natively supports open telemetry spans:

github.com/dotnet/core/...
github.com
September 11, 2024 at 10:19 PM
Here’s a #dotnet feed you can subscribe to for Bluesky bsky.app/profile/did:...
December 6, 2024 at 12:42 AM