2026-02-08 csharpdotnetsystem-text-json
C# 14 idea: interceptors could make System.Text.Json source generation feel automatic
A Feb 7, 2026 discussion proposed using interceptors to rewrite JsonSerializer calls so they automatically flow through a generated JsonSerializerContext. The appeal is obvious: keep AOT-friendly source generation, but get back the clean call sites most codebases want.
2026-02-08 dotnetcsharpperformance
Polars.NET: a Rust DataFrame engine for .NET 10 that leans on LibraryImport
A new Polars.NET project is trending after a Feb 6, 2026 community post. The headline is simple: a .NET-friendly DataFrame API backed by Rust Polars, with a stable C ABI and LibraryImport-based interop to keep overhead low.
2026-02-08 flutterdartdebugging
Flutter: Droido 1.2.0 is a debug-only network inspector with zero release impact
Droido 1.2.0 landed on Feb 8, 2026 as a debug-only network inspector for Flutter. The interesting part is not the UI. It is the packaging story: keep a modern inspector in debug builds while ensuring release builds remain clean, small, and unaffected.
2026-02-07 dartflutter
biometric_signature 10.0.0: `simplePrompt()` is the feature, new `BiometricError` values are the real breaking change (Flutter 3.x)
On Feb 6, 2026, the Flutter package biometric_signature published v10.0.0. The changelog looks small, but it forces a real decision in your app: do you treat biometric failures as a closed set of outcomes, or do you write your auth UI to be resilient to new platform states? This matters for modern apps on Flutter…
2026-02-07 dotnetfluttersqlite
TrailBase v0.23.7: a single-executable “Firebase alternative” that plays nicely with .NET 10 and Flutter 3.x
TrailBase shipped v0.23.7 on Feb 6, 2026. The release notes are mostly UI cleanup and robustness fixes, but the product pitch is the real reason it is trending: TrailBase aims to be an open, single-executable backend with auth and an admin UI, built on Rust, SQLite, and Wasmtime. If you build mobile or desktop apps…
2026-02-07 netwindows
.NET Framework 3.5 is going “standalone” on new Windows builds (what breaks in automation)
Microsoft changed something that a lot of devs and IT folks automated and then forgot about: starting with Windows 11 Insider Preview Build 27965, .NET Framework 3.5 is no longer included as an optional Windows component. If you need it, you now have to obtain it as a standalone installer. This is a .NET Framework…
2026-01-23 flutter
Debugging Flutter iOS from Windows: a real device workflow (Flutter 3.x)
Every few weeks, the same pain point resurfaces: “I’m on Windows. I want to debug my Flutter iOS app on a real iPhone. Do I really need a Mac?” A fresh r/FlutterDev post proposes a pragmatic workaround: offload the iOS build to macOS in GitHub Actions, then install and attach for debugging from Windows: https://www.reddit.com/r/FlutterDev/comments/1qkm5pd/develop_flutter_ios_apps_on_windows_with_a_real/…
2026-01-23 flutter
Flutter Particles 2.0.2: a quick tour (and a tiny integration snippet) on Flutter 3.x
If you build Flutter UIs that need “life” (ambient background motion, subtle celebration effects, loading screens that are not boring), particle systems are one of the highest leverage tools you can add. A release thread from the last 48 hours announces particles_flutter 2.0.2 with a real feature bump: shapes, rotation, boundary behaviors, and emitters: https://www.reddit.com/r/FlutterDev/comments/1qfjp1g/just_released_flutter_particles_200_major/….
2026-01-23 net
NuGet “become owner” request spam: what to do (and what to lock down) in .NET 9/.NET 10
A thread from the last 48 hours warns about suspicious “become owner” requests on NuGet.org, allegedly sent at scale to package maintainers: https://www.reddit.com/r/dotnet/comments/1qf9lnp/nuget_gallery_supply_chain_attack/. Even if the details change by tomorrow, the defensive checklist is stable. The goal is simple: reduce the chance that an unexpected ownership change turns into a compromised dependency in your .NET…
2026-01-23 asp-netnetnet-10
Scalar in ASP.NET Core: why your Bearer token is ignored (.NET 10)
Scalar is showing up more and more as a clean alternative UI for OpenAPI docs in ASP.NET Core. A fresh r/dotnet question highlights a common trap: you paste a token in Scalar’s auth UI, Postman works, but Scalar calls still hit your API without Authorization: Bearer …: https://www.reddit.com/r/dotnet/comments/1qkjvb0/need_help_with_authentication_using_scalar_aspnet/. The problem is rarely “JWT auth is…
Page 1 of 20 Next