dotnet icon indicating copy to clipboard operation
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...

Results 252 dotnet issues
Sort by recently updated
recently updated
newest added

## 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`...

feature request :mailbox_with_mail:

### 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...

needs author feedback :memo:
mvvm-toolkit :toolbox:
unverified :hourglass:

### 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...

external :arrow_heading_up:
mvvm-toolkit :toolbox:

### 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...

bug :bug:
needs author feedback :memo:
mvvm-toolkit :toolbox:

### 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:...

needs author feedback :memo:
mvvm-toolkit :toolbox:
unverified :hourglass:

### 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...

feature request :mailbox_with_mail:

# LocalizationResourceManager * [x] Proposed * [x] Prototype: Not Started * [ ] Implementation: Not Started * [ ] iOS Support * [ ] Android Support * [ ] macOS...

feature request :mailbox_with_mail:
needs triage :mag:

## 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...