Monica S.
Monica S.
Closes #6 I have no idea if this builds on Linux. Probably not. Either way, I'll use this PR to track Visual Studio support. ### C++ Projects - [x] Loading...
We'll need to write a CPS... something or other for this. I'm not the most familiar with Visual Studio internals, so my efforts until now have mostly been focused on...
Two-way bindings without much hassle should be possible, eventually. I think this will likely take the form of a separate package reference to extend the build based on which SDK...
This is an absolute must because it makes MSBuild in .NET Core *so* much nicer to work with. https://github.com/microsoft/msbuild/blob/master/documentation/ProjectReference-Protocol.md Assuming this is up to date, we could reference it while...
Right now it's just set to `$ORIGIN`, which works in a lot of cases, but probably won't work in all cases (e.g. dynamically loaded plugins)
Because this would be totally useless without this! :) Overall idea so far is to separate compile and link into separate steps to allow incremental builds. Tasks under `src/Tasks/` roughly...
How do we want to do packages? There are three options I see: - NuGet (would this require NuGet to support us? I can't figure out how their MSBuild machinery...
Words are cool and all, but I don't have one of those fancy debuggers which can track object heap allocations right now. I should (eventually) get around to validating this...
Polly can be used to implement caching for requests to providers, as well as implementing fallback and the like. I could use Polly for implementing IP rotation too, in theory...
https://github.com/queer/singyeong Seems like a reasonable option for a frontend including service discovery. Blocking: https://github.com/queer/singyeong/issues/59 (would need proper request/response support to implement some options. (E.g. 'get me the current track for...