microsoft/Terminal

Followups from the new C++/WinRT

Open

#14,872 创建于 2023年2月18日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (3,212 fork)batch import
Area-CodeHealthHelp WantedIssue-TaskProduct-Meta

仓库指标

Star
 (35,764 star)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

Interesting things we could do after #14869 landed:

### Tasks
- [x] remove all `InitializeComponent` calls - they do it automatically
- [ ] use `std::optional`<->`IReference` automatic binding
- [x] use `std::format` support (!) for json/uri/hostname/http stuff/all `IStringable`s
- [ ] potentially move to `/await:strict` for C++20 coroutines

贡献者指南