June Rhodes

Results 74 comments of June Rhodes

No, because we need to swap out the DotNetProject instance when the current platform changes.

> This is an API break and might have to be delayed for 6.0, which is going to happen after roslyn branch is merged to master. For a bit of...

I've added inline comments on the public / virtual changes on why they're needed and where they're used. Some of them I couldn't find references to so when I get...

> You should be aware that we are working on a new project model and type system (based on Roslyn), which will be ready in the next months, and will...

I'm going to start breaking out this PR into smaller PRs. I'll base those PRs on the roslyn branch so that this stuff will be available in 6.0 (and to...

Just some notes for myself as I attempt to trace how ZeroTier packets arrive in libzt. Looks like the ethernet frames arriving over ZeroTier are passed into lwIP here: https://github.com/zerotier/libzt/blob/master/src/VirtualTap.cpp#L201....

The plan would be to create a ZeroTier node (each with a unique config path) for each local device that is being forwarded. Thus each local device on the network...

This is just `Binary` in an `ExternalProject`. So something like this would work: ``` ``` Then reference MonoGame from the other project.

Oh hmm. That's probably a bug as it's treating the $ as part of a relative path.

A temporary workaround if you're just playing around with things to test them is to expand the variable to whatever it is on your computer, until this bug is fixed...