Fredrik Høisæther Rasch
Fredrik Høisæther Rasch
# TL;DR * Adds a new package `System.CommandLine.Localization` that contains functionality that extends `System.CommandLine` with localization features. * Adds a `LocalizedHelpBuilder` type that derives from the default `HelpBuilder`, but offers...
# TL;DR * Adds a new extension method `UseCultureDirective()` to `CommandLineBuilder` enabling to control `CurrentCulture` and `CurrentUICulture` for the invocation pipeline from command-line directives. These directives are: `culture`, `uiculture`, `invariantculture`,...
For static pages it would be advantageous to be able to have an easy way to consume the fluentui system icons. Hence it would be nice if the contents of...
Analyzer incorrectly reports Span.Slice not to be supported on Linux, macOS and Windows.
From the crash log it seems this is a timeout issue when launching nimsuggest. There should be configuration setting to enable users to set their own timeouts. Crash log: ```...
## Request When multiple tools are installed, either globally or locally, it becomes hard to keep track of which tools are outdated and which are not, and updating all outdated...
When starting the `Project` app in an environment with a language other than English, the Group for Requests and the link for Project Requests is not visible in right-side navigation...
Adds a new configuration option `strip-enum-member-type-name`. This feature adresses the feature request described in issue #461. When the config option is applied, the enum type name is stripped from the...
I regularly encounter that the HTTP REPL suddendly crashes while I am typing commands in the REPL. From the error message below I suspect this happens when I type beyond...
Similar to Open API specification, OData endpoints provide the `$metadata` endpoint. When using HTTP REPL as a debug-helper tool to consume APIs from an OData endpoint (e.g. SharePoint Online), it...