Gleb Krasilich
Gleb Krasilich
The problem is indeed an older version of libc and libstdc++. Here is an Ubuntu 18.04 dockerfile with a fix: ```dockerfile FROM ubuntu:18.04 WORKDIR /steam RUN apt-get update RUN apt-get...
@AaronJThompson Yes, we definitely need code style guidelines. I think we should also use something like [FxCop](https://docs.microsoft.com/en-us/visualstudio/code-quality/install-fxcop-analyzers?view=vs-2019) to make MSBuild to automatically detect style violations on managed code.
@SupinePandora43 What do you mean? Can you elaborate?
It seems like implementing this with only NuGet `.props` and `.targets` is not possible due to the properties evaluation order. We can fix achieve desired behavior by writing our own...
I'm not sure if `debug.traceback` will work for us, but we definitely need a better experience with exceptions.
@SupinePandora43 Can we have a code to reproduce?
@SupinePandora43 Can you also tell us a version of GmodDotNet you have been using?
After commit 633e4f64d20aaaa851388f5226bdfed4a36fa402, ManagedGitLib can now handle additional headers in git commit objects. Data from such headers are not saved or collected yet.