Robson

Results 7 issues of 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,...

Product-Peek

## Summary of the Pull Request ## PR Checklist - [ ] **Closes:** #xxx - [ ] **Communication:** I've discussed this with core contributors already. If work hasn't been agreed,...

Product-Peek

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

bug

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

bug

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

enhancement

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

bug

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

bug
AOT
external