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...
## Info Extracted from CommunityToolkit/WindowsCommunityToolkit#4234 as the Common Code projects were separated in this new repository. ## Changes ### Simplify Roslyn multi-targeting - Refactor Roslyn multi-targeting to use multiple projects...
### Overview [IConfiguration](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.iconfiguration) used with `appsettings.json` and IOptions pattern is quite common. The only thing I really miss is to be able to save the changes back to `appsettings.json`. `IOptionsMonitor`...
### Discussed in https://github.com/CommunityToolkit/dotnet/discussions/355 Originally posted by **DarthMazut** July 26, 2022 Hello, when I mark my command with `[RelayCommand]` and use `async Task` signature then when synchronouse part of code...
### Describe the bug On Visual Studio 17.2.6, it appears that your source generators run twice, resulting in a duplicate attribute error. This worked in 17.2.5, so it's not likely...
### Describe the bug When the following conditions are met, a misleading error message is produced. - The `RelayCommandAttribute` source generator attribute is used - The `CanExecute` property is set...
### Describe the bug Command binding for checkbox stops working for unknown reason. ### Regression _No response_ ### Steps to reproduce ```text clone https://github.com/leaderanalytics/LeaderPivot.XAML.WPF.git set branch to `require_one_measure` Usage note:...
### Overview Would it be possible to default Messenger to use WeakReferenceMessenger.Default for ObservableRecipient class when non-default constructor is used? (SourceGenerators only) Example: ``` [ObservableObject] [ObservableRecipient] public partial class Class1...
# LocalizationResourceManager * [x] Proposed * [x] Prototype: Not Started * [ ] Implementation: Not Started * [ ] iOS Support * [ ] Android Support * [ ] macOS...
## Info Fixes CommunityToolkit/WindowsCommunityToolkit#4180 Extracted from CommunityToolkit/WindowsCommunityToolkit#4181 ## Changes - Use Static Graph restore when applicable. - Manage Packages Centrally using NuGet's CPVM feature. Know more about NuGet's [**C**entral **P**ackage...
**Closes #219** ## Changes Previously, static output path to the MVVM SourceGen assembly was used to pack the MVVM project. This leads to error when OutputPath was updated dynamically when...