You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New language ecosystems: TypeScript on Deno (deno.json/deno.jsonc), C#/.NET (*.csproj), Elixir (mix.exs), Kotlin (build.gradle.kts) and Dart (pubspec.yaml), each with package manager and command detection.
New frameworks: Fresh (Deno), ASP.NET Core (.NET), Phoenix (Elixir), Android (Gradle com.android plugin) and Flutter (Dart).
.NET test runner detection (xUnit / NUnit / MSTest) from the *.csproj.
Toolchain commands for the new ecosystems: deno test/lint/fmt, dotnet restore/build/test, mix deps.get/compile/test, and flutter/dart pub + test + analyze + format.