Robson
Robson
## Summary of the Pull Request ## PR Checklist - [ ] **Closes:** #xxx - [ ] **Communication:** I've discussed this with core contributors already. If work hasn't been agreed,...
## Summary of the Pull Request ## PR Checklist - [ ] **Closes:** #xxx - [ ] **Communication:** I've discussed this with core contributors already. If work hasn't been agreed,...
**Describe the bug** We are evaluating an architecture which we generate C# projection from a C++/WinRT component using a WinUI 3 Application (consumer) instead of a C# library (wrapper around...
**Describe the bug** If a C++/WinRT IDL has a runtimeclass which declares a `ToString()` method, the cswinrt will not be able to compile it. **To Reproduce** 1. In a IDL...
Hello. ## Summary In an architecture where we have a WinUI 3 C++ application and a CsWinRT component dependency, we would like to have a simple way to deploy it...
**Describe the bug** I'm seeing extra `CA2256` warnings when building projections, which seems to be related to the `INotifyPropertyChanged` which my `IAppState` interface requires. It is not causing any issues...
**Describe the bug** There are issues related to the CsWinRT/AOT auto-generated code to proper find the auto-generated code done by CommunityToolKit for `[ObservableProperty]`, which leads to runtime errors since there...