RedX2501

Results 21 issues of RedX2501

I see that there's a rule for two spaces after a period but there does not seem to be a rule for the spacing around commas, parenthesis, braces and so...

type: refactor
priority: low
version: minor
status: needs-help
cat: maintenance

### Type of issue Missing information ### Description https://learn.microsoft.com/en-us/dotnet/desktop/wpf/windows/how-to-close-window-dialog-box?view=netdesktop-8.0#cancel-close-and-hide This page states that `Close` will return false when the window is shown using `ShowDialog`. This information is missing from this...

Pri3
doc-enhancement
wpf/subsvc
dotnet-desktop/svc
:world_map: reQUEST

**Describe the bug** I'm not able to compile a WPF project on the command line. The build works with VS 2022. **To Reproduce** The error message is: ``` error: MainWindow.xaml.cs(69,29):...

bug
dotnet

### material-react-table version 2.12.1 ### react & react-dom versions "react": "^18.2.0", "react-dom": "^18.2.0", ### Describe the bug and the steps to reproduce it Setting `initialOffset` on the `rowVirtualizerOptions` seems to...

### material-react-table version 2.12.1 ### react & react-dom versions "react": "^18.2.0", "react-dom": "^18.2.0", ### Describe the bug and the steps to reproduce it In the virtualization example scroll anywhere and...

### material-react-table version 2.12.1 ### react & react-dom versions "react": "^18.2.0", "react-dom": "^18.2.0", ### Describe the bug and the steps to reproduce it When an MRT is row virtualized and...

I really like this smaller version of the clock. Finally a size i can have on my desk! I was wondering if it is possible to have an update with...

XUnit provides an Assert called `All`. The documentation states: > Verifies that all items in the collection pass when executed against action. An example would be: Assert.All(new [] { 1,...

It would be nice if the migration section for MvvmLight mentioned that now `RelayCommand` no longer calls `CanExecute` on every `Execute` call. A further interesting point is that MvvmLight `RelayCommand`...

Pri2
community-toolkit/prod
dotnet

## Summary I'd like to pass some command-line arguments from intellij to may electron app. For example if it was a simple electron app i'd run it with `./node_modules/.bin/electron main.js...

question