dotnet
dotnet copied to clipboard
.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and par...
Closes #72. Adds an `IsCurrency` extension method to StringExtensions that bundles an easy and obvious check for if a string is a valid currency, similar to `IsDecimal`.
### Describe the bug Cant find Command in the current context. In my specific example included in the 'Steps to reproduce' the compiler cant find CloseProjectCommand. ### Regression _No response_...
One disadvantage that I see with the classic observable pattern implementation is that the backing fields are accessible and visible in the intellisense even if nobody should access them directly....
### Overview ThrowHelpers does not have methods to throw EndOfStreamException or HttpRequestException so I think they should be added. ### API breakdown ```csharp [DoesNotReturn] public static void ThrowEndOfStreamException() { throw...
It easily happens that you use the AsyncRelayCommand somewhere as ICommand, if i call the ICommand.Execute i get no Exception, even if the async Method throws an Exception. I know...
### Describe the problem A way/special attribute to be used in conjunction with ICommand or ObservableProperty which signalizes the backing field not to be serialized ### Describe the solution ```...
### Describe the bug When using the source generator from the MVVM Toolkit with Visual Studio 2022 for Mac Release Candidate for a Xamarin Forms 5 app, the following error...
Hi We are working on a Mockup for WinUI3 Templates in Windows Template Studio that uses the MVVMToolkit libraries. You can find the code at [Mockup-WinUI3](https://github.com/microsoft/WindowsTemplateStudio/tree/Mockup-WinUI3). As part of this...
### Describe the bug Developing a WPF desktop app for .NET Framework 4.8, I find that when I derive my View-Model class from ObservableObject, the Visual Studio 2022 Designer says...
## Problem When building and packing the MVVM `SourceGenerator` projects, pack fails to find the output artifacts when we use custom output paths. This is observed in #96 when I...