Nathan Cheadle

Results 2 comments of Nathan Cheadle

If I change the converter in the page to `xmlns:converters="using:CommunityToolkit.WinUI.UI.Converters"` and install nuget packages for CommunityToolkit.WinUI.UI and CommunityToolkit.WinUI the application crashes if I try to use the converter. The first...

to clarify @scttl comment. place github-token under with: for the task. This appears to resolve the issue. ``` - name: Publish Code Coverage Results uses: romeovs/[email protected] with: lcov-file: ${{Code_Coverage_File}} github-token:...