Robert Dailey

Results 230 comments of Robert Dailey

> I would definitely recommend rebuilding the app with the latest .NET 6 SDK. @vitek-karas what version specifically? I'm always technically using latest. I'm trying to pin down a specific...

@vitek-karas Using SDK `6.0.302`, my executable still just exits with no error output on Apple M1 systems using the `osx-arm64` runtime. In this particular test, setting `COREHOST_TRACE=1` and `COREHOST_TRACEFILE=` didn't...

Thanks for responding to my comments. I am in the middle of testing your branch in my workplace right now. It's not quite set up yet, but I'll get you...

So I was able to finally test your changes, and so far it seems to be working great. Here is my code: ```cmake set( boost_components chrono context date_time exception filesystem...

Status update: Friday I started working on a modification of your branch that does 1 export script per component. I'm not sure if this is the best route yet, I'm...

So, I did some more digging on this but I'm running into issues with dependencies. This approach (per-component exports) requires managing inter-dependencies in the same package (components depending on other...

More food for thought: Concerning parallel installations of boost, I install config and target export scripts to `share/boost-${BOOST_VERSION}/cmake` now, but the libs and headers are not versioned. I took care...

Here is what I have so far, it seems to be working good. Be sure to read over my commit messages, I addressed multiple things. Let me know what you...