Mattias Cibien
Mattias Cibien
I wanted to try to update to Microsoft.CodeAnalysis 4.4.0 but faced issues with Roslynpad that does not work (even after adapting the code it seems that it cannot find the...
Opened a PR containing a fix for the problem. Wanted to add some Unit Tests but I am still learning the codebase
For what I think it should be possibile to use it without problems. Just install the package and follow the guide. I do not have tested it though
I tried with this and unfortunately it seems that I cannot attach to the postgresql instance due to ssl being off. And when enabling it te certificate is not accepted.
@buldo I actually used the Env var `ConnectionStrings:DefaultConnection` and it worked like a charm. Now i have a problem with #4 .
Do you mean creating xnbs automatically or sort of that?
What about working with MonoGame? It should provide some sort of compiler for XNBs in the near future.
I'll try to check what parts of the engine build with monogame if you wish
Happenend to me too. Problem is that OpenJDK 11, even after downloading it manually, still cannot use Android SDK. https://github.com/microsoft/openjdk/discussions/42#discussioncomment-690121
It seems that JDK 11 is not supported by android, so it is better to rely on JDK8? https://github.com/microsoft/openjdk/discussions/42#discussioncomment-694829 Here the answer from the MS OpenJDK team.