Mitch Razga

Results 6 issues of Mitch Razga

### Describe the bug Hi, I've trying to get this generator to work with an existing WPF project. DependencyPropertyGenerator does not seem to work when the project has other packages...

bug

Hi, I've been playing around with the new named services feature and thought it could useful for resolving relative URIs into absolute URIs. Before named services this would have been...

### Description Iterating through the resources of any Fluent theme will throw this exception ```ArgumentException: 'DataGridCheckBoxColumn' type must derive from FrameworkElement or FrameworkContentElement.``` Which leads back to these styles: https://github.com/dotnet/wpf/blob/94751f56a45603960704642bdbc245a78e725644/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/DataGrid.xaml#L62...

Investigate
:construction: work in progress

Fixes #9755 ## Description Removes invalid Fluent DataGridColumn styles ## Customer Impact Would be good to fix this before .NET 9 releases so that existing codebases can have a smoother...

PR
Community Contribution

**Is your feature request related to a problem? Please describe.** To make the code builders more readable, maintainable and performant, Rocks could make use of a custom `InterpolatedStringHandler` that automatically...

enhancement
Medium Priority

First off, just want to say that this library is amazing! I've been migrating a few of my libraries from NSubstitute and I actually enjoy the process because it feels...