101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

507
active users

#dotnet9

0 posts0 participants0 posts today

What's New in .NET 9: Key Updates & Features

industrialagency.org/blogs/185

Discover the latest advancements in .NET 9, including performance improvements, enhanced security, and new development tools. Stay ahead with key updates shaping the future of .NET development.

#DotNet9
#NET9Features
#SoftwareDevelopment
#DotNetUpdates
#WebDevelopment
#TechTrends
#Coding
#Programming
#MicrosoftDotNet
#DevCommunity

The overhaul of the way MSBuild outputs things in .NET 9 is really throwing me for a loop, and not in a happy-making way.

For example, why do I have to set verbosity to `detailed` just to get it to show the name of the package that's being built with `dotnet pack`? This used to be information that was printed with verbosity `minimal`, previously. It's not even there with `normal` now.

I don't think the verbosity levels mean anything meaningful anymore.

.NET 9 Preview 7 is here! 🚀

✨ Libraries: Removal of BinaryFormatter, new GUID creation, and more!
⚙️ Runtime: ARM64 SVE support and dynamic GC adaptation.
🛠️ SDK: Container publishing improvements and workload sets.
🌐 ASP.NET Core: SignalR and OpenAPI improvements.
📱 .NET MAUI: HybridWebview and new TitleBar Control.
🔍 Diagnostics: Enhanced performance counters and tracing.
🔧 Tooling: Improved CLI experience and new templates.

aka.ms/dotnet/9/preview7 #dotnet #dotnet9

GitHub.NET 9 Preview 7 · dotnet core · Discussion #9448We are pleased to announce the release of .NET 9 Preview 7. This release contains the following improvements: 📚Libraries Removal of BinaryFormatter is complete Enumerate over ReadOnlySpan<char>.Spl...

Does anyone working on #Rider or #VisualStudio know if the new csharp 13 Extension Types features will show up in debug inspectors?

For example if I add an implicit extension property to a class, then inspect an instance of the class while debugging, will it automatically show me the extension properties along with the regular properties? or will we need to manually watch them if we want to see the values?