Thomas Claudius Huber

Results 13 issues of Thomas Claudius Huber

The Fluent XAML Theme Editor is clearly a tool to design user interfaces. That's why I think that its functionality should be in the tool made for designers: Blend. Yes,...

NuGet package should contain a **Readme.md** file that is used for NuGet.org. More information: [Blog post](https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/) [Docs](https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packagereadmefile)

feature proposal

Hey friends of MvvmGen, release 1.1.5 of MvvmGen was [published to NuGet](https://www.nuget.org/packages/MvvmGen/). Implemented issue/feature: https://github.com/thomasclaudiushuber/mvvmgen/issues/36 (Thanks for reporting @wf-soft) Thank you, Thomas

discussion

The ViewModelGenerator has some requirements for the input code. For example, a ViewModel class needs to be in a namespace. If that's not the case, the user does not get...

feature proposal

MvvmGen should support an easy way to implement input validation with the `INotifyDataErrorInfo` interface. - A `ValidationViewModelBase` class is something that could make sense. - A partial method that users...

feature proposal

# Proposal: Add Input Validation Support with INotifyDataErrorInfo ## Summary Add Input Validation Support with INotifyDataErrorInfo that is supported by x:Bind and Binding. Both Markup Extensions should get a new...

feature proposal
needs-winui-3
team-Markup
product-winui3
wpf-vs-winui-mismatch
wct

Update the docs. Also ensure that missing parts from previous versions like the `GenerateConstructor` property are included.

documentation

Hi friends of MvvmGen, MvvmGen was released in version 1.3.0! Thank you for your help and support ❤️, I hope you're enjoying MvvmGen as much as I do. ✨ Thomas...

release

With source link enabled, devs using **MvvmGen** could also step into the code like EventAggregator while debugging. Docs: https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/sourcelink Note: This is not required for the **MvvmGen.PureCodeGeneration** package, as that...

feature proposal

Update the samples to .NET 8.0 and MvvmGen 1.3.0.