Mike-E
Mike-E
Cool... thanks @karelz ... I am starting to dig and do some analysis around this space, myself. In my view it is incredibly important as at a glance it totally...
> Kestrel needs to listen on ports which is not supported in UWP So to add a little more context here, the `HttpListener` in Ooui is listening on a port...
@springy76 It's probably better stated that it doesn't accept any connections from external requests, so as a result it only accepts requests/connections running from within the process from which the...
Correct... essentially maybe using Roslyn to create the compilation instructions? I've thought about this, too. :) [BAML](http://stackoverflow.com/questions/634121/what-is-baml-file) is what I was thinking of, btw. :sunglasses:
Haha cool... I've been wanting to get familiar w/ Roslyn. :smile:
Ahhh I wish I had some cycles to put into this. I am really glad (and impressed!) that you are checking this out. I do know that Xamarin.Forms does something...
Ahhhh good point @grokys. I was thinking of that, too. Roslyn does compile C#/VB projects, after all. There must be a sorting/priority mechanism that is in place to properly resolve...
Another consideration might be to look into PostSharp. It has some pretty awesome magic when it comes to compiling assemblies. Here's an aspect that deals with assembly resources, for instance:...
Has this API seriously not been updated since 2018? 😟
@bcdbuddy to be sure I was referencing the server-side API where the version states it is from 2018. That is, when no `X-CC-Version` header is applied to requests, the following...