Ikarmus
✅ Missing parameter setter in System.dll
to resolve the problem we created buffer DLL, which is used as follows
Original:
App -> WebApi -> MyDLL
Fixed:
App -> WebApi -> BufferDLL -> MyDLL
Anyway MyDLL is called from net6-windows, but somehow this way it is working, so I'll just leave the answear as this^
In case of any questions feel free to DM me and link this thread (as I might not see this thread notification)20 replies
✅ Missing parameter setter in System.dll
I don't have repro yet, but another strange thing happened - while trimming all not necessary controllers, swaggers etc somehow api worked (that was project copierd to separate folder etc) - the solution seemed to be adding
Microsoft.Analysis.CSharp
, however when I added it to actual repo strange thing happened - whole process worked perfectly twice, but on 3rd and 4th execution it threw the same error as earlier, that is missing method set_Evidence
- I'll send repo here, but unfortunatelly it won't happen today, in touch :salute:20 replies
ADO YAML - output variables troubleshoot
What am I doing wrong? I was reading some questions on stack, ms docs ( setvariable, Outputting variables ) , but can't figure out what is wrong here. If any more info is needed, I will be very happy to provide it
6 replies