Loading...
Loading...
Found 152 Skills
Check which Rust lines are not covered by Rust tests.
Guidelines for writing Rust tests.
Run Rust tests after making changes to verify correctness
Read the source of the C module we are working on, before we made any changes.
Guide for porting a C module to Rust
Remove Rust-defined C symbols that are either unused or only used in C/C++ unit tests.
Run Rust benchmarks and compare performance with the C implementation
Determine which parts of the C codebase use Rust-defined C symbols.
Guidelines for writing Rust documentation
Write Rust tests to verify correctness of Rust code.
Check code quality and formatting before committing changes
UWP-to-WinUI 3 migration reference. Maps legacy UWP APIs to correct Windows App SDK equivalents with before/after code snippets. Covers namespace changes, threading (CoreDispatcher to DispatcherQueue), windowing (CoreWindow to AppWindow), dialogs, pickers, sharing, printing, background tasks, and the most common Copilot code generation mistakes.