Artem Grunin

Results 36 comments of Artem Grunin
trafficstars

How can I do this? This assembly is available in the same folder as my. What should I do to let ILRepack to be able to resolve it? p.s. ILMerge...

No it is part of MS Dynamics 365 SDK. The problem is that target system use reflection to create instance of my classes, so they must be extended from external...

It looks like it work. Error has gone and I don't see SDK assembly classes using reflector. May I suggest it is still a bug?

Hello @honzakostejn, I use this tool for the same purpose. I highly recommend you to use this MSBuild taks: https://github.com/ravibpatel/ILRepack.Lib.MSBuild.Task. You can see sample config here: https://github.com/FixRM/D365Extensions

Hello @jbottigliero. There are to many project types to support :) Is there an option to print/set variable with version number _without doing any updates or commits_? It will be...

Thanks @isaac-brown, Not sure how can it help to avoid tagging and pushing something to master.

@isaac-brown, now i see, you are sending skip parameters. By the way, you don't need .versionrc file, you can put scripts to package.json under "standard-version" node

It looks like CI use outdated version of compiler. I guess it's a good time to move to Azure DevOps or GitHub CI

Hello @jordimontana82. Do you think it is good addition to framework?

Hello guys, Both behaviors are possible. You can use Guid or EntityReference with SOAP service calls (at least with v8,2), but Workflow Actions require Guid. Same with OptionSet/int and may...