Toolverse
All skills

update-roslyn-version

by dotnet

Guide for updating the Roslyn language server version in the vscode-csharp repository. Use this when asked to update Roslyn, bump the Roslyn version, or upgrade the language server version.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
dotnet
Category
Backend
Views
8

About this skill

Guide for updating the Roslyn language server version in the vscode-csharp repository. Use this when asked to update Roslyn, bump the Roslyn version, or upgrade the language server version.

How to use

  1. Zainstaluj wymagane narzędzia: sklonuj lokalnie repozytorium dotnet/roslyn (zwykle w C:\Users<nazwa_użytkownika>\source\repos\roslyn), a następnie zainstaluj globalnie narzędzie roslyn-tools poleceniem dotnet tool install -g Microsoft.RoslynTools --prerelease --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json.

  2. Uwierzytelnij się w GitHub dla narzędzia roslyn-tools, uruchamiając polecenie roslyn-tools authenticate w PowerShell.

  3. Utwórz nową gałąź git dla aktualizacji, wpisując git checkout -B update/roslyn-, gdzie to numer wersji Roslyn z myślnikami zamiast kropek (np. update/roslyn-5-5-0-2-26080-10).

  4. Otwórz plik package.json w repozytorium vscode-csharp i zaktualizuj pole defaults.roslyn na nową wersję Roslyn.

  5. Uruchom npm run updateRoslynVersion, które automatycznie pobierze wszystkie pakiety NuGet Roslyn dla każdej platformy, upewni się, że są dostępne w magazynie artefaktów Azure DevOps i zaktualizuje lokalne zależności.

  6. Zweryfikuj, że aktualizacja przebiegła pomyślnie, sprawdzając logi polecenia i potwierdzając, że wszystkie pakiety zostały pobrane bez błędów.

Related skills

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340

dotnet-backend

by anton-abyzov

.NET/C# backend developer for ASP.NET Core APIs with Entity Framework Core. Builds REST APIs, minimal APIs, gRPC services, authentication with Identity/JWT, authorization, database operations, background services, SignalR real-time features. Activates for: .NET, C#, ASP.NET

Backend
92296

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

youtube-transcribe-skill

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

Backend
24178

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109