Nico Rieck
Nico Rieck
### Background Using [CreateMergedTraceFile](https://docs.microsoft.com/en-us/windows-hardware/test/wpt/createmergedtracefile) (for example via `xperf -merge`) injects event metadata into the merged trace as long as the event provider includes the compiled binary manifest as a resource...
Running `dotnet test --collect "XPlat Code Coverage"` on a solution with multiple test projects and/or test projects with multiple target frameworks creates multiple `coverage.cobertura.xml` files without any easy way to...
In a project with multiple target frameworks, top-level nodes in the search results show the wrong TFM. Clicking the result selects the correct project node in the log.  Edit:...
When setting `OUTCOME_BUNDLE_EMBEDDED_STATUS_CODE` to `OFF`, `find_quickcpplib_library` complains that no `project()` has been called. So this has to be moved further down (not sure if `ensure_git_subrepo` can be moved too). `include/outcome/experimental/status_result.hpp`...
Commit https://github.com/loresoft/msbuildtasks/commit/9ea598cdc230e6c1ccd76ea5574bdce01a8bfb9d started to expand the path of the Zip task's Files parameter. Since the WorkingDirectory parameter is (only) used to strip a common prefix from all input paths, it...
Currently generated API docs use the name of types for URLs including uppercase letters which looks out of place. Would it be possible to add an option to automatically convert...
### Describe the issue This could be seen as a bug or a feature request. GTest fails to print `std::basic_string_view` for any non-char `T` (e.g. `wstring_view` or `u8string_view`) which is...
### Overview This PR adds a new mode to pugixml which uses C++20 `char8_t` instead of `char` for the UTF-8 interface. I've dubbed it char8 mode and it can be...
The following code hangs in `OCISessionGet` in the third iteration: ``` ocilib::Environment::Initialize(ocilib::Environment::Threaded); ocilib::Pool connPool(db, user, password, ocilib::Pool::SessionPool, 1, 2); for (int i = 0; i < 3; ++i) { ocilib::Connection...
### Describe the issue The compile-time string format checking of `absl::StrFormat` doesn't work when compiling with MSVC. I've looked through the docs of `StrFormat` and the C++ support matrix and...