mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.8K
active users

#dotnet8

0 posts0 participants0 posts today

The C# packages of the Godot open source game engine are moving to .NET 8 with the release of Godot 4.4. This means projects must target .NET 8 or newer to be compatible. Existing projects will auto-upgrade to .NET 8. Older versions of Godot will continue to target .NET 6.

godotengine.org/article/godots

Godot EngineGodot C# packages move to .NET 8On moving to the latest .NET LTS release, and what it means for users.

#dotNET8 has now support for #Xcode16!

Tested with #macOS Sonoma, installed #Xcode 16 with #Xcodes side-by-side with 15.4.

After
- installing everything like described in the Release Notes
- rebooting both my Mac and my iPhone,
- deleting .bin and .obj folder
- rebuild everything

#Rider was able to compile and debug my upcoming #TwistReader app without any problems.

Guess it is finally time to upgrade to Sequoia.

github.com/xamarin/xamarin-mac

GitHubRelease .NET 8.0.1xxx - Xcode 16.0 Support (8303) · xamarin/xamarin-maciosThis is a servicing release to the previous .NET 8 release, with support for Xcode 16 and macOS 15.0 (Sequoia). Note: these are the base SDKs that add support for the platforms in question, for MAU...

📢 February episode of OpenObservability Talks is out📢
Decoding .NET8: Unveiling #CloudNative #Observability.

I had the pleasure of hosting @davidfowl of Microsoft @dotnet to discuss the #OpenTelemetry native support, the new #dotnet Aspire stack for developing containerized apps, the upcoming #dotnet8 major release and more.

The episode is available on YouTube and all the main podcast apps:
🎧 lnkd.in/dbZFbzB2
📺 lnkd.in/dMnDN5pb

Or check out my recap blog: lnkd.in/dHG2TT9t

.𝐍𝐄𝐓 𝐩𝐫𝐨𝐠𝐫𝐚𝐦𝐦𝐞𝐫𝐬 𝐛𝐞𝐡𝐨𝐥𝐝!
The upcoming .NET8 release is taking #cloudnative deployment and #observability seriously, and most notably with the new .NET Aspire stack.

On this month's live-stream I'll host @davidfowl, Distinguished Engineer at Microsoft and a prominent #dotNet figure, to hear all about it.

Join the live stream next week and bring your questions and comments to the live chat as always
🎙 youtube.com/watch?v=Ll1T9Zs7jU

when #dotnet8 was released they broke #watch for anything but run. you could no longer dotnet watch test to continuously run your tests. quite an incredible fuckup, in my opinion.

we reported the bug, and saw a fix made to the sdk - and impatiently waited for the next update (monthly)

i just checked the release that came out this week
https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.1/8.0.1.md

nope. not fixed. incredible!

#dotnet #sdk #dev #csharp #testing #tdd

I've long since given up trying to understand everything in #dotnet #dotnet8, so sometimes working with it just seems a little bit magic.

Here I am, beginning to outline an integration test that should end up verifying that I can stream server-sent events with HttpClient - and *poof* up pops Intellisense with completions for all the routes in my app.

Even if it might not ACTUALLY be magic, it's still pretty neat! 🤠