Im5tu
@Im5tu
Public Skills
dotnet-aot-analysis
by Im5tu
Analyzes and configures a .NET project or solution for Native AOT compatibility. Orchestrates source generator skills and applies AOT settings.
dotnet-source-gen-regex
by Im5tu
Converts Regex instances to use the compile-time source generator. Use when the user wants to optimize regex performance or enable AOT compatibility.
dotnet-enable-autocomplete
by Im5tu
Enables tab autocomplete for the dotnet CLI. Use when the user wants to set up shell completion for dotnet commands.
dotnet-enable-testing-platform
by Im5tu
Enables the Microsoft Testing Platform runner in global.json. Use when the user wants to enable or migrate to the new .NET testing platform.
dotnet-source-gen-options-validation
by Im5tu
Converts options validation to use the compile-time source generator. Use when the user wants AOT-compatible, reflection-free options validation.
dotnet-json-polymorphic
by Im5tu
Configures polymorphic JSON serialization with [JsonPolymorphic] and [JsonDerivedType] attributes