TPIvan

Results 12 issues of TPIvan

I read the issue [Mutually exclusive options #381](https://github.com/dotnet/command-line-api/issues/381) and from the discussion I have concluded that an API for mutually exclusive arguments will be done, but I cannot find any....

The sample code in readme is probably created for some old sample project version. the correct current version is: @inject Data.WeatherForecastService ForecastService @page "/grid" Weather forecast @code{ CollectionTableDataAdapter dataAdapter; protected...

bug

I need an argument use for file creation or appending (_path_ parameter in `File.AppendAllText` function). As far as I know there are two functions available `LegalFileNamesOnly` and `LegalFilePathsOnly`. The problem...

bug

Let's have a root command with one int16 option ```csharp var root = new RootCommand("Root command description"); var tstopt = new Option("-t", "testing int16 option"); root.AddOption(tstopt); ``` If I use...

bug
Area-Parser and Model Binder

### Problem `HxFormState` is a cascading parameter that affects the enabled or disabled state of form elements. However, it only applies if `Enabled` attribute is not set on the individual...

enhancement
TBD

When a Sidebar is horizontally collapsed by toggler and then the window is made narrower which causes the Sidebar to collapse vertically to its header and then the Sidebar is...

bug

When `HxDropdown` is in a container with `overflow` auto (hidden) then the the part exceeding the container is scrollable (hidden). ![image](https://user-images.githubusercontent.com/39948593/211505150-b7e1f4b1-6b01-465b-a652-400b694627be.png) I would expect an option to control whether the...

waiting-bootstrap

### Issue `ApplyGridDataProviderRequest` is a useful feature that allows applying grid parameters to a _queryable_ source. However, it does not work when sorting by columns that are not of type...

under investigation

SideBar dropdown incorrectly remains expanded when an option was clicked and the window is resized. However, when we start directly with the desired page without any click the component behaves...

bug

### Installed product versions - Visual Studio: 2019 Enterprise - This extension: 1.3.25 ### Example #### Original: ``` /// /** @argument */ ``` #### After running the tool: ``` @...