Mateusz Karkula
Mateusz Karkula
Nice catch 👌 https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli#api-incompatibility This could be a problem... As I understand correctly, that dll needs to exists on the disk in order to pass its path to `msbuild`. For...
@phmonte I have seen the issue you mentioned 😉 Did you manage to use this solution? For me after use it its still hangs. ConsoleApp1.Program.cs: ```c# using Buildalyzer; using Buildalyzer.Logger;...
@phmonte I can confirm that after excluding those two dlls application works as expected 😉 I wonder if adding some fallbacks would be a nice addition (somthing like searching `msbuild`...
btw. I really appreciate your help 😉 Have a great day!
Thanks. I will check it but this has low prio. Probably nobody use it 😏
Hi @519859716 Thank you for sugestions. I will try to find some time to work on it.
Hi @519859716 again! I found some time and worked over this during the weekend 😉 Done 1 and 2 from issue. I added parsing logs from elastalert and using dedicaded...
Hi, Unfortunately no. Contribution is welcome 😉
Hi @niek1992 Thank you for detailed issue! I have not noticed this new parametr: `es_hosts`. I will extend config model soon. Best regards, Mateusz